Variables
xds_manager Namespace Reference

Variables

 args = parser.parse_args()
 
 client_env = dict(os.environ)
 
 default
 
 f1 = open(args.tmp_file1, 'r+')
 
 f2 = open(args.tmp_file2, 'a')
 
 items = key.split('|')
 
 key = f1.readline()
 
list keys_to_delete = []
 
 metadata = items[2]
 
 nargs
 
 num = items[0]
 
dictionary open_processes = {}
 
 p
 
 parser = argparse.ArgumentParser()
 
 result = process.poll()
 
list rpcs_started = []
 
string server_address = ''
 
 timeout_sec = items[3]
 

Variable Documentation

◆ args

xds_manager.args = parser.parse_args()

Definition at line 33 of file xds_manager.py.

◆ client_env

xds_manager.client_env = dict(os.environ)

Definition at line 37 of file xds_manager.py.

◆ default

xds_manager.default

Definition at line 30 of file xds_manager.py.

◆ f1

xds_manager.f1 = open(args.tmp_file1, 'r+')

Definition at line 42 of file xds_manager.py.

◆ f2

xds_manager.f2 = open(args.tmp_file2, 'a')

Definition at line 85 of file xds_manager.py.

◆ items

xds_manager.items = key.split('|')

Definition at line 55 of file xds_manager.py.

◆ key

xds_manager.key = f1.readline()

Definition at line 45 of file xds_manager.py.

◆ keys_to_delete

list xds_manager.keys_to_delete = []

Definition at line 87 of file xds_manager.py.

◆ metadata

xds_manager.metadata = items[2]

Definition at line 57 of file xds_manager.py.

◆ nargs

xds_manager.nargs

Definition at line 30 of file xds_manager.py.

◆ num

xds_manager.num = items[0]

Definition at line 56 of file xds_manager.py.

◆ open_processes

dictionary xds_manager.open_processes = {}

Definition at line 36 of file xds_manager.py.

◆ p

xds_manager.p
Initial value:
1 = subprocess.Popen([
2  'php', '-d', 'extension=grpc.so', '-d',
3  'extension=pthreads.so',
4  'src/php/tests/interop/xds_unary_call.php',
5  '--server=' + server_address, '--num=' + str(num),
6  '--metadata=' + metadata, '--timeout_sec=' + timeout_sec
7  ],
8  env=client_env)

Definition at line 60 of file xds_manager.py.

◆ parser

xds_manager.parser = argparse.ArgumentParser()

Definition at line 29 of file xds_manager.py.

◆ result

xds_manager.result = process.poll()

Definition at line 89 of file xds_manager.py.

◆ rpcs_started

list xds_manager.rpcs_started = []

Definition at line 35 of file xds_manager.py.

◆ server_address

xds_manager.server_address = ''

Definition at line 34 of file xds_manager.py.

◆ timeout_sec

xds_manager.timeout_sec = items[3]

Definition at line 58 of file xds_manager.py.

xds_interop_client.str
str
Definition: xds_interop_client.py:487


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:56