tests: Enable more Machines tests

These seem work fine now, especially with run-tests flake retrying.

testCreatePXE() and some others will be fixed in the next upstream
release.

testCreate() still seems to give trouble, though.
This commit is contained in:
Martin Pitt 2020-06-16 09:44:40 +02:00 committed by Martin Pitt
parent 9b9428e82e
commit f894e9dea6

View File

@ -41,23 +41,20 @@ if [ -n "$test_optional" ]; then
# pre-download cirros image for Machines tests # pre-download cirros image for Machines tests
bots/image-download cirros bots/image-download cirros
# still too unstable # takes too long, somehow breaks Ansible
EXCLUDES="$EXCLUDES EXCLUDES="$EXCLUDES TestMachines.testCreate"
TestMachines.testCreate
TestMachines.testNetworkSettings
TestMachines.testVmNICs"
# triggers SELinux violation # triggers SELinux violation
EXCLUDES="$EXCLUDES TestMachines.testAddDisk" EXCLUDES="$EXCLUDES TestMachines.testAddDisk"
# fixed in https://github.com/cockpit-project/cockpit/pull/14236
# not investigated yet
EXCLUDES="$EXCLUDES EXCLUDES="$EXCLUDES
TestMachines.testCreatePXE
TestMachines.testCreateBasicValidation TestMachines.testCreateBasicValidation
TestMachines.testCreateImportDisk TestMachines.testCreateImportDisk
TestMachines.testCreatePXE TestMachines.testCreateUrlSource"
# not investigated yet
EXCLUDES="$EXCLUDES
TestMachines.testCreateThenInstall TestMachines.testCreateThenInstall
TestMachines.testCreateUrlSource TestMachines.testVmNICs"
TestMachines.testInlineConsoleWithUrlRoot"
# TestUpdates: we can't run rebooting tests # TestUpdates: we can't run rebooting tests
TESTS="$TESTS TESTS="$TESTS