Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runSimulationTest (0.15 sec)

  1. pilot/pkg/networking/core/serviceentry_simulation_test.go

    		t.Run(tt.name, func(t *testing.T) {
    			proxy := &model.Proxy{
    				Labels:   map[string]string{"app": "foo"},
    				Metadata: &model.NodeMetadata{Labels: map[string]string{"app": "foo"}},
    			}
    			runSimulationTest(t, proxy, xds.FakeOptions{}, simulationTest{
    				name:   tt.name,
    				config: tt.config,
    				calls:  tt.calls,
    			})
    		})
    	}
    }
    
    const serviceEntriesWithDuplicatedHosts = `
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:06 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top