Enable fedora-30/tar test scenario
Related to https://github.com/cockpit-project/cockpit/pull/12768
This commit is contained in:
parent
8af9723c37
commit
52f84adde3
2
test/run
2
test/run
@ -9,6 +9,8 @@ if [ -n "$TEST_SCENARIO" ]; then
|
|||||||
test/check-cli TestLiveIso
|
test/check-cli TestLiveIso
|
||||||
elif [ "$TEST_SCENARIO" == "qcow2" ]; then
|
elif [ "$TEST_SCENARIO" == "qcow2" ]; then
|
||||||
test/check-cli TestQcow2
|
test/check-cli TestQcow2
|
||||||
|
elif [ "$TEST_SCENARIO" == "tar" ]; then
|
||||||
|
test/check-cli TestTar
|
||||||
else
|
else
|
||||||
test/check-cloud TestCloud.test_$TEST_SCENARIO
|
test/check-cloud TestCloud.test_$TEST_SCENARIO
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user