Implement 'Nodes Network' test for GKE; add optional verbose SSH.

This commit is contained in:
Max Forbes
2015-07-23 19:00:27 -07:00
parent 9f495e7f69
commit acef505cfd
4 changed files with 54 additions and 27 deletions

View File

@@ -89,7 +89,7 @@ fi
export PATH=$(dirname "${e2e_test}"):"${PATH}"
"${ginkgo}" "${ginkgo_args[@]:+${ginkgo_args[@]}}" "${e2e_test}" -- \
"${auth_config[@]:+${auth_config[@]}}" \
--host="https://${KUBE_MASTER_IP-}" \
--host="https://${KUBE_MASTER_IP:-}" \
--provider="${KUBERNETES_PROVIDER}" \
--gce-project="${PROJECT:-}" \
--gce-zone="${ZONE:-}" \