mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-28 07:21:44 +03:00
ccc0da3e51
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.
11 lines
403 B
XML
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. |