Searched defs:XdsTestClient (Results 1 – 2 of 2) sorted by relevance
51 XdsTestClient = client_app.XdsTestClient variable148 test_client: XdsTestClient,159 test_client: XdsTestClient,169 def sendRpcs(test_client: XdsTestClient,331 test_client: XdsTestClient,437 test_client: XdsTestClient,470 def assertClientCannotReachServer(self, test_client: XdsTestClient):474 def assertClientChannelFailed(self, test_client: XdsTestClient):486 test_client: XdsTestClient, test_server: XdsTestServer
44 class XdsTestClient(framework.rpc.grpc.GrpcApp): class