Merge pull request #91499 from lo24/intf-fix

fix a regression that TestValidateNodeIPParam never actually works
This commit is contained in:
Kubernetes Prow Robot
2020-06-30 02:52:05 -07:00
committed by GitHub

View File

@@ -2151,7 +2151,7 @@ func TestValidateNodeIPParam(t *testing.T) {
ip = v.IP
}
if ip.IsLoopback() || ip.IsLinkLocalUnicast() {
break
continue
}
successTest := test{
nodeIP: ip.String(),