Skip to content

Commit 7dfc846

Browse files
author
Padraig O'Grady
committed
TELCODOCS-1990: Docfooding feedback openshift#1 applied
1 parent 5dc5560 commit 7dfc846

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Run the cluster latency tests to validate node tuning for your Cloud-native Netw
1313
When executing `podman` commands as a non-root or non-privileged user, mounting paths can fail with `permission denied` errors. To make the `podman` command work, append `:Z` to the volumes creation; for example, `-v $(pwd)/:/kubeconfig:Z`. This allows `podman` to do the proper SELinux relabeling.
1414
====
1515

16+
.Prerequisites
17+
18+
* You have logged in to `registry.redhat.io` with your Customer Portal credentials.
19+
20+
1621
.Procedure
1722

1823
. Open a shell prompt in the directory containing the `kubeconfig` file.
@@ -30,7 +35,7 @@ registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} /usr/bin/test-r
3035
--ginkgo.v --ginkgo.timeout="24h"
3136
----
3237

33-
. Optional: Append `--ginkgo.dryRun` flag to run the latency tests in dry-run mode. This is useful for checking what commands the tests run.
38+
. Optional: Append `--ginkgo.dry-run` flag to run the latency tests in dry-run mode. This is useful for checking what commands the tests run.
3439

3540
. Optional: Append `--ginkgo.v` flag to run the tests with increased verbosity.
3641

0 commit comments

Comments
 (0)