Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetAutoPassthroughSNIHosts (0.28 sec)

  1. pilot/pkg/model/gateway_test.go

    			if len(mgw.GatewayNameForServer) != tt.gatewaysNum {
    				t.Errorf("Incorrect number of gateways. Expected: %v Got: %d", tt.gatewaysNum, len(mgw.GatewayNameForServer))
    			}
    		})
    	}
    }
    
    func TestGetAutoPassthroughSNIHosts(t *testing.T) {
    	gateway := config.Config{
    		Meta: config.Meta{
    			Name:      "gateway",
    			Namespace: "istio-system",
    		},
    		Spec: &networking.Gateway{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 02:36:23 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top