virt-manager/tests/data/cli/compare/virt-xml-edit-select-disk-bootorder2.xml
Cole Robinson 435c7181f1 tests: testdriver: Rename default-pool -> pool-dir
And move the path to not be rooted in /dev, which doesn't make
sense for a directory pool, and triggers some special /dev handling
in virtinst that we don't want in the common testing path.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-02-27 13:03:04 -05:00

19 lines
541 B
XML

<os>
<type arch="i686">hvm</type>
<loader type="rom">/usr/lib/xen/boot/hvmloader</loader>
- <boot dev="hd"/>
</os>
<features>
<acpi/>
@@
<source file="/pool-dir/collidevol1.img"/>
<target dev="hda" bus="ide"/>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
+ <boot order="1"/>
</disk>
<controller type="ide" index="0"/>
<interface type="user">
Domain 'test-collide' defined successfully.
Changes will take effect after the domain is fully powered off.