Move E2E kube-up call into test-setup from e2e-internal.

This commit is contained in:
Joe Finney
2016-02-17 16:49:07 -08:00
parent 98981ac3ec
commit 2b756ca56d
9 changed files with 25 additions and 18 deletions

View File

@@ -1443,11 +1443,13 @@ function test-build-release {
}
# Execute prior to running tests to initialize required structure. This is
# called from hack/e2e.go only when running -up (it is run after kube-up).
# called from hack/e2e.go only when running -up.
#
# Assumed vars:
# Variables from config.sh
function test-setup {
"${KUBE_ROOT}/cluster/kube-up.sh"
VPC_ID=$(get_vpc_id)
detect-security-groups