Skip to content

Commit c846f2c

Browse files
authored
Merge pull request #53085 from aireilly/pao-typo-fix
PAO latency test param fix
2 parents ef61ffc + 1b98ab5 commit c846f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -42,7 +42,7 @@ $ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
4242
[source,terminal,subs="attributes+"]
4343
----
4444
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
45-
-e LATENCY_TEST_RUN=true -e LATENCY_TEST_RUNTIME=600 -e OSLAT_MAXIMUM_LATENCY=20 \
45+
-e LATENCY_TEST_RUN=true -e LATENCY_TEST_RUNTIME=600 -e MAXIMUM_LATENCY=20 \
4646
-e PERF_TEST_PROFILE=<performance_profile> registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
4747
/usr/bin/test-run.sh -ginkgo.focus="[performance]\ Latency\ Test"
4848
----

0 commit comments

Comments
 (0)