Add support for waiting by label selector or on all resources

Add test for multiple deletions in kubectl watch
This commit is contained in:
Rasmus Jönsson
2018-12-05 12:24:50 +01:00
parent 0c2613c71a
commit 4c31e9855d
4 changed files with 116 additions and 4 deletions

View File

@@ -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