Refactor create domain tests (#1364)

Adjust create domain tests to exercise both with a box defined and
undefined. Switch the default vagrantfile definition to have a box
defined as it is the expected behaviour.
This commit is contained in:
Darragh Bailey
2021-09-28 13:17:22 +01:00
committed by GitHub
parent 605aabcd98
commit 5de17b0d01
4 changed files with 70 additions and 30 deletions

View File

@@ -26,6 +26,11 @@
<clock offset='utc'>
</clock>
<devices>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='default'/>
<source file='/var/lib/libvirt/images/vagrant-test_default.img'/>
<target dev='vda' bus='virtio'/>
</disk>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='default'/>
<source file='/var/lib/libvirt/images/vagrant-test_default-vdb.qcow2'/>