Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTlsGatewaysWithQUIC (0.17 sec)

  1. tests/integration/security/sds_ingress/quic/ingress_test.go

    			return ingressutil.CreateCustomInstances(&apps)
    		}).
    		Run()
    }
    
    // TestTlsGatewaysWithQUIC deploys multiple TLS gateways with SDS enabled, and creates kubernetes that store
    // private key and server certificate for each TLS gateway. Verifies that client can communicate by
    // using both QUIC and TCP/TLS
    func TestTlsGatewaysWithQUIC(t *testing.T) {
    	// nolint: staticcheck
    	framework.
    		NewTest(t).
    		RequiresSingleCluster().
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top