Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSetListenerAccessLog (0.14 sec)

  1. pilot/pkg/networking/core/accesslog_test.go

    	for _, tc := range cases {
    		t.Run(tc.name, func(t *testing.T) {
    			b.setHTTPAccessLog(tc.push, tc.proxy, tc.hcm, tc.class, nil)
    			assert.Equal(t, tc.expected, tc.hcm)
    		})
    	}
    }
    
    func TestSetListenerAccessLog(t *testing.T) {
    	b := newAccessLogBuilder()
    
    	env := newTestEnviroment()
    
    	cases := []struct {
    		name     string
    		push     *model.PushContext
    		proxy    *model.Proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top