bind9/bin/tests
Matthijs Mekking 0b9a9f9955 Add checkds test case with resolver parental-agent
Add a test case for a server that uses a resolver as an parental-agent.

We need two root servers, ns1 and ns10, one that delegates to the
'checkds' tld with the DS published (ns2), and one that delegates to
the 'checkds' tld with the DS removed (ns5). Both root zones are
being setup in the 'ns1/setup.sh' script.

We also need two resolvers, ns3 and ns8, that use different root hints
(one uses ns1 address as a hint, the other uses ns10).

Then add the checks to test_checkds.py is similar to the existing tests.

Update 'types' because for zones that have the DS withdrawn (or to be
withdrawn), the CDS and CDNSKEY records should not be published and
thus should not be in the NSEC bitmap.
2023-01-19 10:19:43 +00:00
..
startperf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
system Add checkds test case with resolver parental-agent 2023-01-19 10:19:43 +00:00
testdata/wire move all optional tests from bin/tests to bin/tests/optional 2018-03-09 14:12:47 -08:00
.gitignore Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
convert-trs-to-junit.py Auto-format Python files with black 2022-06-08 10:28:08 +02:00
Makefile.am Fix JUnit test status generator for out-of-tree system tests 2022-09-22 15:20:23 +02:00
test_client.c Re-purpose TLS DNS and TCP DNS unit tests for Stream DNS 2022-12-20 22:13:52 +02:00
test_server.c BIND: use Stream DNS for DNS over TCP connections 2022-12-20 22:13:53 +02:00
wire_test.c Change the isc_buffer_reserve() to take just buffer pointer 2022-12-20 19:13:48 +01:00