move contrib/for-tests to test/images

This commit is contained in:
Mike Danese
2015-08-13 22:43:57 -07:00
parent a9580a0ad0
commit fa40ced8f8
60 changed files with 21 additions and 13 deletions

View File

@@ -83,8 +83,8 @@ 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=(
contrib/for-tests/network-tester/rc.json
contrib/for-tests/network-tester/service.json
test/images/network-tester/rc.json
test/images/network-tester/service.json
hack/e2e.go
hack/e2e-internal
hack/ginkgo-e2e.sh