Merge pull request #3903 from brendandburns/e2e2

Add a simple script for running go e2e tests against existing clusters.
This commit is contained in:
Tim Hockin
2015-01-29 11:51:36 -08:00
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}"} \
"${@}"