mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-14 12:29:02 +00:00
Fix Docker tests
This commit is contained in:
parent
967c7d066d
commit
d3138daa23
@ -1815,6 +1815,7 @@ async def test_cpus(compute_project, manager):
|
||||
"NanoCpus": 500000000
|
||||
},
|
||||
"Volumes": {},
|
||||
"UsernsMode": "host",
|
||||
"NetworkDisabled": True,
|
||||
"Hostname": "test",
|
||||
"Image": "ubuntu:latest",
|
||||
@ -1865,6 +1866,7 @@ async def test_memory(compute_project, manager):
|
||||
"NanoCpus": 0
|
||||
},
|
||||
"Volumes": {},
|
||||
"UsernsMode": "host",
|
||||
"NetworkDisabled": True,
|
||||
"Hostname": "test",
|
||||
"Image": "ubuntu:latest",
|
||||
|
Loading…
Reference in New Issue
Block a user