]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use jinja2 templates in notify test
authorNicki Křížek <nicki@isc.org>
Fri, 5 Dec 2025 16:04:08 +0000 (17:04 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:23:14 +0000 (14:23 +0100)
commit9fc446b6f5458f85aed0a31e2f52440aef4d4cc0
treee752c9c97bbb4baec413131c6f7eb202c67ca0b0
parent8e525f2154bc1534d6e075742bc6a81cede05cb4
Use jinja2 templates in notify test

- Merge options-tls.conf into named.conf in ns2 and ns4 and render it
  conditionally. Also conditionally include the additional
  named-tls.conf which is always rendered.
13 files changed:
REUSE.toml
bin/tests/system/notify/ns1/named.conf.j2 [moved from bin/tests/system/notify/ns1/named.conf.in with 100% similarity]
bin/tests/system/notify/ns2/named-tls.conf.j2 [moved from bin/tests/system/notify/ns2/named-tls.conf.in with 100% similarity]
bin/tests/system/notify/ns2/named.conf.j2 [moved from bin/tests/system/notify/ns2/named.conf.in with 88% similarity]
bin/tests/system/notify/ns2/options-tls.conf.in [deleted file]
bin/tests/system/notify/ns3/named-tls.conf.j2 [moved from bin/tests/system/notify/ns3/named-tls.conf.in with 100% similarity]
bin/tests/system/notify/ns3/named.conf.j2 [moved from bin/tests/system/notify/ns3/named.conf.in with 90% similarity]
bin/tests/system/notify/ns3/options-tls.conf.in [deleted file]
bin/tests/system/notify/ns4/named.conf.j2 [moved from bin/tests/system/notify/ns4/named.conf.in with 100% similarity]
bin/tests/system/notify/ns4/named.port.j2 [moved from bin/tests/system/notify/ns4/named.port.in with 100% similarity]
bin/tests/system/notify/ns5/named.conf.j2 [moved from bin/tests/system/notify/ns5/named.conf.in with 100% similarity]
bin/tests/system/notify/setup.sh
bin/tests/system/notify/tests_sh_notify.py