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 <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2016-11-18 16:03:08 +01:00
parent 8158a19fd7
commit 0c1bfd2c8d
2 changed files with 2 additions and 1 deletions

View File

@ -664,4 +664,4 @@
# #
# Defaults to 4 # Defaults to 4
# #
# gluster_debug_level = 9 #gluster_debug_level = 9

View File

@ -90,3 +90,4 @@ module Test_libvirtd_qemu =
{ "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" } { "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
} }
{ "stdio_handler" = "logd" } { "stdio_handler" = "logd" }
{ "gluster_debug_level" = "9" }