Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tests/integration/pilot/revisions/revisions_test.go

    			cfg.ControlPlaneValues = `
    profile: empty
    revision: canary
    components:
      pilot:
        enabled: true
    `
    		})).
    		Run()
    }
    
    // TestMultiRevision Sets up a simple client -> server call, where the client and server
    // belong to different control planes.
    func TestMultiRevision(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			stable := namespace.NewOrFail(t, t, namespace.Config{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 27 15:52:38 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  2. pkg/test/framework/features/allowlist.txt

    pilot,TestGateway
    pilot,TestIngress
    pilot_meshnetwork,TestAsymmetricMeshNetworkWithGatewayIP
    pilot_revisions,TestMultiRevision
    pilot_sidecarscope,TestServiceEntryDNS
    pilot_sidecarscope,TestServiceEntryDNSNoSelfImport
    pilot_sidecarscope,TestServiceEntryStatic
    pilot_sidecarscope,TestSidecarScopeIngressListener
    pilot_test,TestMultiRevision
    pilot_test,TestReachability
    pilot_test,TestSidecarListeners
    pilot_test,TestSniffing
    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