Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestXdsProxyBasicFlow (0.2 sec)

  1. pkg/istio-agent/xds_proxy_test.go

    	"istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/test/util/retry"
    	wasmcache "istio.io/istio/pkg/wasm"
    )
    
    // Validates basic xds proxy flow by proxying one CDS requests end to end.
    func TestXdsProxyBasicFlow(t *testing.T) {
    	proxy := setupXdsProxy(t)
    	f := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{})
    	setDialOptions(proxy, f.BufListener)
    	conn := setupDownstreamConnection(t, proxy)
    	downstream := stream(t, conn)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 04:48:02 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top