mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Call NewFramework constructor instead of hand creating framework.
This commit is contained in:
parent
130341b5f1
commit
a2387b10cf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user