tests/boot_linux_console: add common kernel command line options
commitb50fcd39ba077465852870c17687df17227759a5
authorCleber Rosa <crosa@redhat.com>
Tue, 12 Mar 2019 17:18:13 +0000 (12 13:18 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 3 May 2019 00:33:26 +0000 (2 21:33 -0300)
treef14a0e9f65af92d811d2987c297b22dd8ff9cdc3
parent7d7985b1613345541df7c7fc032e470c71cba942
tests/boot_linux_console: add common kernel command line options

The 'printk.time=0' option makes it easier to parse the console
output.  Let's set it as a default, and reusable, kernel command line
options for this and future similar tests.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20190312171824.5134-10-crosa@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
tests/acceptance/boot_linux_console.py