tests/acceptance/boot_linux_console: Do not use VGA on Clipper machine
commit1d77f1b14f9923dd511f07438ed2f778e3868f40
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 29 Jan 2020 21:23:42 +0000 (29 22:23 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 7 Feb 2020 14:12:48 +0000 (7 15:12 +0100)
treee5f3ed24017111a7c62d84748e13a4aab2a0c7b9
parent2d6a6e238a2297d92a81eb3425fc8228614ada9f
tests/acceptance/boot_linux_console: Do not use VGA on Clipper machine

As we only read the serial console, we don't need to force a
VGA display. This fixes when running a binary built with
--without-default-devices:

  ERROR: qemu-system-alpha: standard VGA not available

We also need the '-nodefaults' argument to avoid:

  ERROR: qemu-system-alpha: Unsupported NIC model: e1000

Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200129212345.20547-27-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
tests/acceptance/boot_linux_console.py