Formatting.

pull/24696/head
Chengyuan Zhang 4 years ago
parent 172b59be33
commit 4f5d6e44a6
  1. 3
      tools/run_tests/run_xds_tests.py

@ -311,6 +311,7 @@ def get_client_stats(num_rpcs, timeout_sec):
logger.debug('Invoked GetClientStats RPC to %s: %s', host, response)
return response
def get_client_accumulated_stats():
if CLIENT_HOSTS:
hosts = CLIENT_HOSTS
@ -331,6 +332,7 @@ def get_client_accumulated_stats():
response)
return response
def configure_client(rpc_types, metadata):
if CLIENT_HOSTS:
hosts = CLIENT_HOSTS
@ -356,6 +358,7 @@ def configure_client(rpc_types, metadata):
timeout=_CONNECTION_TIMEOUT_SEC)
logger.debug('Invoked XdsUpdateClientConfigureService RPC to %s', host)
class RpcDistributionError(Exception):
pass

Loading…
Cancel
Save