Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/tests/
H A Ddns_test.cc114 std::string test_records_path = kDNSTestRecordGroupsYamlPath; in SetUpTestSuite() local
121 test_records_path = absl::StrJoin({*runfile_dir, test_records_path}, "/"); in SetUpTestSuite()
135 test_records_path = grpc::testing::NormalizeFilePath(test_records_path); in SetUpTestSuite()
162 {dns_server_path, "-p", std::to_string(port), "-r", test_records_path}); in SetUpTestSuite()