Merge pull request #556 from s1061123/add-default-route-e2e

Add e2e tests for default-route annotation
This commit is contained in:
Doug Smith
2020-09-14 13:31:45 -04:00
committed by GitHub
5 changed files with 109 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ jobs:
working-directory: ./e2e
run: ./test-simple-macvlan1.sh
- name: Test default route1
working-directory: ./e2e
run: ./test-default-route1.sh
- name: cleanup cluster and registry
run: |
kind delete cluster