Merge pull request #20865 from maisem/master

Adding a readiness probe to kubectl e2e tests.
This commit is contained in:
Maisem Ali
2016-02-11 12:55:15 -08:00
9 changed files with 24 additions and 7 deletions

View File

@@ -99,8 +99,7 @@ readonly KUBE_TEST_TARGETS=($(kube::golang::test_targets))
readonly KUBE_TEST_BINARIES=("${KUBE_TEST_TARGETS[@]##*/}")
readonly KUBE_TEST_BINARIES_WIN=("${KUBE_TEST_BINARIES[@]/%/.exe}")
readonly KUBE_TEST_PORTABLE=(
test/images/network-tester/rc.json
test/images/network-tester/service.json
test/e2e/testing-manifests
test/kubemark
hack/e2e.go
hack/e2e-internal