test: Re-disable TestMachinesDBus.test{Libvirt,NetworkSettings}

They are still too unstable.
This commit is contained in:
Martin Pitt 2020-04-28 09:49:55 +02:00
parent 6d1be3eb74
commit 5c652c5d08

View File

@ -18,11 +18,11 @@ fi
RC=0 RC=0
# some tests are still too unstable: testCreate,testAddDisk,testDetachDisk,testNICAdd # some tests are still too unstable: testCreate,testAddDisk,testDetachDisk,testNICAdd,testLibvirt,NetworkSettings
test/verify/check-machines-dbus -tv --machine localhost:22 --browser localhost:9090 \ test/verify/check-machines-dbus -tv --machine localhost:22 --browser localhost:9090 \
TestMachinesDBus.test{Basic,Libvirt,VCPU,MultipleSettings,BootOrder} \ TestMachinesDBus.test{Basic,VCPU,MultipleSettings,BootOrder} \
TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \ TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \
TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs,NetworkSettings} || RC=$? TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs} || RC=$?
# not all classes are nondestructive, and we can't run rebooting tests # not all classes are nondestructive, and we can't run rebooting tests
test/verify/check-packagekit -tv --machine localhost:22 --browser localhost:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$? test/verify/check-packagekit -tv --machine localhost:22 --browser localhost:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$?