Skip to content

Commit

Permalink
Fix Docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 22, 2024
1 parent 967c7d0 commit d3138da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/compute/docker/test_docker_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,7 @@ async def test_cpus(compute_project, manager):
"NanoCpus": 500000000
},
"Volumes": {},
"UsernsMode": "host",
"NetworkDisabled": True,
"Hostname": "test",
"Image": "ubuntu:latest",
Expand Down Expand Up @@ -1865,6 +1866,7 @@ async def test_memory(compute_project, manager):
"NanoCpus": 0
},
"Volumes": {},
"UsernsMode": "host",
"NetworkDisabled": True,
"Hostname": "test",
"Image": "ubuntu:latest",
Expand Down

0 comments on commit d3138da

Please sign in to comment.