From e6fa58cd5f200344565a8401222184963e86ac64 Mon Sep 17 00:00:00 2001 From: Philip Meulengracht Date: Wed, 14 Aug 2024 09:42:23 +0200 Subject: [PATCH] tests: try with iptables-legacy --- tests/spread/integration/iptables/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spread/integration/iptables/task.yaml b/tests/spread/integration/iptables/task.yaml index c626466d5..68882eb6c 100644 --- a/tests/spread/integration/iptables/task.yaml +++ b/tests/spread/integration/iptables/task.yaml @@ -11,4 +11,4 @@ execute: | # ensure the command spits something out we can recognize # we cannot test deeper functionality due to the GH runner kernel # not having loaded the expected kernel modules. - chroot "$rootfs" sudo iptables --help | grep "Usage: iptables" + chroot "$rootfs" sudo iptables-legacy --help | grep "Usage: iptables"