grossmj 4 years ago
parent 399f1c082e
commit bf4550bf78

@ -494,7 +494,7 @@ async def test_build_command(vm, fake_qemu_binary):
"-m", "-m",
"256M", "256M",
"-smp", "-smp",
"cpus=1", "cpus=1,sockets=1",
"-boot", "-boot",
"order=c", "order=c",
"-uuid", "-uuid",
@ -544,7 +544,7 @@ async def test_build_command_kvm(linux_platform, vm, fake_qemu_binary):
"-m", "-m",
"256M", "256M",
"-smp", "-smp",
"cpus=1", "cpus=1,sockets=1",
"-enable-kvm", "-enable-kvm",
"-boot", "-boot",
"order=c", "order=c",
@ -580,7 +580,7 @@ async def test_build_command_kvm_2_4(linux_platform, vm, fake_qemu_binary):
"-m", "-m",
"256M", "256M",
"-smp", "-smp",
"cpus=1", "cpus=1,sockets=1",
"-enable-kvm", "-enable-kvm",
"-machine", "-machine",
"smm=off", "smm=off",
@ -626,7 +626,7 @@ async def test_build_command_two_adapters(vm, fake_qemu_binary):
"-m", "-m",
"256M", "256M",
"-smp", "-smp",
"cpus=1", "cpus=1,sockets=1",
"-boot", "-boot",
"order=c", "order=c",
"-uuid", "-uuid",

Loading…
Cancel
Save