mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
Merge remote-tracking branch 'upstream/master' into test-cmd-what
This commit is contained in:
@@ -52,6 +52,7 @@ source "${KUBE_ROOT}/test/cmd/save-config.sh"
|
||||
source "${KUBE_ROOT}/test/cmd/storage.sh"
|
||||
source "${KUBE_ROOT}/test/cmd/template-output.sh"
|
||||
source "${KUBE_ROOT}/test/cmd/version.sh"
|
||||
source "${KUBE_ROOT}/test/cmd/wait.sh"
|
||||
|
||||
|
||||
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
|
||||
@@ -834,10 +835,17 @@ runTests() {
|
||||
|
||||
record_command run_plugins_tests
|
||||
|
||||
|
||||
#################
|
||||
# Impersonation #
|
||||
#################
|
||||
record_command run_impersonation_tests
|
||||
|
||||
####################
|
||||
# kubectl wait #
|
||||
####################
|
||||
|
||||
record_command run_wait_tests
|
||||
fi
|
||||
kube::test::clear_all
|
||||
|
||||
|
Reference in New Issue
Block a user