summaryrefslogtreecommitdiff
path: root/test/python/docker
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/docker')
-rw-r--r--test/python/docker/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/docker/__init__.py b/test/python/docker/__init__.py
index 539b30d36..816667b82 100644
--- a/test/python/docker/__init__.py
+++ b/test/python/docker/__init__.py
@@ -60,7 +60,7 @@ location = "mirror.localhost:5000"
self.anchor_directory, "cni", "net.d"
)
os.makedirs(os.environ["CNI_CONFIG_PATH"], exist_ok=True)
- self.cmd.append("--cni-config-dir=" + os.environ["CNI_CONFIG_PATH"])
+ self.cmd.append("--network-config-dir=" + os.environ["CNI_CONFIG_PATH"])
cni_cfg = os.path.join(
os.environ["CNI_CONFIG_PATH"], "87-podman-bridge.conflist"
)