test: Enable first libvirt tests
Enable the ones corresponding to the selenium tests [1], except for some which are still too unstable. [1] https://github.com/cockpit-project/cockpit/issues/13481
This commit is contained in:
parent
15c2932687
commit
cc5550a75f
@ -11,6 +11,8 @@ cd /tmp
|
||||
git clone --depth=1 https://github.com/cockpit-project/cockpit
|
||||
cd cockpit
|
||||
git clone --depth=1 https://github.com/cockpit-project/bots
|
||||
# pre-download cirros image for Machines tests
|
||||
bots/image-download cirros
|
||||
# copy tests from our source, so that they match the released version
|
||||
rm -rf test
|
||||
cp -a /source/test .
|
||||
@ -23,6 +25,12 @@ export TEST_AUDIT_NO_SELINUX=1
|
||||
|
||||
RC=0
|
||||
|
||||
# some tests are still too unstable: testCreate,testAddDisk,testDetachDisk
|
||||
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=\$?
|
||||
|
||||
# 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=$?
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
- firewalld
|
||||
- libvirt-daemon-config-network
|
||||
- podman
|
||||
- targetcli
|
||||
- tlog
|
||||
tests:
|
||||
- smoke:
|
||||
|
Loading…
Reference in New Issue
Block a user