From: Michal Privoznik Date: Fri, 18 Nov 2016 15:03:08 +0000 (+0100) Subject: tests: Adapt to gluster_debug_level in qemu.conf X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0c1bfd2c8dbd9b09ffbfc0f2feb67c8fc07da8a2;p=libvirt.git tests: Adapt to gluster_debug_level in qemu.conf After a944bd92 we gained support for setting gluster debug level. However, due to a space we haven't tested whether augeas file actually works. Signed-off-by: Michal Privoznik --- diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf index 070d37b657..2b2bd6031f 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 805fa0e55e..f586e956de 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" }