Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newTLSGatewayTest (2.3 sec)

  1. tests/integration/security/egress_gateway_origination_test.go

    			for _, tc := range testCases {
    				t.NewSubTest(tc.name).Run(func(t framework.TestContext) {
    					newTLSGatewayDestinationRule(t, apps.External.All, "SIMPLE", tc.credentialToUse)
    					newTLSGatewayTest(t).
    						Run(func(t framework.TestContext, from echo.Instance, to echo.Target) {
    							callOpt := newTLSGatewayCallOpts(to, host, tc.statusCode, tc.useGateway)
    							from.CallOrFail(t, callOpt)
    						})
    				})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top