Skip to content

Commit

Permalink
TELCODOCS-1990: Docfooding feedback openshift#3 applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraig O'Grady committed Dec 11, 2024
1 parent c581972 commit 62895e0
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ When executing `podman` commands as a non-root or non-privileged user, mounting

. Open a shell prompt in the directory containing the `kubeconfig` file.
+
You provide the test image with a `kubeconfig` file in current directory and its related `$KUBECONFIG` environment variable, mounted through a volume. This allows the running container to use the `kubeconfig` file from inside the container.
[NOTE]
====
You provide the test image with a `kubeconfig` file in current directory and its related `$KUBECONFIG` environment variable, mounted through a volume. This allows the running container to use the `kubeconfig` file from inside the container.

In the following command, your local `kubeconfig` is mounted to kubeconfig/kubeconfig in the cnf-tests container, which allows access to the cluster.
====

. To run the latency tests, run the following command, substituting variable values as appropriate:
+
Expand All @@ -45,6 +50,8 @@ If the results exceed the latency threshold, the test fails.

. Optional: Append `--ginkgo.timeout="24h"` flag to ensure the Ginkgo 2.0 test suite does not timeout before the latency tests complete.
+
Additional, and more targetted latency tests, are detailed in the following sections.
+
[IMPORTANT]
====
For valid results, the test should run for at least 12 hours.
Expand Down

0 comments on commit 62895e0

Please sign in to comment.