tests: storage: Fix storage xml2xml test for vstorage pool

The input and output were the same, but the output file did not
correspond to what libvirt would output.
This commit is contained in:
Peter Krempa 2017-01-27 10:39:53 +01:00
parent a7ae7ca9d4
commit bfc32e5895
1 changed files with 2 additions and 7 deletions

View File

@ -5,14 +5,9 @@
<allocation unit='bytes'>0</allocation>
<available unit='bytes'>0</available>
<source>
<name>vstorage-cluster</name>
<name>vzstorage-cluster</name>
</source>
<target>
<path>/mnt/vstorage-cluster</path>
<permissions>
<mode>0755</mode>
<owner>-1</owner>
<group>-1</group>
</permissions>
<path>/mnt/vstorage_cluster</path>
</target>
</pool>