tests: Enable some PackageKit tests

This commit is contained in:
Martin Pitt 2020-04-01 20:51:47 +02:00
parent 146d1315a0
commit 75d054e32f
2 changed files with 12 additions and 1 deletions

View File

@ -16,6 +16,7 @@
- cockpit-machines
- cockpit-sosreport
- cockpit-storaged
- createrepo_c
- firewalld
- libvirt-daemon-config-network
- podman

View File

@ -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