Make ingress drill Docker socket portable
This commit is contained in:
@@ -37,6 +37,7 @@ class ManagedIngressDrillTests(unittest.TestCase):
|
||||
|
||||
argv = run.call_args.args[0]
|
||||
self.assertIn("type=volume,src=config-volume,dst=/govoplan-config", argv)
|
||||
self.assertIn("0:0", argv)
|
||||
self.assertNotIn("type=bind", " ".join(argv))
|
||||
self.assertEqual(
|
||||
":8080 { respond /health 200 }\n",
|
||||
|
||||
Reference in New Issue
Block a user