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:
committed by
openshift-cherrypick-robot
parent
984a7ebd4a
commit
f2f67e79b1
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user