Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestSidecarListeners (0.14 sec)

  1. pilot/pkg/xds/xds_test.go

    			},
    		})
    		proxy := s.SetupProxy(baseProxy())
    
    		assertListEqual(t, xdstest.ExtractClusterEndpoints(s.Clusters(proxy))["outbound|80||app.com"], []string{"included.com:80"})
    	})
    }
    
    func TestSidecarListeners(t *testing.T) {
    	t.Run("empty", func(t *testing.T) {
    		s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{})
    		proxy := s.SetupProxy(&model.Proxy{
    			IPAddresses: []string{"10.2.0.1"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. pkg/test/framework/features/allowlist.txt

    pilot,TestDestinationRuleTLS/http
    pilot,TestDestinationRuleTLS/tcp
    pilot,TestReachability
    pilot,TestServiceEntryDNS
    pilot,TestServiceEntryDNSNoSelfImport
    pilot,TestServiceEntryStatic
    pilot,TestSidecarListeners
    pilot,TestSidecarScopeIngressListener
    pilot,TestSniffing
    pilot,TestVersion
    pilot_analysis,TestAnalysisWritesStatus
    pilot_analysis,TestStatusExistsByDefault
    pilot_analysis_test,TestAnalysisWritesStatus
    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