virt-manager/tests/xmlparse-xml/change-xmlns-qemu-in.xml
Cole Robinson bc94666778 tests: xmlparse: Add qemu xmlns tests
Since reproducing via manual clitest is hard since it requires
XML on stdin
2018-02-20 11:23:37 -05:00

22 lines
629 B
XML

<domain type='test' xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0">
<name>test-xmlns</name>
<memory unit='KiB'>8388608</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<vcpu placement='static'>2</vcpu>
<os>
<type arch='i686'>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>
</devices>
<qemu:commandline>
<qemu:env name="SOMEENV" value="foo=bar baz,foo"/>
<qemu:arg value="-somearg"/>
<qemu:arg value="bar,baz=wib wob"/>
</qemu:commandline>
</domain>