Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isV7 (0.04 sec)

  1. tests/integration/ambient/waypoint_test.go

    				// Update use-waypoint for Captured service
    				SetWaypointServiceEntry(t, "external-service", apps.Namespace.Name(), "waypoint")
    				runTest(t, check.And(check.OK(), IsL7()))
    			})
    		})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    	util "istio.io/istio/tests/integration/telemetry"
    )
    
    const (
    	templateFile = "manifests/charts/istio-control/istio-discovery/files/waypoint.yaml"
    )
    
    func IsL7() echo.Checker {
    	return check.Each(func(r echot.Response) error {
    		// TODO: response headers?
    		_, f := r.RequestHeaders[http.CanonicalHeaderKey("X-Request-Id")]
    		if !f {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top