]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use jinja2 templates in runtime test
authorNicki Křížek <nicki@isc.org>
Fri, 5 Dec 2025 14:12:29 +0000 (15:12 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:23:14 +0000 (14:23 +0100)
commit7f3b0afb09410f7473fa65491d50d6da58ca82bd
treeb0b8965e25746b67a8c2d373c0205db920912264
parentb23301ec55702b5e6fba9ede711f1f1f655318d6
Use jinja2 templates in runtime test

- Replace named-altX.conf.in with namedX.conf.j2 to stick with the same
  naming convention across the entire code base. Note than due to
  named1.conf being the first (default) config, the numbers for the altX
  are incremented.
- Turn alt9 into named7 to stick with the same number sequence. Adjust
  the related file names accordingly.
bin/tests/system/runtime/ns2/named.conf.j2 [new symlink]
bin/tests/system/runtime/ns2/named1.conf.j2 [moved from bin/tests/system/runtime/ns2/named1.conf.in with 100% similarity]
bin/tests/system/runtime/ns2/named2.conf.j2 [moved from bin/tests/system/runtime/ns2/named-alt1.conf.in with 100% similarity]
bin/tests/system/runtime/ns2/named3.conf.j2 [moved from bin/tests/system/runtime/ns2/named-alt2.conf.in with 100% similarity]
bin/tests/system/runtime/ns2/named4.conf.j2 [moved from bin/tests/system/runtime/ns2/named-alt3.conf.in with 100% similarity]
bin/tests/system/runtime/ns2/named5.conf.j2 [moved from bin/tests/system/runtime/ns2/named-alt4.conf.in with 100% similarity]
bin/tests/system/runtime/ns2/named6.conf.j2 [moved from bin/tests/system/runtime/ns2/named-alt5.conf.in with 100% similarity]
bin/tests/system/runtime/ns2/named7.conf.j2 [moved from bin/tests/system/runtime/ns2/named-alt9.conf.in with 95% similarity]
bin/tests/system/runtime/setup.sh
bin/tests/system/runtime/tests.sh