add integration tests

This commit is contained in:
deads2k
2017-05-01 15:49:03 -04:00
parent b512073457
commit bb143d3e33
13 changed files with 595 additions and 65 deletions

View File

@@ -44,6 +44,9 @@ kube::test::find_integration_test_dirs() {
find test/integration/ -name '*_test.go' -print0 \
| xargs -0n1 dirname | sed "s|^|${KUBE_GO_PACKAGE}/|" \
| LC_ALL=C sort -u
find vendor/k8s.io/kube-apiextensions-server/test/integration/ -name '*_test.go' -print0 \
| xargs -0n1 dirname | sed "s|^|${KUBE_GO_PACKAGE}/|" \
| LC_ALL=C sort -u
)
}