test: Re-disable TestMachinesDBus.test{Libvirt,NetworkSettings}
They are still too unstable.
This commit is contained in:
parent
6d1be3eb74
commit
5c652c5d08
@ -18,11 +18,11 @@ fi
|
||||
|
||||
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 \
|
||||
TestMachinesDBus.test{Basic,Libvirt,VCPU,MultipleSettings,BootOrder} \
|
||||
TestMachinesDBus.test{Basic,VCPU,MultipleSettings,BootOrder} \
|
||||
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
|
||||
test/verify/check-packagekit -tv --machine localhost:22 --browser localhost:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$?
|
||||
|
Loading…
Reference in New Issue
Block a user