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:
parent
c3e7814df3
commit
e929045b34
@ -18,11 +18,13 @@ fi
|
|||||||
|
|
||||||
RC=0
|
RC=0
|
||||||
|
|
||||||
# some tests are still too unstable: testCreate,testAddDisk,testDetachDisk,testNICAdd,testLibvirt,NetworkSettings
|
# some tests are still too unstable: testCreate,testNetworkSettings,testVmNICs
|
||||||
test/verify/check-machines-dbus -tv --machine localhost:22 --browser localhost:9090 \
|
# testAddDisk triggers SELinux violation
|
||||||
TestMachinesDBus.test{Basic,VCPU,MultipleSettings,BootOrder} \
|
test/verify/check-machines -tv --machine localhost:22 --browser localhost:9090 \
|
||||||
TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \
|
TestMachines.test{Basic,VCPU,MultipleSettings,BootOrder,Libvirt} \
|
||||||
TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs} || RC=$?
|
TestMachines.testDetachDisk \
|
||||||
|
TestMachines.test{InlineConsole,ExternalConsole,SerialConsole} \
|
||||||
|
TestMachines.test{StoragePools,StoragePoolsCreate,NICAdd} || RC=$?
|
||||||
|
|
||||||
# TestFirewall.testNetworkingPage is still too unstable
|
# TestFirewall.testNetworkingPage is still too unstable
|
||||||
test/verify/check-networking-firewall -tv --machine localhost:22 --browser localhost:9090 \
|
test/verify/check-networking-firewall -tv --machine localhost:22 --browser localhost:9090 \
|
||||||
|
Loading…
Reference in New Issue
Block a user