tests: Run storage tests

This commit is contained in:
Martin Pitt 2020-03-23 17:31:03 +01:00
parent 12cf08914b
commit b210155ba1

View File

@ -45,9 +45,11 @@ export TEST_AUDIT_NO_SELINUX=1
# FIXME: Test{Accounts,Login}.testBasic don't get along with the existing root session (https://github.com/cockpit-project/cockpit/pull/13773)
test/verify/check-accounts -tv --machine \$HOST:22 --browser \$HOST:9090 TestAccounts.{testRootLogin,testUnprivileged}
test/verify/check-login -tv --machine \$HOST:22 --browser \$HOST:9090 TestLogin.{testExpired,testSELinuxRestrictedUser}
# storage-lvm is buggy: https://github.com/cockpit-project/cockpit/pull/13777 and https://github.com/cockpit-project/cockpit/pull/13779
test/verify/check-storage-lvm2 -tv --machine \$HOST:22 --browser \$HOST:9090 TestStorage.testSnapshots
# check-menu is not @nondestructive yet, keep it last
for t in sosreport storage-basic menu; do
for t in sosreport storage-basic storage-ignored storage-partitions storage-used menu; do
test/verify/check-\$t -tv --machine \$HOST:22 --browser \$HOST:9090
done
EOF