diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-12 12:17:55 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-12 12:18:22 +0200 |
commit | eafc9f54e3ac43d0c0d2d6d8828e157e3f1edeb3 (patch) | |
tree | 056ccc9c3b583ddadfa21ba25b85e9412aee3edd /jjb | |
parent | 9c29f16140419cdffa1b7282c1d309af37eb10dc (diff) |
Add tests from qa-testdefinitions to dab-snapshot build
Change-Id: I63d012a25ecce656d1acc9090c8de278eccd2287
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-run-test-short-release.sh | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/jjb/common/include-agl-run-test-short-release.sh b/jjb/common/include-agl-run-test-short-release.sh index 8a262638..f6388080 100644 --- a/jjb/common/include-agl-run-test-short-release.sh +++ b/jjb/common/include-agl-run-test-short-release.sh @@ -14,7 +14,7 @@ cd $REPODIR cat <<EOF > testjob.yaml # Your first LAVA JOB definition for a $MACHINE board device_type: @REPLACE_DEVICE_TYPE@ -job_name: AGL-short-smoke +job_name: AGL-${RELEASE_VERSION}-build-${BUILD_NUMBER} protocols: lava-xnbd: @@ -58,7 +58,23 @@ actions: auto_login: login_prompt: "login:" username: root - + transfer_overlay: + download_command: wget + unpack_command: tar -C / -xvpf +- test: + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/busybox.yaml + name: busybox + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/smoke-tests-basic.yaml + name: smoke-tests-basic + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/service-check.yaml + name: service-check EOF CHID=${RELEASE_BRANCH}/${RELEASE_VERSION}/${MACHINE} |