]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: storage: Fix storage xml2xml test for vstorage pool
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jan 2017 09:39:53 +0000 (10:39 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jan 2017 09:39:53 +0000 (10:39 +0100)
The input and output were the same, but the output file did not
correspond to what libvirt would output.

tests/storagepoolxml2xmlout/pool-vstorage.xml

index 8b2aecb641781341a1b5b25851d48d7fe4e7de75..11280198f141e7bc745df31545d3e6fea44e89bb 100644 (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>