Implement 'Nodes Network' test for GKE

This commit is contained in:
Max Forbes
2015-07-23 19:00:27 -07:00
parent 023e7eabb3
commit bd9e09ba00
3 changed files with 5 additions and 20 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:-}" \