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.cpp2100 constexpr char host_name3[] = "tls3.example.com."; in TEST_F() local
2104 {host_name3, ns_type::ns_t_a, "1.2.3.3"}, in TEST_F()
2716 constexpr char host_name3[] = "howdy.example3.com."; in TEST_F() local
2720 {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()
2827 EXPECT_EQ(1U, GetNumQueries(dns, host_name3)); in TEST_F()
2835 EXPECT_EQ(2U, GetNumQueries(dns, host_name3)); in TEST_F()
2842 EXPECT_EQ(3U, GetNumQueries(dns, host_name3)); in TEST_F()
2849 EXPECT_EQ(4U, GetNumQueries(dns, host_name3)); in TEST_F()