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:
parent
9b9428e82e
commit
f894e9dea6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user