Skip to content

Commit

Permalink
Add kn source list-types command in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh committed Dec 9, 2019
1 parent bc4161e commit ba215b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e-smoke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ sleep 4 # Wait for the namespace to get initialized by kube-controller-manager
./kn service delete foo -n $KN_E2E_SMOKE_TESTS_NAMESPACE || fail_test
./kn service list -n $KN_E2E_SMOKE_TESTS_NAMESPACE | grep -q svc1 || fail_test
./kn service delete svc1 -n $KN_E2E_SMOKE_TESTS_NAMESPACE || fail_test
./kn source list-types || fail_test
kubectl delete ns $KN_E2E_SMOKE_TESTS_NAMESPACE || fail_test

success

0 comments on commit ba215b8

Please sign in to comment.