Grab images as part of update e2e test

This commit is contained in:
Joe Beda
2014-09-24 10:55:58 -07:00
parent 33fe8ea0a1
commit 81e91db697
3 changed files with 67 additions and 48 deletions

View File

@@ -20,6 +20,9 @@
# Use testing config
export KUBE_CONFIG_FILE="config-test.sh"
export KUBE_REPO_ROOT="$(dirname $0)/.."
# TODO(jbeda): This will break on usage if there is a space in
# ${KUBE_REPO_ROOT}. Covert to an array? Or an exported function?
export KUBECFG="${KUBE_REPO_ROOT}/cluster/kubecfg.sh -expect_version_match"
source $(dirname $0)/../cluster/kube-env.sh