Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestExternalService (0.16 sec)

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

    	RunCase("destinationrule", destinationRuleCases)
    	RunCase("vm", VMTestCases(apps.VM))
    	RunSkipAmbient("dns", DNSTestCases, "https://github.com/istio/istio/issues/48614")
    	RunCase("externalservice", TestExternalService)
    }
    
    func ExpectString(got, expected, help string) error {
    	if got != expected {
    		return fmt.Errorf("got unexpected %v: got %q, wanted %q", help, got, expected)
    	}
    	return nil
    }
    
    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