virt-manager/tests/cli-test-xml/compare/virt-xml-edit-select-disk-target.xml
Cole Robinson ccc0da3e51 tests: Add specific VM for virtxml tests
Decouple it from test-many-devices which is really about manual testing
of virt-manager UI. It's annoying that every time test-many-devices is
extended we need to regenerate all the virtxml tests.
2015-04-21 19:50:41 -04:00

11 lines
403 B
XML

<address type="drive" controller="0" bus="0" target="0" unit="0"/>
</disk>
<disk type="file" device="disk">
- <source file="/tmp/foobar"/>
+ <source file="/dev/null"/>
<target dev="hda" bus="ide"/>
<iotune>
<read_bytes_sec>5242880</read_bytes_sec>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the next domain shutdown.