mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Stub out BackendService check in Ingress upgrade test.
This commit is contained in:
parent
10b8665a1c
commit
4eb6657848
@ -212,6 +212,10 @@ func (t *IngressUpgradeTest) verify(f *framework.Framework, done <-chan struct{}
|
|||||||
postUpgradeResourceStore.SslList = nil
|
postUpgradeResourceStore.SslList = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(rramkumar): Remove this when GLBC v1.2.0 is released.
|
||||||
|
t.resourceStore.BeList = nil
|
||||||
|
postUpgradeResourceStore.BeList = nil
|
||||||
|
|
||||||
framework.ExpectNoError(compareGCPResourceStores(t.resourceStore, postUpgradeResourceStore, func(v1 reflect.Value, v2 reflect.Value) error {
|
framework.ExpectNoError(compareGCPResourceStores(t.resourceStore, postUpgradeResourceStore, func(v1 reflect.Value, v2 reflect.Value) error {
|
||||||
i1 := v1.Interface()
|
i1 := v1.Interface()
|
||||||
i2 := v2.Interface()
|
i2 := v2.Interface()
|
||||||
|
Loading…
Reference in New Issue
Block a user