diff --git a/tests/modules/qemu/test_qemu_vm.py b/tests/modules/qemu/test_qemu_vm.py index aeb479da..44444b25 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", + "-smp", + "cpus=1", "-boot", "order=c", "-serial",