Searched refs:dot2 (Results 1 – 1 of 1) sorted by relevance
4940 test::DnsTlsFrontend dot2(addr2, "853", addr2, "53"); in TEST_F() local4946 ASSERT_TRUE(dot2.startServer()); in TEST_F()4963 EXPECT_TRUE(WaitForPrivateDnsValidation(dot2.listen_address(), true)); in TEST_F()4965 EXPECT_TRUE(dot2.waitForQueries(1)); in TEST_F()4967 dot2.clearQueries(); in TEST_F()4969 dot2.clearConnectionsCount(); in TEST_F()4973 dot2.setHangOnHandshakeForTesting(true); in TEST_F()4984 EXPECT_EQ(dot2.acceptConnectionsCount(), config.expectedQueriesSentToDot2); in TEST_F()4990 EXPECT_EQ(dot2.acceptConnectionsCount(), config.expectedQueriesSentToDot2 * retries); in TEST_F()5233 test::DnsTlsFrontend dot2(addr2, "853", addr2, "53"); in TEST_F() local[all …]