From 64516e1b8fea5612e9371b956415d559b36a615f Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 28 Oct 2024 11:46:37 +0100 Subject: [PATCH] test/system: add podman network reload test to distro gating The recent fedora kernel 6.11.4 has a problem with ipv6 networks [1]. This is not a podman bug at all but rather a kernel regression. I can reproduce the issue easily by running this test. Given many users were hit by this add it to the distro level gating which runs in the fedora openQA framework and then we should catch a bad kernel like this hopefully in the future and prevent it from going into stable. [1] https://github.com/containers/podman/issues/24374 Signed-off-by: Paul Holzinger --- test/system/500-networking.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats index 4018206cd0..bebdc30d92 100644 --- a/test/system/500-networking.bats +++ b/test/system/500-networking.bats @@ -310,6 +310,7 @@ load helpers.network } # CANNOT BE PARALLELIZED due to iptables/nft commands +# bats test_tags=distro-integration @test "podman network reload" { skip_if_remote "podman network reload does not have remote support"