Skip to content

Commit c89cf91

Browse files
Merge pull request #53162 from aireilly/fix-cnf-tests-missing-param
BZ#2065695 - missing params
2 parents 403982f + 15feeb8 commit c89cf91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/cnf-measuring-latency.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The tests introduce the following environment variables:
4949
|`MAXIMUM_LATENCY`
5050
|Unified variable that specifies the maximum acceptable latency in microseconds. Applicable for all available latency tools.
5151

52+
|`LATENCY_TEST_RUN`
53+
|Boolean parameter that indicates whether the tests should run. `LATENCY_TEST_RUN` is set to `false` by default. To run the latency tests, set this value to `true`.
5254
|====
5355

5456
[NOTE]

modules/cnf-performing-end-to-end-tests-running-the-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You provide the test image with a `kubeconfig` file in current directory and its
2929
[source,terminal,subs="attributes+"]
3030
----
3131
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
32-
-e DISCOVERY_MODE=true registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
32+
-e LATENCY_TEST_RUN=true -e DISCOVERY_MODE=true registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
3333
/usr/bin/test-run.sh -ginkgo.focus="\[performance\]\ Latency\ Test"
3434
----
3535

0 commit comments

Comments
 (0)