From 75d054e32f676d56ffd76387e9623b5fce57b106 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 1 Apr 2020 20:51:47 +0200 Subject: [PATCH] tests: Enable some PackageKit tests --- tests/tests.yml | 1 + tests/verify.sh | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 4844e08..05cf1c0 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,6 +16,7 @@ - cockpit-machines - cockpit-sosreport - cockpit-storaged + - createrepo_c - firewalld - libvirt-daemon-config-network - podman diff --git a/tests/verify.sh b/tests/verify.sh index c1674da..776d489 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -49,8 +49,18 @@ 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 + # check-menu is not @nondestructive yet, keep it last -for t in accounts login networking-firewall sosreport storage-basic storage-ignored storage-partitions storage-used storage-lvm2 menu; do +for t in accounts + login + networking-firewall + sosreport storage-basic + storage-ignored + storage-partitions + storage-used storage-lvm2 + menu; do test/verify/check-\$t -tv --machine \$HOST:22 --browser \$HOST:9090 || RC=1 done