Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newTrafficTest (0.27 sec)

  1. tests/integration/security/policy_attachment_only/jwt_gateway_test.go

    							opts.HTTP.Headers = headers.New().
    								WithHost(fmt.Sprintf("example.%s.com", to.ServiceName())).
    								Build()
    							opts.Check = check.OK()
    						},
    					},
    				}
    
    				newTrafficTest(t, apps.A.Append(apps.B)).
    					RunViaGatewayIngress("istio", func(t framework.TestContext, from ingress.Instance, to echo.Target) {
    						for _, c := range cases {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. tests/integration/security/normalization_test.go

    				t.NewSubTest(tt.name).Run(func(t framework.TestContext) {
    					istio.GetOrFail(t, t).PatchMeshConfigOrFail(t, t, fmt.Sprintf(`
    pathNormalization:
      normalization: %v`, tt.ntype.String()))
    
    					newTrafficTest(t, apps.Ns1.All.Instances()).
    						FromMatch(match.ServiceName(apps.Ns1.A.NamespacedName())).
    						Run(func(t framework.TestContext, from echo.Instance, to echo.Target) {
    							for _, expected := range tt.expectations {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top