Add tests from qa-testdefinitions to dab-snapshot build 45/11245/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 12 Oct 2017 10:17:55 +0000 (12:17 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 12 Oct 2017 10:18:22 +0000 (12:18 +0200)
Change-Id: I63d012a25ecce656d1acc9090c8de278eccd2287
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-run-test-short-release.sh

index 8a26263..f638808 100644 (file)
@@ -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}