mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +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
|
"NanoCpus": 500000000
|
||||||
},
|
},
|
||||||
"Volumes": {},
|
"Volumes": {},
|
||||||
|
"UsernsMode": "host",
|
||||||
"NetworkDisabled": True,
|
"NetworkDisabled": True,
|
||||||
"Hostname": "test",
|
"Hostname": "test",
|
||||||
"Image": "ubuntu:latest",
|
"Image": "ubuntu:latest",
|
||||||
@ -1865,6 +1866,7 @@ async def test_memory(compute_project, manager):
|
|||||||
"NanoCpus": 0
|
"NanoCpus": 0
|
||||||
},
|
},
|
||||||
"Volumes": {},
|
"Volumes": {},
|
||||||
|
"UsernsMode": "host",
|
||||||
"NetworkDisabled": True,
|
"NetworkDisabled": True,
|
||||||
"Hostname": "test",
|
"Hostname": "test",
|
||||||
"Image": "ubuntu:latest",
|
"Image": "ubuntu:latest",
|
||||||
|
Loading…
Reference in New Issue
Block a user