Variables
run_dns_server_for_lb_interop_tests Namespace Reference

Variables

 action
 
 argp
 
 args = argp.parse_args()
 
list balancer_records = []
 
 const
 
 default
 
 fallback_ips = args.fallback_ips.split(',')
 
list fallback_records = []
 
 grpclb_ips = args.grpclb_ips.split(',')
 
 help
 
 records_config_path = tempfile.mktemp()
 
dictionary records_config_yaml
 
 type
 

Variable Documentation

◆ action

run_dns_server_for_lb_interop_tests.action

Definition at line 43 of file run_dns_server_for_lb_interop_tests.py.

◆ argp

run_dns_server_for_lb_interop_tests.argp
Initial value:
1 = argparse.ArgumentParser(
2  description='Runs a DNS server for LB interop tests')

Definition at line 26 of file run_dns_server_for_lb_interop_tests.py.

◆ args

run_dns_server_for_lb_interop_tests.args = argp.parse_args()

Definition at line 48 of file run_dns_server_for_lb_interop_tests.py.

◆ balancer_records

dictionary run_dns_server_for_lb_interop_tests.balancer_records = []

Definition at line 50 of file run_dns_server_for_lb_interop_tests.py.

◆ const

run_dns_server_for_lb_interop_tests.const

Definition at line 44 of file run_dns_server_for_lb_interop_tests.py.

◆ default

run_dns_server_for_lb_interop_tests.default

Definition at line 30 of file run_dns_server_for_lb_interop_tests.py.

◆ fallback_ips

run_dns_server_for_lb_interop_tests.fallback_ips = args.fallback_ips.split(',')

Definition at line 60 of file run_dns_server_for_lb_interop_tests.py.

◆ fallback_records

list run_dns_server_for_lb_interop_tests.fallback_records = []

Definition at line 59 of file run_dns_server_for_lb_interop_tests.py.

◆ grpclb_ips

run_dns_server_for_lb_interop_tests.grpclb_ips = args.grpclb_ips.split(',')

Definition at line 51 of file run_dns_server_for_lb_interop_tests.py.

◆ help

run_dns_server_for_lb_interop_tests.help

Definition at line 32 of file run_dns_server_for_lb_interop_tests.py.

◆ records_config_path

run_dns_server_for_lb_interop_tests.records_config_path = tempfile.mktemp()

Definition at line 98 of file run_dns_server_for_lb_interop_tests.py.

◆ records_config_yaml

dictionary run_dns_server_for_lb_interop_tests.records_config_yaml
Initial value:
1 = {
2  'resolver_tests_common_zone_name':
3  'test.google.fr.',
4  'resolver_component_tests': [{
5  'records': {
6  '_grpclb._tcp.server': [{
7  'TTL': '2100',
8  'data': '0 0 12000 balancer',
9  'type': 'SRV'
10  },],
11  'balancer': balancer_records,
12  'server': fallback_records,
13  }
14  }]
15 }

Definition at line 68 of file run_dns_server_for_lb_interop_tests.py.

◆ type

run_dns_server_for_lb_interop_tests.type

Definition at line 31 of file run_dns_server_for_lb_interop_tests.py.



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