Skip to content

Commit 4963542

Browse files
authored
Fix e2e script to ensure hnc-controller-manager deployment is available before running tests (#19)
1 parent fa02475 commit 4963542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/local-run-e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ if [ "${PFNET_MODE}" = true ]; then
9191
kubectl -n hnc-system wait --for=condition=available deployment/hnc-controller-manager --timeout=5m
9292
ginkgo run -p --label-filter pfnet ./test/e2e/...
9393
else
94+
kubectl -n hnc-system wait --for=condition=available deployment/hnc-controller-manager --timeout=5m
9495
go clean -testcache
9596
if [ -z "${HNC_FOCUS+x}" ]; then
9697
echo "Running all e2e tests..."

0 commit comments

Comments
 (0)