@@ -209,8 +209,8 @@ define TEST_E2E_NODE_HELP_INFO
209
209
#
210
210
# Args:
211
211
# FOCUS: Regexp that matches the tests to be run. Defaults to "".
212
- # SKIP: Regexp that matches the tests that needs to be skipped. Defaults
213
- # to "\[Flaky\]|\[Slow\]|\[Serial\]".
212
+ # SKIP: Regexp that matches the tests that needs to be skipped.
213
+ # Defaults to "\[Flaky\]|\[Slow\]|\[Serial\]".
214
214
# TEST_ARGS: A space-separated list of arguments to pass to node e2e test.
215
215
# Defaults to "".
216
216
# RUN_UNTIL_FAILURE: If true, pass --untilItFails to ginkgo so tests are run
@@ -219,16 +219,16 @@ define TEST_E2E_NODE_HELP_INFO
219
219
# to false.
220
220
# ARTIFACTS: Local directory to scp test artifacts into from the remote hosts
221
221
# for REMOTE=true. Local directory to write juntil xml results into for REMOTE=false.
222
- # Defaults to "/tmp/_artifacts".
223
- # LIST_IMAGES: If true, don't run tests. Just output the list of available
224
- # images for testing. Defaults to false.
222
+ # Defaults to "/tmp/_artifacts/$$(date +%y%m%dT%H%M%S) ".
223
+ # LIST_IMAGES: For REMOTE=true only. If true, don't run tests. Just output the
224
+ # list of available images for testing. Defaults to false.
225
225
# PARALLELISM: The number of ginkgo nodes to run. Defaults to 8.
226
226
# RUNTIME: Container runtime to use (eg. docker, remote).
227
227
# Defaults to "docker".
228
228
# CONTAINER_RUNTIME_ENDPOINT: remote container endpoint to connect to.
229
- # Used when RUNTIME is set to "remote".
229
+ # Used when RUNTIME is set to "remote".
230
230
# IMAGE_SERVICE_ENDPOINT: remote image endpoint to connect to, to prepull images.
231
- # Used when RUNTIME is set to "remote".
231
+ # Used when RUNTIME is set to "remote".
232
232
# IMAGE_CONFIG_FILE: path to a file containing image configuration.
233
233
# SYSTEM_SPEC_NAME: The name of the system spec to be used for validating the
234
234
# image in the node conformance test. The specs are located at
@@ -246,12 +246,13 @@ define TEST_E2E_NODE_HELP_INFO
246
246
# CLEANUP: For REMOTE=true only. If false, do not stop processes or delete
247
247
# test files on remote hosts. Defaults to true.
248
248
# IMAGE_PROJECT: For REMOTE=true only. Project containing images provided to
249
- # IMAGES. Defaults to "kubernetes-node-e2e-images".
249
+ # $$ IMAGES. Defaults to "kubernetes-node-e2e-images".
250
250
# INSTANCE_PREFIX: For REMOTE=true only. Instances created from images will
251
- # have the name "${INSTANCE_PREFIX}-${IMAGE_NAME}". Defaults to "test".
251
+ # have the name "$$ {INSTANCE_PREFIX}-$ ${IMAGE_NAME}". Defaults to "test".
252
252
# INSTANCE_METADATA: For REMOTE=true and running on GCE only.
253
253
# GUBERNATOR: For REMOTE=true only. Produce link to Gubernator to view logs.
254
- # Defaults to false.
254
+ # Defaults to false.
255
+ # TEST_SUITE: For REMOTE=true only. Test suite to use. Defaults to "default".
255
256
#
256
257
# Example:
257
258
# make test-e2e-node FOCUS=Kubelet SKIP=container
0 commit comments