tests: Run storage tests
This commit is contained in:
parent
12cf08914b
commit
b210155ba1
@ -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)
|
# 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-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}
|
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
|
# 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
|
test/verify/check-\$t -tv --machine \$HOST:22 --browser \$HOST:9090
|
||||||
done
|
done
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user