From f55a8b0719a1a4e54b105929e3e9d48d2decd859 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Wed, 5 Dec 2018 14:46:15 -0800 Subject: 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 --- templates/tests/release.jinja2 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/tests/release.jinja2 (limited to 'templates/tests/release.jinja2') 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 -- cgit 1.2.3-korg