Make basic end to end test robustly wait for hostIP

This commit is contained in:
Satnam Singh
2015-01-16 13:11:42 -08:00
parent a9cbc58b8e
commit fc83ba704b
4 changed files with 90 additions and 75 deletions

View File

@@ -32,5 +32,5 @@ if [[ "${KUBERNETES_PROVIDER}" != "gce" ]] && [[ "${KUBERNETES_PROVIDER}" != "gk
fi
# Run the basic.sh test, but using this image.
export POD_IMG_SRV="container.cloud.google.com/_b_k8s_test/serve_hostname"
export POD_IMG_SRV="gcr.io/_b_k8s_test/serve_hostname:1.0"
source "${KUBE_ROOT}/hack/e2e-suite/basic.sh"