Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for optsSpecified (0.22 sec)

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

    	}
    	// just check if any of the required fields are set
    	optsSpecified := c.opts.Port.Name != "" || c.opts.Port.Protocol != "" || c.opts.Scheme != ""
    	if optsSpecified && len(c.children) > 0 {
    		t.Fatal("TrafficTestCase: must not specify both opts and children")
    	}
    	if !optsSpecified && len(c.children) == 0 {
    		t.Fatal("TrafficTestCase: must specify either opts or children")
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top