Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServiceDiscoveryGetService (0.19 sec)

  1. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    	services := sd.Services()
    	sortServices(services)
    	sortServices(expectedServices)
    	if err := compare(t, services, expectedServices); err != nil {
    		t.Error(err)
    	}
    }
    
    func TestServiceDiscoveryGetService(t *testing.T) {
    	hostname := "*.google.com"
    	hostDNE := "does.not.exist.local"
    
    	store, sd, fx := initServiceDiscovery(t)
    
    	createConfigs([]*config.Config{httpDNS, tcpStatic}, store, t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top