From 70a6d63a0e850eb9a3a6d25ec76c1f5c0cfce431 Mon Sep 17 00:00:00 2001 From: Enrique Llorente Date: Thu, 16 Jul 2026 14:36:23 +0200 Subject: [PATCH] images: mirror netshoot for the ovn-kubernetes kubevirt e2e tests The ovn-kubernetes payload tests extension runs kubevirt e2e tests in the openshift/network/virtualization suite (e2e-metal-ipi-ovn-bgp-virt-* jobs) whose iperf server/client test pods use ghcr.io/nicolaka/netshoot:v0.13. The image is not in the mirrored test image set, so the known-image-checker MonitorTest fails those jobs and the pods cannot run in disconnected environments. Add it to the pre-approved image list so it gets mirrored, following the precedent of the fedora-with-test-tooling containerdisk entry used by the same tests. Signed-off-by: Enrique Llorente --- test/extended/util/image/image.go | 4 ++++ test/extended/util/image/zz_generated.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/test/extended/util/image/image.go b/test/extended/util/image/image.go index c23cc3049c37..4c067c88e7a9 100644 --- a/test/extended/util/image/image.go +++ b/test/extended/util/image/image.go @@ -62,6 +62,10 @@ var ( // used by KubeVirt test to start fedora VMs "quay.io/kubevirt/fedora-with-test-tooling-container-disk:20241024_891122a6fc": -1, + // used by the ovn-kubernetes kubevirt e2e tests (openshift payload + // tests extension) for the iperf server/client test pods + "ghcr.io/nicolaka/netshoot:v0.13": -1, + // used by external OIDC tests to simulate an external IdP "quay.io/keycloak/keycloak:25.0": -1, diff --git a/test/extended/util/image/zz_generated.txt b/test/extended/util/image/zz_generated.txt index ad04ab872994..e4ca4507624f 100644 --- a/test/extended/util/image/zz_generated.txt +++ b/test/extended/util/image/zz_generated.txt @@ -1,5 +1,6 @@ # This file is generated by hack/update-generated.sh docker.io/library/registry:2.8.0-beta.1 quay.io/openshift/community-e2e-images:e2e-docker-io-library-registry-2-8-0-beta-1-8x_YFKSuz9Xw6lZD +ghcr.io/nicolaka/netshoot:v0.13 quay.io/openshift/community-e2e-images:e2e-ghcr-io-nicolaka-netshoot-v0-13-zAi8h2fxp5VWsw47 quay.io/crio/artifact:subpath quay.io/openshift/community-e2e-images:e2e-quay-io-crio-artifact-subpath-8cuvQpZ0AoyNahYr quay.io/crio/zstd-chunked:2 quay.io/openshift/community-e2e-images:e2e-quay-io-crio-zstd-chunked-2-8Uf42eAKe3YN2nwu quay.io/keycloak/keycloak:25.0 quay.io/openshift/community-e2e-images:e2e-quay-io-keycloak-keycloak-25-0-rEIw9B2Zcc3L1M6k