Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for autoPassthroughCases (0.55 sec)

  1. tests/integration/pilot/common/traffic.go

    	RunCase("selfcall", selfCallsCases)
    	RunSkipAmbient("serverfirst", serverFirstTestCases, "Expected success cases time out")
    	RunCase("gateway", gatewayCases)
    	RunCase("autopassthrough", autoPassthroughCases)
    	RunSkipAmbient("loop", trafficLoopCases, "does not error (waypoint -> waypoint)")
    	RunSkipAmbient("tls-origination", tlsOriginationCases, "not workload agnostic")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    						// but I couldn't find a way to reliably detect this.
    						Check: check.Error(),
    					},
    				})
    			}
    		}
    	}
    }
    
    // autoPassthroughCases tests that we cannot hit unexpected destinations when using AUTO_PASSTHROUGH
    func autoPassthroughCases(t TrafficContext) {
    	// We test the cross product of all Istio ALPNs (or no ALPN), all mTLS modes, and various backends
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top