From 0b32bb1e4c41690eb47526dee5a4c6a41747da53 Mon Sep 17 00:00:00 2001 From: BenTheElder Date: Fri, 8 May 2015 14:50:35 -0400 Subject: [PATCH] Call kube-down in test-teardown See https://github.com/GoogleCloudPlatform/kubernetes/issues/7978 --- cluster/vagrant/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/vagrant/util.sh b/cluster/vagrant/util.sh index 1357c109070..b558e0d3d6f 100644 --- a/cluster/vagrant/util.sh +++ b/cluster/vagrant/util.sh @@ -295,7 +295,7 @@ function test-setup { # Execute after running tests to perform any required clean-up function test-teardown { - echo "Vagrant ignores tear-down" 1>&2 + kube-down } # Set the {user} and {password} environment values required to interact with provider