virt-manager/tests/data/xmlparse/change-xmlns-qemu-out.xml
Cole Robinson 78c8aef75e tests: Move all data directories to data/
This cleans up the file hierarchy a bit

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-01-27 06:57:37 -05:00

23 lines
670 B
XML

<domain xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0" type="test">
<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="testval"/>
<qemu:arg value="additional-arg"/>
<qemu:env name="DISPLAY" value="1:2"/>
</qemu:commandline>
</domain>