diff options
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/ci.jinja2 | 2 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index f4cb8d9..af39432 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -32,4 +32,4 @@ path: automated/linux/ptest/ptest.yaml name: ci-linaro-ptest parameters: - TESTS: "xmlsec1 libxml2 lua" + TESTS: "acl attr coreutils dbus-test gstreamer-1.0 glib lua" diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index 4a509d4..360982d 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -24,4 +24,4 @@ path: automated/linux/ptest/ptest.yaml name: release-linaro-ptest parameters: - TESTS: "xmlsec1 libxml2 lua" + TESTS: "acl attr coreutils dbus-test gstreamer-1.0 glib lua" |