From b20ce473d29a560b7d06b560d9d158c4e3a9efd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 3 Oct 2016 11:33:03 +0200 Subject: [PATCH] tests: force hvc0 console in minimal HVM test system Regardless of kernel defauls, have kernel messages logged. --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index cc100bd1..be3aaea6 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -548,7 +548,7 @@ class SystemTestsMixin(object): "menuentry 'Default' {\n" " linux /vmlinuz root=/dev/xvda1 " "rd.driver.blacklist=bochs_drm " - "rd.driver.blacklist=uhci_hcd\n" + "rd.driver.blacklist=uhci_hcd console=hvc0\n" " initrd /initrd\n" "}" )