tests: Enable some PackageKit tests
This commit is contained in:
parent
146d1315a0
commit
75d054e32f
@ -16,6 +16,7 @@
|
||||
- cockpit-machines
|
||||
- cockpit-sosreport
|
||||
- cockpit-storaged
|
||||
- createrepo_c
|
||||
- firewalld
|
||||
- libvirt-daemon-config-network
|
||||
- podman
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user