Skip to content

Commit

Permalink
Debug ubi e2e tests on gitlab CI
Browse files Browse the repository at this point in the history
Signed-off-by: Xu Liu <[email protected]>
  • Loading branch information
xliuxu committed Mar 8, 2024
1 parent 17ff95a commit 18d4384
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/kind/test-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ function setup_cluster {

echo "creating test bed with args $args"
eval "timeout 600 $TESTBED_CMD create kind $args"

echo "dumping iptables-legacy"
docker exec -i kind-control-plane "sh" "-c" "iptables-legacy-save || true; ip6tables-legacy-save || true"

echo "dumping iptables-nft"
docker exec -i kind-control-plane "timeout" "5" "sh" "-c" "iptables-nft-save; ip6tables-nft-save || true"
}

function run_test {
Expand Down

0 comments on commit 18d4384

Please sign in to comment.