virt-manager/tests/cli-test-xml/compare/virt-xml-edit-select-disk-bootorder.xml
Marc Hartmayer c896d19d76 tests: cli: Add boot.order tests
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
2019-03-06 13:15:38 -05:00

19 lines
635 B
XML

<total_iops_sec>50</total_iops_sec>
</iotune>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
+ <boot order="1"/>
</disk>
<disk type="file" device="disk">
<driver name="qemu" type="qcow2" cache="none"/>
@@
</source>
<target dev="sda" bus="scsi"/>
<shareable/>
- <boot order="1"/>
+ <boot order="2"/>
<address type="drive" controller="9" bus="0" target="0" unit="0"/>
</disk>
<controller type="scsi" index="0"/>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.