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
bots/image-download cirros
# still too unstable
EXCLUDES="$EXCLUDES
TestMachines.testCreate
TestMachines.testNetworkSettings
TestMachines.testVmNICs"
# takes too long, somehow breaks Ansible
EXCLUDES="$EXCLUDES TestMachines.testCreate"
# triggers SELinux violation
EXCLUDES="$EXCLUDES TestMachines.testAddDisk"
# not investigated yet
# fixed in https://github.com/cockpit-project/cockpit/pull/14236
EXCLUDES="$EXCLUDES
TestMachines.testCreatePXE
TestMachines.testCreateBasicValidation
TestMachines.testCreateImportDisk
TestMachines.testCreatePXE
TestMachines.testCreateUrlSource"
# not investigated yet
EXCLUDES="$EXCLUDES
TestMachines.testCreateThenInstall
TestMachines.testCreateUrlSource
TestMachines.testInlineConsoleWithUrlRoot"
TestMachines.testVmNICs"
# TestUpdates: we can't run rebooting tests
TESTS="$TESTS