BOOST_CHECK_EQUAL(cache->getEntriesCount(), 1U);
- /* the cache should now be able to deny other types (except the DS) */
/* the cache should now be able to deny other types (except the DS) */
BOOST_CHECK_EQUAL(getDenialWrapper(cache, now, name, QType::AAAA, RCode::NoError, 3U), true);
/* but not the DS that lives in the parent zone */
super(ExtendedErrorsRecursorTest, cls).generateRecursorConfig(confdir)
- @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+ @unittest.skip(reason="sidnlabs no longer serves this until further notice")
def testNotIncepted(self):
qname = 'signotincepted.bad-dnssec.wb.sidnlabs.nl.'
query = dns.message.make_query(qname, 'A', want_dnssec=True)
self.assertEqual(res.options[0].otype, 15)
self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(8, b''))
- @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+ @unittest.skip(reason="sidnlabs no longer serves this until further notice")
def testExpired(self):
qname = 'sigexpired.bad-dnssec.wb.sidnlabs.nl.'
query = dns.message.make_query(qname, 'A', want_dnssec=True)
self.assertEqual(res.options[0].otype, 15)
self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(6, b''))
- @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+ @unittest.skip(reason="sidnlabs no longer serves this until further notice")
def testBogus(self):
qname = 'bogussig.ok.bad-dnssec.wb.sidnlabs.nl.'
query = dns.message.make_query(qname, 'A', want_dnssec=True)
def generateRecursorConfig(cls, confdir):
super(NoExtendedErrorsRecursorTest, cls).generateRecursorConfig(confdir)
- @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+ @unittest.skip(reason="sidnlabs no longer serves this until further notice")
def testNotIncepted(self):
qname = 'signotincepted.bad-dnssec.wb.sidnlabs.nl.'
query = dns.message.make_query(qname, 'A', want_dnssec=True)