Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fromEachCluster (0.14 sec)

  1. pkg/test/framework/components/echo/echotest/run.go

    		if len(ctx.Clusters()) == 1 {
    			testFn(ctx, ctx.Clusters()[0], dstInstances)
    		} else {
    			t.fromEachCluster(ctx, func(ctx framework.TestContext, c cluster.Cluster) {
    				testFn(ctx, c, dstInstances)
    			})
    		}
    	})
    }
    
    // fromEachCluster runs test from each cluster without requiring source deployment.
    func (t *T) fromEachCluster(ctx framework.TestContext, testFn perClusterTest) {
    	for _, fromCluster := range t.sources.Clusters() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top