From 1ef3bd6058e6dbb3bf875fe371aa52597059f0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Rod=C3=A1k?= Date: Mon, 10 Aug 2026 16:54:33 +0200 Subject: [PATCH] Re-enable pesto IPv6 forwarding tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pasta IPv6 local-mode fix has been released upstream. Fixes: https://github.com/podman-container-tools/podman/issues/29268 Signed-off-by: Jan Rodák --- test/e2e/run_networking_test.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/e2e/run_networking_test.go b/test/e2e/run_networking_test.go index 5e1904b310..928fd82154 100644 --- a/test/e2e/run_networking_test.go +++ b/test/e2e/run_networking_test.go @@ -1096,8 +1096,6 @@ EXPOSE 2004-2005/tcp`, ALPINE) if forwarder == "rootlessport" { Skip("rootlessport does not support native IPv6 port forwarding") } - // TODO: enable once pasta ships the IPv6 local-mode fix (https://github.com/containers/podman/issues/29268) - Skip("pasta IPv6 forwarding requires unreleased pasta patch") SkipIfNoIPv6Route("pesto IPv6 forwarding requires routable IPv6 on the host") } configurePortForwarder(forwarder) @@ -1195,8 +1193,6 @@ EXPOSE 2004-2005/tcp`, ALPINE) It(fmt.Sprintf("podman run bridge dual-stack network IPv4 and IPv6 port forwarding with %s", forwarder), Serial, func() { SkipIfNotRootless("netavark does not support IPv6 port forwarding") - // TODO: enable once pasta ships the IPv6 local-mode fix (https://github.com/containers/podman/issues/29268) - Skip("pasta IPv6 forwarding requires unreleased pasta patch") SkipIfNoIPv6Route("pesto IPv6 forwarding requires routable IPv6 on the host") configurePortForwarder(forwarder) @@ -1229,8 +1225,6 @@ EXPOSE 2004-2005/tcp`, ALPINE) // https://github.com/containers/podman/issues/28771 It("podman run bridge dual-stack same port IPv4 and IPv6 route to different containers", func() { - // TODO: enable once pasta ships the IPv6 local-mode fix (https://github.com/containers/podman/issues/29268) - Skip("pasta IPv6 forwarding requires unreleased pasta patch") SkipIfNoIPv6Route("pesto IPv6 forwarding requires routable IPv6 on the host") configurePortForwarder("pasta") subnet4 := "172.45.0.0/24" @@ -1367,8 +1361,6 @@ EXPOSE 2004-2005/tcp`, ALPINE) // https://github.com/containers/podman/issues/28771 It("podman run bridge container with multiple port mappings on different addresses", func() { - // TODO: enable once pasta ships the IPv6 local-mode fix (https://github.com/containers/podman/issues/29268) - Skip("pasta IPv6 forwarding requires unreleased pasta patch") SkipIfNoIPv6Route("pesto IPv6 forwarding requires routable IPv6 on the host") configurePortForwarder("pasta") subnet4 := "172.46.0.0/24" @@ -1406,8 +1398,6 @@ EXPOSE 2004-2005/tcp`, ALPINE) // https://github.com/containers/podman/issues/28771 It("podman run bridge different host and container ports on dual-stack network with pesto", func() { - // TODO: enable once pasta ships the IPv6 local-mode fix (https://github.com/containers/podman/issues/29268) - Skip("pasta IPv6 forwarding requires unreleased pasta patch") SkipIfNoIPv6Route("pesto IPv6 forwarding requires routable IPv6 on the host") configurePortForwarder("pasta") subnet4 := "172.47.0.0/24"