mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
Add support for waiting by label selector or on all resources
Add test for multiple deletions in kubectl watch
This commit is contained in:
@@ -51,6 +51,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}
|
||||
@@ -832,6 +833,12 @@ runTests() {
|
||||
#################
|
||||
record_command run_impersonation_tests
|
||||
|
||||
####################
|
||||
# kubectl wait #
|
||||
####################
|
||||
|
||||
record_command run_wait_tests
|
||||
|
||||
kube::test::clear_all
|
||||
|
||||
if [[ -n "${foundError}" ]]; then
|
||||
|
Reference in New Issue
Block a user