summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlollivier <lollivier@baylibre.com>2017-10-20 11:22:46 +0200
committerlollivier <lollivier@baylibre.com>2017-10-20 11:38:20 +0200
commit848b44f4497613a0fcbae6a02380a9d6670d804f (patch)
treeecc8be52a506fb3ad230b94820217b96e90b7a04
parentcdecab651cb14cab6fb4817741e4725805efbcc4 (diff)
Add the yocto-ptest definition
Add the yocto-ptest definition to the pool of scripts. Depends on https://gerrit.automotivelinux.org/gerrit/#/c/11407/ Bug-AGL: SPEC-911 Change-Id: I7fe474ae7d3a06851ed4052151f68a566963edc9 Signed-off-by: lollivier <lollivier@baylibre.com>
-rw-r--r--templates/tests/yocto-ptest.jinja26
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/tests/yocto-ptest.jinja2 b/templates/tests/yocto-ptest.jinja2
new file mode 100644
index 0000000..aad51c4
--- /dev/null
+++ b/templates/tests/yocto-ptest.jinja2
@@ -0,0 +1,6 @@
+- test:
+ definitions:
+ - repository: https://git.automotivelinux.org/src/qa-testdefinitions
+ from: git
+ path: test-suites/yocto-ptest.yaml
+ name: yocto-ptest \ No newline at end of file