Add a simple script for running go e2e tests against existing clusters.

Also add an even simpler script for testing the network setup.
This commit is contained in:
Brendan Burns
2015-01-28 14:53:22 -08:00
parent 668d8539b8
commit ca6576d060
2 changed files with 27 additions and 1 deletions

View File

@@ -85,4 +85,5 @@ fi
"${e2e}" "${auth_config[@]:+${auth_config[@]}}" \
--host="https://${KUBE_MASTER_IP-}" \
--provider="${KUBERNETES_PROVIDER}" \
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"}
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
"${@}"