Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBuildAddress (0.19 sec)

  1. pilot/pkg/networking/util/util_test.go

    			out := IsAllowAnyOutbound(tests[i].node)
    			if out != tests[i].result {
    				t.Errorf("Expected %t but got %t for test case: %v\n", tests[i].result, out, tests[i].node)
    			}
    		})
    	}
    }
    
    func TestBuildAddress(t *testing.T) {
    	testCases := []struct {
    		name     string
    		addr     string
    		port     uint32
    		expected *core.Address
    	}{
    		{
    			name: "ipv4",
    			addr: "172.10.10.1",
    			port: 8080,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top