summaryrefslogtreecommitdiff
path: root/test/e2e/config
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-11-08 15:22:43 +0100
committerPaul Holzinger <pholzing@redhat.com>2021-11-08 18:59:28 +0100
commit8b7b0b7caf104fbd0c04869296f395b51c5e211e (patch)
tree73abed1fa641eab972f230737a888f2e48ee73b6 /test/e2e/config
parentd6ef903164512e6fa7903bb0b85a1852117df37b (diff)
downloadpodman-8b7b0b7caf104fbd0c04869296f395b51c5e211e.tar.gz
podman-8b7b0b7caf104fbd0c04869296f395b51c5e211e.tar.bz2
podman-8b7b0b7caf104fbd0c04869296f395b51c5e211e.zip
pod create: read network mode from config
When we create a pod we have to parse the network mode form the config file. This is a regression in commit d28e85741f. Fixes #12207 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test/e2e/config')
-rw-r--r--test/e2e/config/containers-netns.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e/config/containers-netns.conf b/test/e2e/config/containers-netns.conf
new file mode 100644
index 000000000..3f796f25d
--- /dev/null
+++ b/test/e2e/config/containers-netns.conf
@@ -0,0 +1,3 @@
+[containers]
+
+netns = "host"