Skip to content

Commit

Permalink
Run all e2e tests in ./e2e/tests/*.bats
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
  • Loading branch information
zeeke committed Jul 18, 2024
1 parent e96c71a commit 26d979a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/kind-e2e.yml
Original file line number Diff line number Diff line change
@@ -30,17 +30,8 @@ jobs:
export TERM=dumb
# enable ip6_tables
sudo modprobe ip6_tables
bats ./tests/simple-v4-ingress.bats
bats ./tests/simple-v4-egress.bats
bats ./tests/simple-v6-ingress.bats
bats ./tests/ipblock.bats
# stacked case
bats ./tests/stacked.bats
bats ./tests/ipblock-stacked.bats
# multiple items in egress/ingress
bats ./tests/ipblock-list.bats
bats ./tests/simple-v4-ingress-list.bats
bats ./tests/simple-v4-egress-list.bats
bats ./tests/*.bats
- name: Export kind logs
if: ${{ failure() }}

0 comments on commit 26d979a

Please sign in to comment.