Merge pull request #11789 from mbforbes/nodesNetwork

Implement 'Nodes Network' test for GKE
This commit is contained in:
Mike Danese
2015-07-29 17:43:33 -07:00
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:-}" \