mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Fix tests.
This commit is contained in:
parent
46f4e7ef6e
commit
58c5965905
@ -523,7 +523,7 @@ async def test_build_command(vm, fake_qemu_binary):
|
|||||||
"-m",
|
"-m",
|
||||||
"256M",
|
"256M",
|
||||||
"-smp",
|
"-smp",
|
||||||
"cpus=1,maxcpus=1",
|
"cpus=1,maxcpus=1,sockets=1",
|
||||||
"-boot",
|
"-boot",
|
||||||
"order=c",
|
"order=c",
|
||||||
"-uuid",
|
"-uuid",
|
||||||
@ -575,7 +575,7 @@ async def test_build_command_kvm(linux_platform, vm, fake_qemu_binary):
|
|||||||
"-m",
|
"-m",
|
||||||
"256M",
|
"256M",
|
||||||
"-smp",
|
"-smp",
|
||||||
"cpus=1,maxcpus=1",
|
"cpus=1,maxcpus=1,sockets=1",
|
||||||
"-enable-kvm",
|
"-enable-kvm",
|
||||||
"-boot",
|
"-boot",
|
||||||
"order=c",
|
"order=c",
|
||||||
@ -612,7 +612,7 @@ async def test_build_command_kvm_2_4(linux_platform, vm, fake_qemu_binary):
|
|||||||
"-m",
|
"-m",
|
||||||
"256M",
|
"256M",
|
||||||
"-smp",
|
"-smp",
|
||||||
"cpus=1,maxcpus=1",
|
"cpus=1,maxcpus=1,sockets=1",
|
||||||
"-enable-kvm",
|
"-enable-kvm",
|
||||||
"-machine",
|
"-machine",
|
||||||
"smm=off",
|
"smm=off",
|
||||||
@ -660,7 +660,7 @@ async def test_build_command_two_adapters(vm, fake_qemu_binary):
|
|||||||
"-m",
|
"-m",
|
||||||
"256M",
|
"256M",
|
||||||
"-smp",
|
"-smp",
|
||||||
"cpus=1,maxcpus=1",
|
"cpus=1,maxcpus=1,sockets=1",
|
||||||
"-boot",
|
"-boot",
|
||||||
"order=c",
|
"order=c",
|
||||||
"-uuid",
|
"-uuid",
|
||||||
|
Loading…
Reference in New Issue
Block a user