libvirt/tests/storagevolxml2xmlin/vol-file-iso.xml
Cole Robinson 0de1066fb9 tests: Add storagevol tests for format=iso
Demonstrates the bug fix in commit 0e5db76262
2017-03-08 13:22:33 -05:00

11 lines
229 B
XML

<volume>
<name>test.iso</name>
<source/>
<capacity unit="MiB">1</capacity>
<allocation unit="MiB">1</allocation>
<target>
<format type='iso'/>
<path>/var/lib/libvirt/images/test.iso</path>
</target>
</volume>