From b210155ba1feb1366f7a0f913cffba097ca95a02 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 23 Mar 2020 17:31:03 +0100 Subject: [PATCH] tests: Run storage tests --- tests/verify.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/verify.sh b/tests/verify.sh index 0e33a39..32c8b92 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -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