Searched refs:dot1 (Results 1 – 1 of 1) sorted by relevance
4939 test::DnsTlsFrontend dot1(addr1, "853", addr1, "53"); in TEST_F() local4945 ASSERT_TRUE(dot1.startServer()); in TEST_F()4962 EXPECT_TRUE(WaitForPrivateDnsValidation(dot1.listen_address(), true)); in TEST_F()4964 EXPECT_TRUE(dot1.waitForQueries(1)); in TEST_F()4966 dot1.clearQueries(); in TEST_F()4968 dot1.clearConnectionsCount(); in TEST_F()4972 dot1.setHangOnHandshakeForTesting(true); in TEST_F()4983 EXPECT_EQ(dot1.acceptConnectionsCount(), config.expectedQueriesSentToDot1); in TEST_F()4989 EXPECT_EQ(dot1.acceptConnectionsCount(), config.expectedQueriesSentToDot1 * retries); in TEST_F()5232 test::DnsTlsFrontend dot1(addr1, "853", addr1, "53"); in TEST_F() local[all …]