Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newEnvironment (0.43 sec)

  1. pilot/pkg/model/push_context_test.go

    				t.Errorf("WasmPlugins did not match expectations\n\ngot: %v\n\nexpected: %v", result, tc.expectedExtensions)
    			}
    		})
    	}
    }
    
    func TestServiceIndex(t *testing.T) {
    	g := NewWithT(t)
    	env := NewEnvironment()
    	env.ConfigStore = NewFakeStore()
    	env.ServiceDiscovery = &localServiceDiscovery{
    		services: []*Service{
    			{
    				Hostname: "svc-unset",
    				Ports:    allPorts,
    				Attributes: ServiceAttributes{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top