bind9/bin/tests/system/addzone
Michal Nowak ce9d047a5c Fix nzd2nzf test always being skipped
When LMDB was made a required dependency (929eccdfdc), the "LMDB" entry
was removed from features.py and the --with-lmdb flag was removed from
feature-test.c.  However, the with_lmdb skip marker in mark.py and its
usage in nzd2nzf were not cleaned up. Since FEATURE_LMDB was no longer
being set, the skip condition became permanently true, silently skipping
the test on every run.

Remove the dead skip marker and update other stale references that still
described LMDB as optional (build docs, addzone test comments).

Assisted-by: Claude:claude-opus-4-7
2026-06-01 19:37:22 +02:00
..
ns1 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns2 Test checkconf and addzone with bad templates 2026-05-28 14:25:48 +00:00
ns3 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
setup.sh Replace .in with .j2 templates for cases with namedX.conf 2025-12-09 14:23:14 +01:00
tests.sh Fix nzd2nzf test always being skipped 2026-06-01 19:37:22 +02:00
tests_rndc_addzone_template.py Test checkconf and addzone with bad templates 2026-05-28 14:25:48 +00:00
tests_rndc_deadlock.py Fix the rest of 'Formatting a regular string which could be an f-string' 2026-02-20 15:17:31 +01:00
tests_rndc_modzone_without_add.py Fix nzd2nzf test always being skipped 2026-06-01 19:37:22 +02:00
tests_sh_addzone.py Add support for zone templates 2025-06-03 12:03:07 -07:00
tests_showzone_static.py Refactor NamedInstance.rndc() to use EnvCmd() interface 2025-12-08 14:57:47 +01:00