From eafc9f54e3ac43d0c0d2d6d8828e157e3f1edeb3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 12 Oct 2017 12:17:55 +0200 Subject: Add tests from qa-testdefinitions to dab-snapshot build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I63d012a25ecce656d1acc9090c8de278eccd2287 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-run-test-short-release.sh | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'jjb') 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 < 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} -- cgit 1.2.3-korg