From 0cbee3e3adddad067aab492086a6a649c74eca2c Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Mon, 14 Aug 2017 14:31:31 +0800 Subject: [PATCH] Add image e2e-net-amd64 to CommonImageWhiteList --- test/e2e/common/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/common/util.go b/test/e2e/common/util.go index 9fab20ff4ca..65c451bb4b4 100644 --- a/test/e2e/common/util.go +++ b/test/e2e/common/util.go @@ -59,6 +59,7 @@ var CommonImageWhiteList = sets.NewString( "gcr.io/google_containers/hostexec:1.2", "gcr.io/google_containers/volume-nfs:0.8", "gcr.io/google_containers/volume-gluster:0.2", + "gcr.io/google_containers/e2e-net-amd64:1.0", ) func svcByName(name string, port int) *v1.Service {