diff --git a/tests/container-run.sh b/tests/container-run.sh index a3c193c..8a2370c 100755 --- a/tests/container-run.sh +++ b/tests/container-run.sh @@ -25,11 +25,11 @@ export TEST_AUDIT_NO_SELINUX=1 RC=0 -# some tests are still too unstable: testCreate,testAddDisk,testDetachDisk +# some tests are still too unstable: testCreate,testAddDisk,testDetachDisk,testNICAdd test/verify/check-machines-dbus -tv --machine $HOST:22 --browser $HOST:9090 \ TestMachinesDBus.test{Basic,Libvirt,VCPU,MultipleSettings,BootOrder} \ TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \ - TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs,NICAdd,NetworkSettings} || RC=$? + TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs,NetworkSettings} || RC=$? # not all classes are nondestructive, and we can't run rebooting tests test/verify/check-packagekit -tv --machine $HOST:22 --browser $HOST:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$?