Refactor node e2e tests

- Add Makefile targets
- Start services in the test harness and connect locally
- Build test into binary and copy to remote host to start services
- Use tar to copy binaries to remote hosts to simplify design
This commit is contained in:
Phillip Wittrock
2016-02-22 10:52:20 -08:00
parent 423215fdc6
commit a3623c0c14
13 changed files with 623 additions and 370 deletions

View File

@@ -87,6 +87,7 @@ kube::golang::test_targets() {
examples/k8petstore/web-server/src
github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test
test/e2e_node/e2e_node.test
)
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
for contrib in "${KUBERNETES_CONTRIB}"; do