From: Amador Pahim <apa...@redhat.com> Otherwise we will see the debug messages in our test logs.
Signed-off-by: Amador Pahim <apa...@redhat.com> Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- tests/avocado/avocado_qemu/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/avocado/avocado_qemu/test.py b/tests/avocado/avocado_qemu/test.py index b921151bae..308fdfa514 100644 --- a/tests/avocado/avocado_qemu/test.py +++ b/tests/avocado/avocado_qemu/test.py @@ -235,6 +235,7 @@ class _VM(qemu.QEMUMachine): self.username = username self.password = password super(_VM, self).__init__(qemu_bin, name=self.name, arch=arch) + logging.getLogger('QMP').setLevel(logging.INFO) def get_console(self, console_address=None, prompt=r"[\#\$] "): """ -- 2.14.3