Add a tear down option to the e2e, that just tears down the cluster

Useful for cleaning state after failed runs.
This commit is contained in:
Brendan Burns
2014-08-14 09:48:46 -07:00
parent 9355fae71e
commit 9f49650fba
2 changed files with 9 additions and 2 deletions

View File

@@ -357,7 +357,8 @@ function test-teardown {
--project ${PROJECT} \
--norespect_terminal_width \
--force \
${MINION_TAG}-http-alt &
$(dirname $0)/../cluster/kube-down.sh > /dev/null &
${MINION_TAG}-http-alt
$(dirname $0)/../cluster/kube-down.sh > /dev/null
}