diff options
author | Naresh Kamboju <naresh.kamboju@linaro.org> | 2016-11-11 20:04:37 +0530 |
---|---|---|
committer | Milosz Wasilewski <milosz.wasilewski@linaro.org> | 2016-11-15 18:54:51 +0000 |
commit | be830ebbb393c92bff362f7679b99a96c98f836a (patch) | |
tree | 58686e4f0969630b957e51d7dadeb69ca1bee640 /manual | |
parent | 74d3b71a095915b5bfc13c626a4e2fc7bfd2757e (diff) | |
download | test-definitions-pipe-be830ebbb393c92bff362f7679b99a96c98f836a.tar.gz |
manual: Add disk boot test
Change-Id: I8889e1516d81f5897d575498a9f5fd02b21ddc54
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/generic/linux/disk-boot.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/manual/generic/linux/disk-boot.yaml b/manual/generic/linux/disk-boot.yaml new file mode 100644 index 0000000..cadd6da --- /dev/null +++ b/manual/generic/linux/disk-boot.yaml @@ -0,0 +1,37 @@ +metadata: + name: disk-boot + format: "Manual Test Definition 1.0" + description: "Boot Linux operating system from pre-installed hard disk and mount rootfs" + maintainer: + - naresh.kamboju@linaro.org + os: + - debian + - ubuntu + - centos + - fedora + scope: + - functional + devices: + - d02 + - d03 + - d05 + - overdrive + - moonshot + environment: + - manual-test + +run: + steps: + - After successful installation, reboot the board + - UEFI should take the control to default boot + - Do not interrupt this, let it boot automatically + + expected: + - Linux kernel should start booting + - Watch kernel boot log it should detect sda/sdb or hda/hdb + [ 15.362985] sda sda1 sda2 sda3 + [ 15.363433] sd 1 0 0 0 [sda] Attached SCSI disk + [ 15.651309] EXT4-fs (sda1) mounted filesystem with ordered data mode. Opts (null) + - Linux should boot to shell, without kernel panic, crash, hang or any other serve error observed + - The Linux shell should not boot to initramfs shell or minimal shell + - Linux should boot default shell or it should ask for username and password (provide credentials for login) |