Add unit test for system verification

This commit is contained in:
Random-Liu
2016-11-03 20:36:52 -07:00
parent a5fdf3850c
commit b76b2f218b
5 changed files with 355 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ kube::test::find_dirs() {
find -L . \
-path './_output' -prune \
-o -path './vendor/k8s.io/client-go/*' \
-o -path './test/e2e_node/system/*' \
-name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./||' | LC_ALL=C sort -u
)
}