From 0d45c838f0e467522865692818f6bb9279f2890d Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 16 Dec 2021 00:17:26 +0100 Subject: 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 Change-Id: I99d2f36a4f253bbc809ab53dbe7691544722ec90 --- templates/tests/ci.jinja2 | 2 +- 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" -- cgit 1.2.3-korg