tests: Adjust to version 219

- check-machines-dbus got renamed to check-machines
 - More Machines tests should be stable now
This commit is contained in:
Martin Pitt 2020-05-14 07:30:00 +02:00
parent c3e7814df3
commit e929045b34

View File

@ -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 \