Skip to content

Commit

Permalink
tests: try with iptables-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Aug 14, 2024
1 parent 93e531b commit e6fa58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spread/integration/iptables/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e6fa58c

Please sign in to comment.