Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestDestinationRuleTls (0.2 sec)

  1. tests/integration/security/filebased_tls_origination/destination_rule_tls_test.go

    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/check"
    )
    
    // TestDestinationRuleTls tests that MUTUAL tls mode is respected in DestinationRule.
    // This sets up a client and server with appropriate cert config and ensures we can successfully send a message.
    func TestDestinationRuleTls(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(func(t framework.TestContext) {
    			ns := appNS
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. pkg/test/framework/features/allowlist.txt

    outbound_traffic_policy_telemetry_v2,TestOutboundTrafficPolicy_AllowAny_TelemetryV2
    outbound_traffic_policy_telemetry_v2,TestOutboundTrafficPolicy_RegistryOnly_TelemetryV2
    pilot,TestDestinationRuleTLS
    pilot,TestDestinationRuleTLS/grpc
    pilot,TestDestinationRuleTLS/http
    pilot,TestDestinationRuleTLS/tcp
    pilot,TestReachability
    pilot,TestServiceEntryDNS
    pilot,TestServiceEntryDNSNoSelfImport
    pilot,TestServiceEntryStatic
    pilot,TestSidecarListeners
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top