]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use jinja2 templates in transport-change test
authorNicki Křížek <nicki@isc.org>
Fri, 5 Dec 2025 14:23:25 +0000 (15:23 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:23:14 +0000 (14:23 +0100)
commit0f37603b1a2de15cbcf37e47bf1b733a664ffbc5
tree4068841efec8e6bb7fafb081bd889dfd22234991
parent9d3279a5420b5153351bfef1a13d6148a2614657
Use jinja2 templates in transport-change test

- Replace named*.conf.in files with jinja2 templates.
- When applying the files use plain cp command to copy the rendered
  files.
bin/tests/system/transport-change/ns1/named-http-plain-proxy.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-http-plain-proxy.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-http-plain.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-http-plain.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-https-proxy-encrypted.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-https-proxy-encrypted.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-https-proxy-plain.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-https-proxy-plain.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-https.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-https.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-proxy.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-proxy.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-tls-proxy-encrypted.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-tls-proxy-encrypted.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-tls-proxy-plain.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-tls-proxy-plain.conf.in with 100% similarity]
bin/tests/system/transport-change/ns1/named-tls.conf.j2 [moved from bin/tests/system/transport-change/ns1/named-tls.conf.in with 100% similarity]
bin/tests/system/transport-change/tests.sh