Skip to content

Commit

Permalink
test(container-structure): skip iptable test on kuma-init (#9500)
Browse files Browse the repository at this point in the history
When using nftables based iptables it fails on arm64
because of multiarch/qemu-user-static#191

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana authored Mar 5, 2024
1 parent 45f0887 commit eb8cf09
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test/container-structure/kuma-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ commandTests:
- name: "Contains kumactl"
command: kumactl
args: ["version"]
- name: "Contains iptables"
command: iptables
args: ["--version"]
expectedOutput: ["iptables v.*"]
# Skipping iptables test as it fails on arm64 with qemu-user-static
# https://github.com/multiarch/qemu-user-static/issues/191
# in some cases where iptables relies on nf_tables
#- name: "Contains iptables"
# command: iptables
# args: ["--version"]
# expectedOutput: ["iptables v.*"]

metadataTest:
entrypoint: ["/usr/bin/kumactl"]
Expand Down

0 comments on commit eb8cf09

Please sign in to comment.