aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-12-05 14:46:15 -0800
committerKevin Hilman <khilman@baylibre.com>2018-12-05 23:19:58 +0000
commitf55a8b0719a1a4e54b105929e3e9d48d2decd859 (patch)
tree11c3585461e95e1ab533f40b2bb84da2792d1f9f
parented1ca1fa9255d7f934e8ec21d078ab57196c09ff (diff)
templates/test: add starter release test plan
This is the testplan that will be used whenever --build-type=release. For starters, this is the same as the ci test plan. Change-Id: Ic7a83d683c6df8e2b3eb3b1db94d25ef906dbf48 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--templates/tests/release.jinja225
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2
new file mode 100644
index 0000000..5eecba3
--- /dev/null
+++ b/templates/tests/release.jinja2
@@ -0,0 +1,25 @@
+
+- test:
+ timeout:
+ minutes: 15
+ definitions:
+ - repository: https://git.automotivelinux.org/src/qa-testdefinitions
+ from: git
+ history: False
+ path: test-suites/short-smoke/busybox.yaml
+ name: busybox
+ - repository: https://git.automotivelinux.org/src/qa-testdefinitions
+ from: git
+ history: False
+ path: test-suites/short-smoke/smoke-tests-basic.yaml
+ name: smoke-tests-basic
+ - repository: https://git.automotivelinux.org/src/qa-testdefinitions
+ from: git
+ history: False
+ path: test-suites/short-smoke/service-check.yaml
+ name: service-check
+ - repository: https://git.automotivelinux.org/src/qa-testdefinitions
+ from: git
+ history: False
+ path: test-suites/yocto-ptest.yaml
+ name: yocto-ptest