Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
(_, receivedResponse) = sender(query, response=None, useQueue=False)
self.checkMessageEDNS(expectedResponse, receivedResponse)
- def testExtendedErrorBackendResponse(self):
+ def testExtendedErrorBackendResponseDO(self):
"""
EDE: Backend response (DO)
"""
res = self.sendUDPQuery(query)
self.assertResponseMatches(query, expected, res)
- def testAAAA(self):
+ def testTcpAAAA(self):
name = 'gettag-tcpaaaa.lua.'
expected = [
dns.rrset.from_text(name, 0, dns.rdataclass.IN, 'AAAA', '2001:db8::1'),