mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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:
commit
b851e8d699
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user