diff --git a/tests/run-test.sh b/tests/run-test.sh index 1128052..77e5597 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -18,11 +18,13 @@ fi RC=0 -# 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,VCPU,MultipleSettings,BootOrder} \ - TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \ - TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs} || RC=$? +# some tests are still too unstable: testCreate,testNetworkSettings,testVmNICs +# testAddDisk triggers SELinux violation +test/verify/check-machines -tv --machine localhost:22 --browser localhost:9090 \ + TestMachines.test{Basic,VCPU,MultipleSettings,BootOrder,Libvirt} \ + TestMachines.testDetachDisk \ + TestMachines.test{InlineConsole,ExternalConsole,SerialConsole} \ + TestMachines.test{StoragePools,StoragePoolsCreate,NICAdd} || RC=$? # TestFirewall.testNetworkingPage is still too unstable test/verify/check-networking-firewall -tv --machine localhost:22 --browser localhost:9090 \