1
0
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:
grossmj 2024-09-22 22:12:40 +07:00
parent 967c7d066d
commit d3138daa23
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -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",