(XdsTestControlPlaneService service, String serverName)
| 138 | } |
| 139 | |
| 140 | static void setAdsConfig(XdsTestControlPlaneService service, String serverName) { |
| 141 | setAdsConfig(service, serverName, RDS_NAME, CLUSTER_NAME, EDS_NAME, ENDPOINT_HOSTNAME, |
| 142 | ENDPOINT_PORT); |
| 143 | } |
| 144 | |
| 145 | static void setAdsConfig(XdsTestControlPlaneService service, String serverName, String rdsName, |
| 146 | String clusterName, String edsName, String endpointHostname, |
no test coverage detected