Convert private.sh test to Go and remove basic.sh and private.sh

This commit is contained in:
Satnam Singh
2015-01-15 15:24:58 -08:00
parent 732255706c
commit 33e00320bf
8 changed files with 73 additions and 145 deletions

View File

@@ -82,4 +82,4 @@ else
auth_config=()
fi
"${e2e}" "${auth_config[@]:+${auth_config[@]}}" --host="https://${KUBE_MASTER_IP-}"
"${e2e}" "${auth_config[@]:+${auth_config[@]}}" --host="https://${KUBE_MASTER_IP-}" --provider="${KUBERNETES_PROVIDER}"