virt-manager/tests/xmlparse-xml/change-seclabel-out.xml
Cole Robinson 361657ad15 virtinst: Add a lot of test code coverage
* Delete dead code
* Add tests for various device default code paths
* Rework certain conditions a bit so code coverage always hits them
2019-06-09 18:59:50 -04:00

20 lines
563 B
XML

<domain type="kvm">
<name>TestGuest</name>
<currentMemory>204800</currentMemory>
<memory>409600</memory>
<uuid>12345678-1234-1234-1234-123456789012</uuid>
<os>
<type arch="i686" machine="foobar">hvm</type>
<boot dev="hd"/>
</os>
<devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
</devices>
<seclabel type="none" model="apparmor" relabel="no">
<label>barlabel</label>
<imagelabel>imagelabel</imagelabel>
<baselabel>baselabel</baselabel>
</seclabel>
<seclabel type="dynamic" model="dac" relabel="yes"/>
</domain>