Home
last modified time | relevance | path

Searched refs:records_config_path (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/naming/utils/
Drun_dns_server_for_lb_interop_tests.py97 records_config_path = tempfile.mktemp() variable
98 with open(records_config_path, 'w') as records_config_generated:
101 with open(records_config_path, 'r') as records_config_generated:
116 records_config_path,
Ddns_server.py73 with open(args.records_config_path) as config:
/third_party/grpc/test/cpp/naming/
Dresolver_component_tests_runner_invoker.cc109 const std::string& records_config_path, in InvokeResolverComponentTestsRunner() argument
117 "--records_config_path=" + records_config_path, in InvokeResolverComponentTestsRunner()
Dresolver_component_tests_runner.py103 '--records_config_path', args.records_config_path]),
/third_party/grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include33 argp.add_argument('--records_config_path', default=None, type=str,
106 '--records_config_path', args.records_config_path]),