Skip to content

Commit

Permalink
test/connectivity: Run connectivity test in non-default namespace
Browse files Browse the repository at this point in the history
This is to make sure that we have the coverage of running tests in a
namespace other than cilium-test.

Relates: #1109 (comment)
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and tklauser committed Oct 3, 2022
1 parent a73a7c9 commit 3fa865d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: Connectivity Test
run: |
cilium connectivity test --debug --all-flows
# Run the connectivity test in non-default namespace (i.e. not cilium-test)
cilium connectivity test --debug --all-flows --test-namespace test-namespace
- name: Uninstall cilium
run: |
Expand All @@ -97,7 +98,7 @@ jobs:
- name: Connectivity test
run: |
cilium connectivity test --debug --force-deploy --all-flows
cilium connectivity test --debug --force-deploy --all-flows --test-namespace another-test-namespace
- name: Cleanup
if: ${{ always() }}
Expand Down

0 comments on commit 3fa865d

Please # to comment.