diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-16 00:17:26 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-21 23:03:51 +0000 |
commit | 0d45c838f0e467522865692818f6bb9279f2890d (patch) | |
tree | e08b87ff08d6d81e86bd8833ec027fc58e8c7f7c /templates/tests/ci.jinja2 | |
parent | 22b2ef1385a3db0820ccaa7cd2d082f13a511e86 (diff) |
Update ptest executed tests
We no longer need xmlsec1, remove it.
We do now rely on dbus, so add dbus-test.
Add basic system infra as well.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I99d2f36a4f253bbc809ab53dbe7691544722ec90
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r-- | templates/tests/ci.jinja2 | 2 |
1 files changed, 1 insertions, 1 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" |