Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp1714 constexpr char host_name3[] = "tls3.example.com."; in TEST_F() local
1718 {host_name3, ns_type::ns_t_a, "1.2.3.3"}, in TEST_F()
2342 constexpr char host_name3[] = "howdy.example3.com."; in TEST_F() local
2346 {host_name3, ns_type::ns_t_a, "1.2.3.6"}, {host_name3, ns_type::ns_t_aaaa, "::1.2.3.6"}, in TEST_F()
2453 EXPECT_EQ(1U, GetNumQueries(dns, host_name3)); in TEST_F()
2461 EXPECT_EQ(2U, GetNumQueries(dns, host_name3)); in TEST_F()
2468 EXPECT_EQ(3U, GetNumQueries(dns, host_name3)); in TEST_F()
2475 EXPECT_EQ(4U, GetNumQueries(dns, host_name3)); in TEST_F()