]> git.ipfire.org Git - thirdparty/bind9.git/commit
reduce code duplication in filter-aaaa test
authorEvan Hunt <each@isc.org>
Fri, 11 Jul 2025 00:17:41 +0000 (17:17 -0700)
committerEvan Hunt <each@isc.org>
Wed, 6 Aug 2025 06:01:03 +0000 (23:01 -0700)
commit58fe984c9505a2052dfd572cdde836686f710bd1
tree966d1e4c87c5c698da72da23b4ab80a2cca55579
parentb234c6d954ef76d9e9ac226ae164bfe31dadc3d3
reduce code duplication in filter-aaaa test

cut down the number of identical lines in the filter-aaaa test:
- replace identical test cases with small check functions
  (check_aaaa_only, check_any, check_nodata, etc).
- group those together into large check functions (check_filter,
  check_filter_other_family) that have options for recursive and
  break_dnssec, then run those for each combination of options
  on servers connfigured with filter-aaaa-on-v4 and filter-aaaa-on-v6.
bin/tests/system/filter-aaaa/tests_filter_aaaa.py