libvirt/tests/storagevolxml2xmlin/vol-qcow2-zerocapacity.xml
Chris J Arges be6c35e4ac tests: add vol-qcow2-zerocapacity test to storagevolxml2argvtest
Add a testcase for the previous change to ensure zero capacity volumes can be
defined without a backing store.

Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
2015-07-24 11:23:45 -04:00

8 lines
123 B
XML

<volume>
<name>OtherDemo.img</name>
<target>
<format type="qcow2"/>
</target>
<capacity>0</capacity>
</volume>