Merge pull request #27488 from bprashanth/ing_e2e_fix

Automatic merge from submit-queue

Call NewFramework constructor instead of hand creating framework.

https://github.com/kubernetes/kubernetes/issues/27486, probably because we defined a new clientConfigGetter for node e2es and this test was hand creating the framework.
This commit is contained in:
k8s-merge-robot 2016-06-16 10:55:12 -07:00 committed by GitHub
commit cec153c915

View File

@ -393,7 +393,7 @@ var _ = framework.KubeDescribe("GCE L7 LoadBalancer Controller [Feature:Ingress]
var responseTimes, creationTimes []time.Duration
var ingController *IngressController
f := framework.Framework{BaseName: "glbc"}
f := framework.NewDefaultFramework("glbc")
BeforeEach(func() {
// This test requires a GCE/GKE only cluster-addon