summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-11-11 18:40:35 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-11-16 13:24:25 +0000
commitcf1df9282676872e811b21543a1bd523adde1be8 (patch)
treec96bbc4674d921f5bd39fce78c74ff5815b04f0b
parent9a2b8b77e6a786bd04c8a86ce049841b0e2f6876 (diff)
manual: Add PXE boot test
Change-Id: Ib27dd18ad01cd52149564967443def57320c2575 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--manual/generic/linux/pxe-boot.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/manual/generic/linux/pxe-boot.yaml b/manual/generic/linux/pxe-boot.yaml
new file mode 100644
index 0000000..5c35662
--- /dev/null
+++ b/manual/generic/linux/pxe-boot.yaml
@@ -0,0 +1,42 @@
+metadata:
+ name: PXE-boot
+ format: "Manual Test Definition 1.0"
+ description: "The Preboot eXecution Environment specification describes as
+ standardized client-server environment that boots a software assembly,
+ retrieved from a network, on PXE-enabled clients. More details in wiki:
+ https://en.wikipedia.org/wiki/Preboot_Execution_Environment"
+ maintainer:
+ - naresh.kamboju@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - centos
+ - fedora
+ scope:
+ - functional
+ devices:
+ - d02
+ - d03
+ - d05
+ - overdrive
+ - moonshot
+ - thunderX
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - In order to have a working PXE environment, DHCP and TFTP server is required
+ - Setup the DHCP and TFTP Server on your host machine
+ https://github.com/Linaro/documentation/blob/master/Reference-Platform/EECommon/DHCP-TFTP-Server-UEFI.md
+ - Provision TFTP with latest CentOS/Debian installer
+ - Create the Grub2 config file pointing to new installer build files
+ - On target board make sure to select network boot
+ - Reboot the target board
+
+ expected:
+ - Target board boots and starts downloading OS installer from TFTP
+ - Installer should install given OS successfully, without kernel panic, crash, hang or any other serve error observed
+ - After successful installation target board reboots
+ - The OS should boot to Linux shell prompt
+ - The Linux shell should not boot to initramfs shell or minimal shell