Searched refs:records_config_path (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/test/cpp/naming/utils/ |
D | run_dns_server_for_lb_interop_tests.py | 97 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,
|
D | dns_server.py | 73 with open(args.records_config_path) as config:
|
/third_party/grpc/test/cpp/naming/ |
D | resolver_component_tests_runner_invoker.cc | 109 const std::string& records_config_path, in InvokeResolverComponentTestsRunner() argument 117 "--records_config_path=" + records_config_path, in InvokeResolverComponentTestsRunner()
|
D | resolver_component_tests_runner.py | 103 '--records_config_path', args.records_config_path]),
|
/third_party/grpc/templates/test/cpp/naming/ |
D | resolver_component_tests_defs.include | 33 argp.add_argument('--records_config_path', default=None, type=str, 106 '--records_config_path', args.records_config_path]),
|