mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #100088 from yangjunmyfm192085/run-test27
Fix TestGetNodeAddresses function error.
This commit is contained in:
commit
611a2d9d54
@ -403,7 +403,7 @@ type InterfaceAddrsPair struct {
|
|||||||
addrs []net.Addr
|
addrs []net.Addr
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetNodeAddressses(t *testing.T) {
|
func TestGetNodeAddresses(t *testing.T) {
|
||||||
testCases := []struct {
|
testCases := []struct {
|
||||||
cidrs []string
|
cidrs []string
|
||||||
nw *fake.FakeNetwork
|
nw *fake.FakeNetwork
|
||||||
|
Loading…
Reference in New Issue
Block a user