mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Clean up e2e test
This commit is contained in:
parent
97cb1fa2df
commit
fae27e2f17
4 changed files with 16 additions and 3 deletions
|
|
@ -621,3 +621,8 @@ function teardown-monitoring {
|
|||
monitoring-heapster || true > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
# Perform preparations required to run e2e tests
|
||||
function prepare-e2e() {
|
||||
detect-project
|
||||
}
|
||||
|
|
|
|||
|
|
@ -326,3 +326,8 @@ kube-up() {
|
|||
function setup-monitoring {
|
||||
echo "TODO"
|
||||
}
|
||||
|
||||
# Perform preparations required to run e2e tests
|
||||
function prepare-e2e() {
|
||||
echo "Rackspace doesn't need special preparations for e2e tests"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,3 +176,8 @@ function restart-kube-proxy {
|
|||
function setup-monitoring {
|
||||
echo "TODO"
|
||||
}
|
||||
|
||||
# Perform preparations required to run e2e tests
|
||||
function prepare-e2e() {
|
||||
echo "Vagrant doesn't need special preparations for e2e tests"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -224,9 +224,7 @@ export KUBECFG="` + *root + `/cluster/kubecfg.sh -expect_version_match"
|
|||
source "` + *root + `/cluster/kube-env.sh"
|
||||
source "` + *root + `/cluster/${KUBERNETES_PROVIDER}/util.sh"
|
||||
|
||||
if [[ ${KUBERNETES_PROVIDER} == "gce" ]]; then
|
||||
detect-project
|
||||
fi
|
||||
prepare-e2e
|
||||
|
||||
`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue