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 Jan 26, 2021
1 parent 32cfba8 commit 18168e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/extended/networking/multicast.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
networkclient "github.com/openshift/client-go/network/clientset/versioned/typed/network/v1"
"github.com/openshift/library-go/pkg/network/networkutils"
exutil "github.com/openshift/origin/test/extended/util"

kapiv1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down Expand Up @@ -167,7 +166,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 18168e3

Please sign in to comment.