Merge pull request #18001 from ixdy/test-cmd-version

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-02 08:17:00 -08:00
commit 8d19fabe08

View File

@ -187,6 +187,9 @@ kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/api/v1/nodes/127.0.0.1" "
# Expose kubectl directly for readability
PATH="${KUBE_OUTPUT_HOSTBIN}":$PATH
kube::log::status "Checking kubectl version"
kubectl version
runTests() {
version="$1"
echo "Testing api version: $1"