Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for otherTest (0.11 sec)

  1. tests/integration/ambient/baseline_test.go

    		applyDrainingWorkaround(t)
    		src := apps.Captured
    		authzDst := apps.ServiceAddressedWaypoint
    		otherDst := apps.WorkloadAddressedWaypoint
    
    		// make another target use our waypoint, but don't expect authz there
    		ambient.SetWaypointForService(t, apps.Namespace, otherDst.ServiceName(), authzDst.Config().ServiceWaypointProxy)
    
    		t.ConfigIstio().Eval(apps.Namespace.Name(), map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		// This is not applied, just to make makeInstance pick the right service.
    		otherHost := func() *config.Config {
    			c := httpStaticOverlayUpdated.DeepCopy()
    			se := c.Spec.(*networking.ServiceEntry)
    			se.Hosts = []string{"other.com"}
    			return &c
    		}()
    		instances2 := []*model.ServiceInstance{
    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