Skip to content

Commit 6cd6a16

Browse files
authored
Merge pull request #96109 from openshift-cherrypick-robot/cherry-pick-95329-to-enterprise-4.19
[enterprise-4.19] OCPBUGS-56241#Update RHEL 8 to RHEL 9 in the cnf-tests image URL
2 parents e0a623a + 16587e4 commit 6cd6a16

10 files changed

+15
-15
lines changed

modules/cnf-performing-end-to-end-tests-disconnected-mode.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A `mirror` executable is shipped in the image to provide the input required by `
2323
[source,terminal,subs="attributes+"]
2424
----
2525
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
26-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
26+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
2727
/usr/bin/mirror -registry <disconnected_registry> | oc image mirror -f -
2828
----
2929
+
@@ -39,9 +39,9 @@ where:
3939
----
4040
podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
4141
-e IMAGE_REGISTRY="<disconnected_registry>" \
42-
-e CNF_TESTS_IMAGE="cnf-tests-rhel8:v{product-version}" \
42+
-e CNF_TESTS_IMAGE="cnf-tests-rhel9:v{product-version}" \
4343
-e LATENCY_TEST_RUNTIME=<time_in_seconds> \
44-
<disconnected_registry>/cnf-tests-rhel8:v{product-version} /usr/bin/test-run.sh --ginkgo.v --ginkgo.timeout="24h"
44+
<disconnected_registry>/cnf-tests-rhel9:v{product-version} /usr/bin/test-run.sh --ginkgo.v --ginkgo.timeout="24h"
4545
----
4646

4747
[discrete]
@@ -58,7 +58,7 @@ $ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
5858
-e IMAGE_REGISTRY="<custom_image_registry>" \
5959
-e CNF_TESTS_IMAGE="<custom_cnf-tests_image>" \
6060
-e LATENCY_TEST_RUNTIME=<time_in_seconds> \
61-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} /usr/bin/test-run.sh --ginkgo.v --ginkgo.timeout="24h"
61+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} /usr/bin/test-run.sh --ginkgo.v --ginkgo.timeout="24h"
6262
----
6363
+
6464
where:
@@ -133,7 +133,7 @@ $ echo "{\"auths\": { \"$REGISTRY\": { \"auth\": $TOKEN } }}" > dockerauth.json
133133
[source,terminal,subs="attributes+"]
134134
----
135135
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
136-
registry.redhat.io/openshift4/cnf-tests-rhel8:{product-version} \
136+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
137137
/usr/bin/mirror -registry $REGISTRY/cnftests | oc image mirror --insecure=true \
138138
-a=$(pwd)/dockerauth.json -f -
139139
----
@@ -173,7 +173,7 @@ You can optionally change the default upstream images that are mirrored for the
173173
[source,terminal,subs="attributes+"]
174174
----
175175
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
176-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} /usr/bin/mirror \
176+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} /usr/bin/mirror \
177177
--registry "my.local.registry:5000/" --images "/kubeconfig/images.json" \
178178
| oc image mirror -f -
179179
----

modules/cnf-performing-end-to-end-tests-junit-test-output.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You must create the `junit` folder before running this command.
2626
[source,terminal,subs="attributes+"]
2727
----
2828
$ podman run -v $(pwd)/:/kubeconfig:Z -v $(pwd)/junit:/junit \
29-
-e KUBECONFIG=/kubeconfig/kubeconfig registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
29+
-e KUBECONFIG=/kubeconfig/kubeconfig registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
3030
/usr/bin/test-run.sh --ginkgo.junit-report junit/<file-name>.xml --ginkgo.v
3131
----
3232
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When executing `podman` commands as a non-root or non-privileged user, mounting
2525
----
2626
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
2727
-e LATENCY_TEST_CPUS=10 -e LATENCY_TEST_RUNTIME=600 -e MAXIMUM_LATENCY=20 \
28-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
28+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
2929
/usr/bin/test-run.sh --ginkgo.focus="cyclictest" --ginkgo.v --ginkgo.timeout="24h"
3030
----
3131
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When executing `podman` commands as a non-root or non-privileged user, mounting
2525
----
2626
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
2727
-e LATENCY_TEST_RUNTIME=600 -e MAXIMUM_LATENCY=20 \
28-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
28+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
2929
/usr/bin/test-run.sh --ginkgo.focus="hwlatdetect" --ginkgo.v --ginkgo.timeout="24h"
3030
----
3131
+

modules/cnf-performing-end-to-end-tests-running-in-single-node-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When executing `podman` commands as a non-root or non-privileged user, mounting
2828
[source,terminal,subs="attributes+"]
2929
----
3030
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
31-
-e LATENCY_TEST_RUNTIME=<time_in_seconds> registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
31+
-e LATENCY_TEST_RUNTIME=<time_in_seconds> registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
3232
/usr/bin/test-run.sh --ginkgo.v --ginkgo.timeout="24h"
3333
----
3434
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When executing `podman` commands as a non-root or non-privileged user, mounting
2525
----
2626
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
2727
-e LATENCY_TEST_CPUS=10 -e LATENCY_TEST_RUNTIME=600 -e MAXIMUM_LATENCY=20 \
28-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
28+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
2929
/usr/bin/test-run.sh --ginkgo.focus="oslat" --ginkgo.v --ginkgo.timeout="24h"
3030
----
3131
+

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
@@ -33,7 +33,7 @@ In the following command, your local `kubeconfig` is mounted to kubeconfig/kubec
3333
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
3434
-e LATENCY_TEST_RUNTIME=600\
3535
-e MAXIMUM_LATENCY=20 \
36-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} /usr/bin/test-run.sh \
36+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} /usr/bin/test-run.sh \
3737
--ginkgo.v --ginkgo.timeout="24h"
3838
----
3939
+

modules/cnf-performing-end-to-end-tests-test-failure-report.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the following procedures to generate a JUnit latency test output and test fa
2121
[source,terminal,subs="attributes+"]
2222
----
2323
$ podman run -v $(pwd)/:/kubeconfig:Z -v $(pwd)/reportdest:<report_folder_path> \
24-
-e KUBECONFIG=/kubeconfig/kubeconfig registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
24+
-e KUBECONFIG=/kubeconfig/kubeconfig registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
2525
/usr/bin/test-run.sh --report <report_folder_path> --ginkgo.v
2626
----
2727
+

modules/cnf-performing-end-to-end-tests-troubleshooting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To run latency tests, the cluster must be accessible from within the `cnf-tests`
2121
[source,terminal,subs="attributes+"]
2222
----
2323
$ podman run -v $(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig \
24-
registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version} \
24+
registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version} \
2525
oc get nodes
2626
----
2727
+

scalability_and_performance/cnf-performing-platform-verification-latency-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc::[]
88

99
You can use the Cloud-native Network Functions (CNF) tests image to run latency tests on a CNF-enabled {product-title} cluster, where all the components required for running CNF workloads are installed. Run the latency tests to validate node tuning for your workload.
1010

11-
The `cnf-tests` container image is available at `registry.redhat.io/openshift4/cnf-tests-rhel8:v{product-version}`.
11+
The `cnf-tests` container image is available at `registry.redhat.io/openshift4/cnf-tests-rhel9:v{product-version}`.
1212

1313
[id="cnf-latency-tests-prerequisites_{context}"]
1414
== Prerequisites for running latency tests

0 commit comments

Comments
 (0)