]> git.ipfire.org Git - thirdparty/bind9.git/commit
Run custom servers as Python modules
authorŠtěpán Balážik <stepan@isc.org>
Tue, 27 Jan 2026 20:29:07 +0000 (21:29 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 20 Feb 2026 14:17:31 +0000 (15:17 +0100)
commit407df9599c56031163182896cd2f8e36df01223a
treecf2c1c00472d9400ac41c83d4afcd138b816cffb
parentb3d13387f699284e16344bafb19118232b5a2e8b
Run custom servers as Python modules

Use `python -m` for running the custom servers.

This allows the use of relative imports in the server modules and in
turn linting the modules.
12 files changed:
bin/tests/system/bailiwick/ans1/ans.py
bin/tests/system/bailiwick/ans2/ans.py
bin/tests/system/cookie/ans10/ans.py
bin/tests/system/cookie/ans9/ans.py
bin/tests/system/qmin/ans2/ans.py
bin/tests/system/qmin/ans3/ans.py
bin/tests/system/qmin/ans4/ans.py
bin/tests/system/resolver/ans10/ans.py
bin/tests/system/resolver/ans2/ans.py
bin/tests/system/resolver/ans3/ans.py
bin/tests/system/resolver/ans8/ans.py
bin/tests/system/start.pl