Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTunnelingOutboundTraffic (0.46 sec)

  1. tests/integration/pilot/tunneling_test.go

    	{
    		configDir: "sidecar",
    	},
    	{
    		configDir: "gateway/tcp",
    	},
    	{
    		configDir: "gateway/tls/istio-mutual",
    	},
    	{
    		configDir: "gateway/tls/passthrough",
    	},
    }
    
    func TestTunnelingOutboundTraffic(t *testing.T) {
    	framework.
    		NewTest(t).
    		RequireIstioVersion("1.15.0").
    		Run(func(ctx framework.TestContext) {
    			meshNs := apps.A.NamespaceName()
    			externalNs := apps.External.Namespace.Name()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top