diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-12-19 13:11:26 -0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-12-19 13:13:54 -0800 |
commit | 63b0ee97220fb444c7c0d95c927de861c1a949f7 (patch) | |
tree | a467edabfce2d666dce1ea1cbd94224a5e711e71 | |
parent | 79bdb653b6b34026da2aa8686ace4f5cee30d954 (diff) |
templates/tests: switch ptest wrapperguppy_6.99.3guppy/6.99.36.99.3
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 <khilman@baylibre.com>
-rw-r--r-- | templates/tests/ci.jinja2 | 13 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 13 |
2 files changed, 20 insertions, 6 deletions
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" |