]> git.ipfire.org Git - thirdparty/bind9.git/commit
Separate common templates and test code for rollover tests
authorNicki Křížek <nicki@isc.org>
Thu, 5 Jun 2025 15:05:38 +0000 (17:05 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 18 Jul 2025 11:37:58 +0000 (13:37 +0200)
commit44dd5b3240895154b95dd73f5a649fc08790ff1d
treec40ff73a5016892b01752b91aa30b349247c6b26
parentb4107103549868c5eeb228278cfe6d010d6d5e8c
Separate common templates and test code for rollover tests

This is a preparation to split up and further isolate the various
rollover tests in a subsequent commits.
bin/tests/system/rollover/common.py [new file with mode: 0644]
bin/tests/system/rollover/ns3/named.common.conf.j2 [new file with mode: 0644]
bin/tests/system/rollover/ns3/named.conf.j2
bin/tests/system/rollover/ns6/named.common.conf.j2 [new file with mode: 0644]
bin/tests/system/rollover/ns6/named.conf.j2
bin/tests/system/rollover/tests_rollover.py