[libvirt] [PATCH] tests: Adapt to gluster_debug_level in qemu.conf

Michal Privoznik mprivozn at redhat.com
Fri Nov 18 15:05:44 UTC 2016


After a944bd92 we gained support for setting gluster debug level.
However, due to stupid space we haven't tested whether augeas
file actually works.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 src/qemu/qemu.conf                 | 2 +-
 src/qemu/test_libvirtd_qemu.aug.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf
index 070d37b..2b2bd60 100644
--- a/src/qemu/qemu.conf
+++ b/src/qemu/qemu.conf
@@ -664,4 +664,4 @@
 #
 # Defaults to 4
 #
-# gluster_debug_level = 9
+#gluster_debug_level = 9
diff --git a/src/qemu/test_libvirtd_qemu.aug.in b/src/qemu/test_libvirtd_qemu.aug.in
index 805fa0e..f586e95 100644
--- a/src/qemu/test_libvirtd_qemu.aug.in
+++ b/src/qemu/test_libvirtd_qemu.aug.in
@@ -90,3 +90,4 @@ module Test_libvirtd_qemu =
     { "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
 }
 { "stdio_handler" = "logd" }
+{ "gluster_debug_level" = "9" }
-- 
2.8.4




More information about the libvir-list mailing list