Call NewFramework constructor instead of hand creating framework.

parent 130341b5
...@@ -393,7 +393,7 @@ var _ = framework.KubeDescribe("GCE L7 LoadBalancer Controller [Feature:Ingress] ...@@ -393,7 +393,7 @@ var _ = framework.KubeDescribe("GCE L7 LoadBalancer Controller [Feature:Ingress]
var responseTimes, creationTimes []time.Duration var responseTimes, creationTimes []time.Duration
var ingController *IngressController var ingController *IngressController
f := framework.Framework{BaseName: "glbc"} f := framework.NewDefaultFramework("glbc")
BeforeEach(func() { BeforeEach(func() {
// This test requires a GCE/GKE only cluster-addon // This test requires a GCE/GKE only cluster-addon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment