]> git.ipfire.org Git - thirdparty/bind9.git/commit
add system test for named-checkconf -e
authorColin Vidal <colin@isc.org>
Tue, 21 Oct 2025 09:53:56 +0000 (11:53 +0200)
committerColin Vidal <colin@isc.org>
Wed, 29 Oct 2025 22:49:25 +0000 (23:49 +0100)
commitbd2c9594baccc7c003a9b84a048b04dfc453c149
tree4db5eb37ce8eab4ae904963edc61928decb3be50
parente690bfaa6ba8f2456562ae8f55b19adc747ae8ea
add system test for named-checkconf -e

Add a system test checking the command line switch -e of
named-checkconf. The test doesn't care about the whole output of the
effective configuration (in particular to avoid breaking the test for
each default statement that would change) but instead just ensure the
effective configuration is actually returned by checking the presence of
the _bind chaos builtin view as well a user provided view and option
change.
bin/tests/system/checkconf/effective.conf [new file with mode: 0644]
bin/tests/system/checkconf/tests_checkconf.py [new file with mode: 0644]