tests: force hvc0 console in minimal HVM test system

Regardless of kernel defauls, have kernel messages logged.
This commit is contained in:
Marek Marczykowski-Górecki 2016-10-03 11:33:03 +02:00
parent a4db742077
commit b20ce473d2
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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"
"}"
)