diff --git a/tests/run-test.sh b/tests/run-test.sh index ca652c6..7f08c74 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -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=$?