interop-testing: Update comment to round_robin. (#9196)

This commit is contained in:
Terry Wilson 2022-05-24 10:45:07 -07:00 committed by GitHub
parent f9e1c0f37f
commit 62119b2a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import javax.annotation.Nonnull;
* looks for an "rpc_behavior" field in its configuration and includes the value in the
* "rpc-behavior" metadata entry that is sent to the server. This will cause the test server to
* behave in a predefined way. Endpoint picking logic is delegated to the
* {@link PickFirstLoadBalancer}.
* {@link RoundRobinLoadBalancer}.
*
* <p>Initial use case is to prove that a custom load balancer can be configured by the control
* plane via xDS. An interop test will configure this LB and then verify it has been correctly