diff options
author | lollivier <lollivier@baylibre.com> | 2017-10-20 11:30:03 +0200 |
---|---|---|
committer | lollivier <lollivier@baylibre.com> | 2017-10-20 11:36:28 +0200 |
commit | 14f4baf26da1c9db08cdced214ee7711136a707b (patch) | |
tree | 773a5261b130bec3db533ad1164856c75d4541ea /test-suites | |
parent | 9756eaf5e1cb3bc8a0750a26dd1abaeadcc3ae8b (diff) |
New Yocto ptest definition & scripteel_4.99.2eel/4.99.24.99.2
Add a new yocto ptest definition to the pool of tests.
The script is a wrapper around the ptests.
For now it only runs the ptests for busybox.
Bug-AGL: SPEC-911
Change-Id: I6fe96297c0d5db71c2ef41dc5afd67eecf3d8e97
Signed-off-by: lollivier <lollivier@baylibre.com>
Diffstat (limited to 'test-suites')
-rw-r--r-- | test-suites/yocto-ptest.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suites/yocto-ptest.yaml b/test-suites/yocto-ptest.yaml new file mode 100644 index 0000000..3a59643 --- /dev/null +++ b/test-suites/yocto-ptest.yaml @@ -0,0 +1,7 @@ +metadata: + name: metadata-name-yocto-ptest + format: "Lava-Test-Shell Test Definition 1.0" + description: "Wrapper around the Yocto ptests for LAVA" +run: + steps: + - ./common/scripts/ptest-lava-wrapper.sh |