test/node_e2e: wire-in "container-runtime" for local tests

This commit wires-in the pre-existing `--container-runtime` flag for
local node_e2e testing.
This is needed in order to further skip docker specific testing
and validation.

Local CRI node_e2e can now be performed via
`make test-e2e-node RUNTIME=remote REMOTE=false`
which will also take care of passing the appropriate arguments to
the kubelet.
This commit is contained in:
Luca Bruno
2017-01-26 15:17:42 +00:00
parent 373ff83518
commit 42bdbe5c82
6 changed files with 32 additions and 16 deletions

View File

@@ -227,6 +227,8 @@ define TEST_E2E_NODE_HELP_INFO
# GUBERNATOR: For REMOTE=true only. Produce link to Gubernator to view logs.
# Defaults to false.
# PARALLELISM: The number of gingko nodes to run. Defaults to 8.
# RUNTIME: Container runtime to use (eg. docker, rkt, remote).
# Defaults to "docker".
#
# Example:
# make test-e2e-node FOCUS=Kubelet SKIP=container