Enable fedora-30/tar test scenario

Related to
https://github.com/cockpit-project/cockpit/pull/12768
This commit is contained in:
Alexander Todorov 2019-09-12 11:10:16 +03:00 committed by Alexander Todorov
parent 8af9723c37
commit 52f84adde3
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ if [ -n "$TEST_SCENARIO" ]; then
test/check-cli TestLiveIso
elif [ "$TEST_SCENARIO" == "qcow2" ]; then
test/check-cli TestQcow2
elif [ "$TEST_SCENARIO" == "tar" ]; then
test/check-cli TestTar
else
test/check-cloud TestCloud.test_$TEST_SCENARIO
fi