mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-15 20:17:54 +00:00
test/e2e: drop dead network_cmd_options config key
The network_cmd_options engine setting was backed by the slirp4netns network stack, which has been removed. The key is now a no-op (unknown TOML keys are only debug-logged), so drop it from the e2e test config. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
b579e7ef99
commit
820b7bec17
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ annotations=["run.oci.keep_original_groups=1",]
|
|||
no_hosts=true
|
||||
[engine]
|
||||
|
||||
network_cmd_options=["allow_host_loopback=true"]
|
||||
service_timeout=1234
|
||||
kube_generate_type="deployment"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue