From 259131798c871c3584f770f7c639154fbf61dc61 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 6 Apr 2020 20:24:49 +0200 Subject: [PATCH] tests: Fix PackageKit tests --- tests/tests.yml | 1 + tests/verify.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 05cf1c0..ea34683 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -17,6 +17,7 @@ - cockpit-sosreport - cockpit-storaged - createrepo_c + - dnf-automatic - firewalld - libvirt-daemon-config-network - podman diff --git a/tests/verify.sh b/tests/verify.sh index 9c619e3..53fcc84 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -53,7 +53,7 @@ export TEST_AUDIT_NO_SELINUX=1 RC=0 # not all classes are nondestructive, and we can't run rebooting tests -test/verify/check-packagekit -tv --machine \$HOST:22 --browser \$HOST:9090 TestUpdates.test{Basic,testSecurityOnly} TestAutoUpdates || RC=1 +test/verify/check-packagekit -tv --machine \$HOST:22 --browser \$HOST:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=1 # check-menu is not @nondestructive yet, keep it last for t in accounts