[libvirt] [libvirt-sandbox PATCH] tests: add file extension for host mounts

Guido Günther agx at sigxcpu.org
Sat Mar 19 13:29:16 UTC 2016


otherwise we fail in gvir_sandbox_util_guess_image_format with

  "Cannot identify file extension in '/tmp/home'
---
 libvirt-sandbox/tests/test-config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt-sandbox/tests/test-config.c b/libvirt-sandbox/tests/test-config.c
index ac10bab..71a65c8 100644
--- a/libvirt-sandbox/tests/test-config.c
+++ b/libvirt-sandbox/tests/test-config.c
@@ -53,7 +53,7 @@ int main(int argc, char **argv)
     int ret = EXIT_FAILURE;
     const gchar *mounts[] = {
         "host-bind:/var/run/hell=/tmp/home",
-        "host-image:/etc=/tmp/home",
+        "host-image:/etc=/tmp/home/img.qcow2",
         "host-image:/etc=/tmp/home,format=qcow2",
         "host-bind:/tmp=",
         NULL
-- 
2.7.0




More information about the libvir-list mailing list