tests: Enable more tests

Version 216 fixed some tests to now work correctly in the Fedora gating
environment.
This commit is contained in:
Martin Pitt 2020-04-01 16:04:59 +02:00
parent ee8a894e6f
commit af9b0e0290

View File

@ -47,16 +47,11 @@ npm install axe-core chrome-remote-interface sizzle
export TEST_OS=fedora-32
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
# TestFirewall.testNetworkingPage does not see libvirt zone, and testMultipleZones assumes eth1
test/verify/check-networking-firewall -tv --machine \$HOST:22 --browser \$HOST:9090 TestFirewall.{testAddCustomServices,testAddServices,testFirewallPage}
# FIXME: testSessionRecordingShell fails
test/verify/check-login -tv --machine \$HOST:22 --browser \$HOST:9090 TestLogin.{testBasic,testExpired,testSELinuxRestrictedUser}
# check-menu is not @nondestructive yet, keep it last
for t in sosreport storage-basic storage-ignored storage-partitions storage-used menu; do
for t in networking-firewall sosreport storage-basic storage-ignored storage-partitions storage-used storage-lvm2 menu accounts; do
test/verify/check-\$t -tv --machine \$HOST:22 --browser \$HOST:9090
done
EOF