libvirt/tests/storagevolxml2xmlout/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

12 lines
268 B
XML

<volume type='file'>
<name>test.iso</name>
<source>
</source>
<capacity unit='bytes'>1048576</capacity>
<allocation unit='bytes'>1048576</allocation>
<target>
<path>/var/lib/libvirt/images/test.iso</path>
<format type='iso'/>
</target>
</volume>