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>
This commit is contained in:
Chris J Arges
2015-06-30 15:19:04 -05:00
committed by John Ferlan
parent c6eea54008
commit be6c35e4ac
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<volume>
<name>OtherDemo.img</name>
<target>
<format type="qcow2"/>
</target>
<capacity>0</capacity>
</volume>