summaryrefslogtreecommitdiff
path: root/test/e2e/config
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2020-12-04 13:37:22 -0500
committerAshley Cui <acui@redhat.com>2020-12-04 13:37:22 -0500
commitd6d3af9e8ebda9229a5d92d71c66e416c3f99a91 (patch)
tree9c0fd8938404da7dd536481e5faedc21f378754f /test/e2e/config
parent90d41104d9ea9ae36f6680d1b7e62ca592a8a29c (diff)
downloadpodman-d6d3af9e8ebda9229a5d92d71c66e416c3f99a91.tar.gz
podman-d6d3af9e8ebda9229a5d92d71c66e416c3f99a91.tar.bz2
podman-d6d3af9e8ebda9229a5d92d71c66e416c3f99a91.zip
Add ability to set system wide options for slirp4netns
Wire in containers.conf options for slirp Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'test/e2e/config')
-rw-r--r--test/e2e/config/containers.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/e2e/config/containers.conf b/test/e2e/config/containers.conf
index 5f852468d..35153ba05 100644
--- a/test/e2e/config/containers.conf
+++ b/test/e2e/config/containers.conf
@@ -52,3 +52,7 @@ dns_options=[ "debug", ]
tz = "Pacific/Honolulu"
umask = "0002"
+
+[engine]
+
+network_cmd_options=["allow_host_loopback=true"]