mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
tests: Add blkdeviotune-max xml2xmltest
It was missing... Also since I'm using the soft link from qemuxml2xmloutdata to the qemuxml2argvdata file, modify the output file to have the necessary <address> elements plus the mouse and keyboard. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
52194faa9e
commit
c3584265ba
@ -43,9 +43,17 @@
|
|||||||
</iotune>
|
</iotune>
|
||||||
<address type='drive' controller='0' bus='0' target='0' unit='1'/>
|
<address type='drive' controller='0' bus='0' target='0' unit='1'/>
|
||||||
</disk>
|
</disk>
|
||||||
<controller type='usb' index='0'/>
|
<controller type='usb' index='0'>
|
||||||
<controller type='ide' index='0'/>
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
|
||||||
|
</controller>
|
||||||
|
<controller type='ide' index='0'>
|
||||||
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
|
||||||
|
</controller>
|
||||||
<controller type='pci' index='0' model='pci-root'/>
|
<controller type='pci' index='0' model='pci-root'/>
|
||||||
<memballoon model='virtio'/>
|
<input type='mouse' bus='ps2'/>
|
||||||
|
<input type='keyboard' bus='ps2'/>
|
||||||
|
<memballoon model='virtio'>
|
||||||
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
|
||||||
|
</memballoon>
|
||||||
</devices>
|
</devices>
|
||||||
</domain>
|
</domain>
|
||||||
|
1
tests/qemuxml2xmloutdata/qemuxml2xmlout-blkdeviotune-max.xml
Symbolic link
1
tests/qemuxml2xmloutdata/qemuxml2xmlout-blkdeviotune-max.xml
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../qemuxml2argvdata/qemuxml2argv-blkdeviotune-max.xml
|
@ -607,6 +607,7 @@ mymain(void)
|
|||||||
DO_TEST("usb-redir-filter", NONE);
|
DO_TEST("usb-redir-filter", NONE);
|
||||||
DO_TEST("usb-redir-filter-version", NONE);
|
DO_TEST("usb-redir-filter-version", NONE);
|
||||||
DO_TEST("blkdeviotune", NONE);
|
DO_TEST("blkdeviotune", NONE);
|
||||||
|
DO_TEST("blkdeviotune-max", NONE);
|
||||||
DO_TEST("controller-usb-order", NONE);
|
DO_TEST("controller-usb-order", NONE);
|
||||||
|
|
||||||
DO_TEST_FULL("seclabel-dynamic-baselabel", WHEN_INACTIVE, GIC_NONE, NONE);
|
DO_TEST_FULL("seclabel-dynamic-baselabel", WHEN_INACTIVE, GIC_NONE, NONE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user