mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix qemu tests
This commit is contained in:
parent
8e168dfbe0
commit
5df5a6da18
@ -272,10 +272,10 @@ def test_build_command(vm, loop, fake_qemu_binary, port_manager):
|
|||||||
os.path.join(vm.working_dir, "flash.qcow2"),
|
os.path.join(vm.working_dir, "flash.qcow2"),
|
||||||
"-serial",
|
"-serial",
|
||||||
"telnet:127.0.0.1:{},server,nowait".format(vm.console),
|
"telnet:127.0.0.1:{},server,nowait".format(vm.console),
|
||||||
|
"-net",
|
||||||
|
"none",
|
||||||
"-device",
|
"-device",
|
||||||
"e1000,mac=00:00:ab:0e:0f:00,netdev=gns3-0",
|
"e1000,mac=00:00:ab:0e:0f:00",
|
||||||
"-netdev",
|
|
||||||
"user,id=gns3-0"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user