Package io.grpc.testing.integration
Class XdsFederationTestClient
- java.lang.Object
-
- io.grpc.testing.integration.XdsFederationTestClient
-
public final class XdsFederationTestClient extends java.lang.ObjectTest client that can be used to verify that XDS federation works. A list of server URIs (which can each be load balanced by different XDS servers), can be configured via flags. A separate thread is created for each of these clients and the configured test (either rpc_soak or channel_soak) is ran for each client on each thread.
-
-
Constructor Summary
Constructors Constructor Description XdsFederationTestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point.
-