mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #7982 from BenTheElder/vagrant_test_fixes
Call kube-down in test-teardown for vagrant.
This commit is contained in:
commit
39de2ee5b8
@ -295,7 +295,7 @@ function test-setup {
|
|||||||
|
|
||||||
# Execute after running tests to perform any required clean-up
|
# Execute after running tests to perform any required clean-up
|
||||||
function test-teardown {
|
function test-teardown {
|
||||||
echo "Vagrant ignores tear-down" 1>&2
|
kube-down
|
||||||
}
|
}
|
||||||
|
|
||||||
# Set the {user} and {password} environment values required to interact with provider
|
# Set the {user} and {password} environment values required to interact with provider
|
||||||
|
Loading…
Reference in New Issue
Block a user