1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

BZ#2065695 - missing params

This commit is contained in:
aireilly
2022-11-24 09:59:09 +00:00
committed by openshift-cherrypick-robot
parent 984a7ebd4a
commit f2f67e79b1
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ The tests introduce the following environment variables:
|`MAXIMUM_LATENCY`
|Unified variable that specifies the maximum acceptable latency in microseconds. Applicable for all available latency tools.
|`LATENCY_TEST_RUN`
|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`.
|====
[NOTE]

View File

@@ -29,7 +29,7 @@ You provide the test image with a `kubeconfig` file in current directory and its
[source,terminal,subs="attributes+"]
----
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
-e DISCOVERY_MODE=true registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
-e LATENCY_TEST_RUN=true -e DISCOVERY_MODE=true registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
/usr/bin/test-run.sh -ginkgo.focus="\[performance\]\ Latency\ Test"
----