mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Merge pull request #29363 from lixiaobing10051267/masterV1
Automatic merge from submit-queue TestLoadBalancer() test v1 not v2 TestLoadBalancer() should test v1 and TestLoadBalancerV2() test v2, but In TestLoadBalancerV() there are codes: cfg.LoadBalancer.LBVersion = "v2"
This commit is contained in:
@@ -204,7 +204,7 @@ func TestLoadBalancer(t *testing.T) {
|
||||
t.Skipf("No config found in environment")
|
||||
}
|
||||
|
||||
cfg.LoadBalancer.LBVersion = "v2"
|
||||
cfg.LoadBalancer.LBVersion = "v1"
|
||||
|
||||
os, err := newOpenStack(cfg)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user