Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for skipAmbient (0.2 sec)

  1. tests/integration/pilot/common/traffic.go

    				child.call(t, child.opts)
    			})
    		}
    	}
    	if c.name != "" {
    		t.NewSubTest(c.name).Run(job)
    	} else {
    		job(t)
    	}
    }
    
    func skipAmbient(t framework.TestContext, reason string) skip {
    	return skip{skip: t.Settings().Ambient, reason: reason}
    }
    
    func RunAllTrafficTests(t framework.TestContext, i istio.Instance, apps deployment.SingleNamespaceView) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    			{50, 50},
    			{80, 20},
    		}
    	}
    	for _, split := range splits {
    		split := split
    		t.RunTraffic(TrafficTestCase{
    			name:           fmt.Sprintf("shifting-%d", split[0]),
    			skip:           skipAmbient(t, "https://github.com/istio/istio/issues/44948"),
    			toN:            len(split),
    			sourceMatchers: []match.Matcher{match.NotHeadless, match.NotNaked},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top