Skip to content

Commit

Permalink
Update multicast test image for use in release-4.6
Browse files Browse the repository at this point in the history
In order to get around docker rate limiting, the e2e tests
need to pull images off either quay or the local image
registry. This change updates the multicast image to be
pulled from the local image registry.

Signed-off-by: Aniket Bhat <anbhat@redhat.com>
  • Loading branch information
abhat committed Feb 3, 2021
1 parent 32cfba8 commit 3f4ba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/networking/multicast.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func launchTestMulticastPod(f *e2e.Framework, nodeName string, podName string) e
Containers: []kapiv1.Container{
{
Name: contName,
Image: "openshift/test-multicast",
Image: "quay.io/openshift/community-e2e-images:e2e-docker-io-openshift-test-multicast-latest-4AxcBBxKg_prX34z",
Command: []string{"sleep", "1000"},
},
},
Expand Down

0 comments on commit 3f4ba9c

Please sign in to comment.