[libvirt] [perl PATCH] Avoid using /default-pool for test storage pool

Daniel P. Berrangé posted 1 patch 5 years, 7 months ago
Failed in applying to current master (apply log)
t/400-storage-pools.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [perl PATCH] Avoid using /default-pool for test storage pool
Posted by Daniel P. Berrangé 5 years, 7 months ago
The path /default-pool is used by a predefined storage pool in the test
driver, and libvirt now enforces pool source uniqueness.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---

Pushed as a build fix

 t/400-storage-pools.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/400-storage-pools.t b/t/400-storage-pools.t
index 319a21e..c78507d 100644
--- a/t/400-storage-pools.t
+++ b/t/400-storage-pools.t
@@ -60,7 +60,7 @@ my $xml = "<pool type='dir'>
   <name>wibble</name>
   <uuid>12341234-5678-5678-5678-123412341234</uuid>
   <target>
-    <path>/default-pool</path>
+    <path>/wibble</path>
   </target>
 </pool>";
 
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list