mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: cover disk, interface <backenddomain>
There is present no XML test coverage for this. Add genericxml parse + formatting coverage. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
c640f382eb
commit
14f877e8d0
30
tests/genericxml2xmlindata/device-backenddomain.xml
Normal file
30
tests/genericxml2xmlindata/device-backenddomain.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<domain type='qemu'>
|
||||
<name>foo</name>
|
||||
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
||||
<memory unit='KiB'>219136</memory>
|
||||
<currentMemory unit='KiB'>219136</currentMemory>
|
||||
<vcpu placement='static'>1</vcpu>
|
||||
<os>
|
||||
<type arch='i686' machine='pc'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>destroy</on_crash>
|
||||
<devices>
|
||||
<disk type='block' device='disk'>
|
||||
<driver name='qemu' type='raw'/>
|
||||
<source dev='/dev/HostVG/QEMUGuest1'/>
|
||||
<backenddomain name='bar'/>
|
||||
<target dev='hda' bus='ide'/>
|
||||
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
||||
</disk>
|
||||
<controller type='ide' index='0'/>
|
||||
<interface type='bridge'>
|
||||
<mac address='aa:bb:cc:dd:ee:ff'/>
|
||||
<source bridge='br0'/>
|
||||
<backenddomain name='foo'/>
|
||||
</interface>
|
||||
</devices>
|
||||
</domain>
|
1
tests/genericxml2xmloutdata/device-backenddomain.xml
Symbolic link
1
tests/genericxml2xmloutdata/device-backenddomain.xml
Symbolic link
@ -0,0 +1 @@
|
||||
../genericxml2xmlindata/device-backenddomain.xml
|
@ -233,6 +233,7 @@ mymain(void)
|
||||
DO_TEST("launch-security-sev");
|
||||
|
||||
DO_TEST_DIFFERENT("cputune");
|
||||
DO_TEST("device-backenddomain");
|
||||
|
||||
#define DO_TEST_BACKUP_FULL(name, intrnl) \
|
||||
do { \
|
||||
|
Loading…
Reference in New Issue
Block a user