]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Reimplement the `formerr` system test in Python
authorŠtěpán Balážik <stepan@isc.org>
Wed, 17 Jun 2026 20:01:06 +0000 (20:01 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 17 Jun 2026 20:01:06 +0000 (20:01 +0000)
Replace the shell and Perl based FORMERR system test with a Python
test that constructs the malformed DNS packets directly and checks
the responses.

Remove the legacy shell and Perl test script and the intermediate
packet files in hex, leaving the packet construction inline in
tests_formerr.py.

Merge branch 'stepan/formerr-system-test-python' into 'main'

See merge request isc-projects/bind9!11898


Trivial merge