From 63b0ee97220fb444c7c0d95c927de861c1a949f7 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Wed, 19 Dec 2018 13:11:26 -0800 Subject: templates/tests: switch ptest wrapper Switch from custom AGL ptest wrapper to Linaro ptest wrapper which is more maintained and is more actively used and developed. Note that for now, both CI and release templates are doing a subset of ptests, which are now listed in the test definition, and not in a separate script. Change-Id: Ibfaa72443b19c35152db69223df709269d2b668f Signed-off-by: Kevin Hilman --- templates/tests/ci.jinja2 | 13 ++++++++++--- templates/tests/release.jinja2 | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) (limited to 'templates/tests') diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 5eecba3..7d980ce 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -18,8 +18,15 @@ history: False path: test-suites/short-smoke/service-check.yaml name: service-check - - repository: https://git.automotivelinux.org/src/qa-testdefinitions + +- test: + timeout: + minutes: 60 + definitions: + - repository: https://git.linaro.org/qa/test-definitions.git from: git history: False - path: test-suites/yocto-ptest.yaml - name: yocto-ptest + path: automated/linux/ptest/ptest.yaml + name: linaro-ptest + parameters: + TESTS: "acl attr xmlsec1 libxml2 lua" diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index 5eecba3..7d980ce 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -18,8 +18,15 @@ history: False path: test-suites/short-smoke/service-check.yaml name: service-check - - repository: https://git.automotivelinux.org/src/qa-testdefinitions + +- test: + timeout: + minutes: 60 + definitions: + - repository: https://git.linaro.org/qa/test-definitions.git from: git history: False - path: test-suites/yocto-ptest.yaml - name: yocto-ptest + path: automated/linux/ptest/ptest.yaml + name: linaro-ptest + parameters: + TESTS: "acl attr xmlsec1 libxml2 lua" -- cgit 1.2.3-korg