Move k/test/integration/federation to k/federation/test/integration

This commit is contained in:
shashidharatd
2017-09-25 22:16:02 +05:30
parent 45d73a1c70
commit a570d316b8
14 changed files with 10 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ kube::test::find_dirs() {
-o -path './third_party/*' \
-o -path './staging/*' \
-o -path './vendor/*' \
-o -path './federation/test/*' \
\) -prune \
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sed "s|^\./|${KUBE_GO_PACKAGE}/|" | LC_ALL=C sort -u