From dbc4f054657bfadec43b3f571f68b55866a94727 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Mon, 3 Aug 2015 12:10:36 +0200 Subject: [PATCH] Fix tests --- tests/modules/qemu/test_qemu_vm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/modules/qemu/test_qemu_vm.py b/tests/modules/qemu/test_qemu_vm.py index 23df4ccb..aeb479da 100644 --- a/tests/modules/qemu/test_qemu_vm.py +++ b/tests/modules/qemu/test_qemu_vm.py @@ -340,6 +340,8 @@ def test_build_command(vm, loop, fake_qemu_binary, port_manager): "test", "-m", "256", + "-boot", + "order=c", "-serial", "telnet:127.0.0.1:{},server,nowait".format(vm.console), "-net",