diff options
author | Milosz Wasilewski <milosz.wasilewski@linaro.org> | 2016-11-04 16:59:37 +0000 |
---|---|---|
committer | Milosz Wasilewski <milosz.wasilewski@linaro.org> | 2016-11-04 16:59:37 +0000 |
commit | 622880b87dda44b329d2bc413ec9345ecc19fd2b (patch) | |
tree | d86b74d45fcab7adc045634027dc5933d34e5dbe /manual | |
parent | 1218ae689ec2eaca2d445aa880e9e496147e452c (diff) | |
download | test-definitions-pipe-622880b87dda44b329d2bc413ec9345ecc19fd2b.tar.gz |
manual: added manual luvos test
Change-Id: Icb5ea8b9a7bf19fadc0b90b720c3274237794ded
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/generic/linux/luvos.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/manual/generic/linux/luvos.yaml b/manual/generic/linux/luvos.yaml new file mode 100644 index 0000000..08d5a47 --- /dev/null +++ b/manual/generic/linux/luvos.yaml @@ -0,0 +1,32 @@ +metadata: + name: LuvOS + format: "Manual Test Definition 1.0" + description: "Execute all tests included in LuvOS. LuvOS is a distribution + based on OpenEmbedded build system. It includes UEFI and ACPI test + suites. More details in wiki: + https://wiki.linaro.org/LEG/Engineering/LUV" + maintainer: + - milosz.wasilewski@linaro.org + os: + - luvOS + scope: + - functional + devices: + - d02 + - d03 + - d05 + - overdrive + environment: + - manual-test + +run: + steps: + - Download latest LuvOS stable live image + http://snapshots.linaro.org/openembedded/pre-built/luvos/ + - Mount the image on local host and change the kernel to the one + supporting tested hardware platform. + - Boot the board using the LuvOS live image + + expected: + - All tests are executed upon boot + - There are no failed tests |