diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-10-02 19:30:20 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-10-02 19:30:34 +0200 |
commit | fae09f60bfc400fa7f67a8b5e67286beb086bcf3 (patch) | |
tree | ebfc7a7c5a27817e88b6b0d75ccbce8dd9686a77 /test-suites | |
parent | a30c5cbe2cd374d529bf92f3f79ce4ffb4db3c42 (diff) |
Add the long ptest job and enhance the short job
Change-Id: I42dd644656a47fd9ba3b35a25e848535f61ca0a9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'test-suites')
-rw-r--r-- | test-suites/yocto-ptest-full.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suites/yocto-ptest-full.yaml b/test-suites/yocto-ptest-full.yaml new file mode 100644 index 0000000..a234ded --- /dev/null +++ b/test-suites/yocto-ptest-full.yaml @@ -0,0 +1,7 @@ +metadata: + name: metadata-name-yocto-ptest-all + format: "Lava-Test-Shell Test Definition 1.0" + description: "Wrapper around the Yocto ptests for LAVA" +run: + steps: + - ./common/scripts/ptest-lava-wrapper-all.sh |