]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor LogFile into TextFile with Grep support
authorNicki Křížek <nicki@isc.org>
Thu, 2 Oct 2025 15:06:25 +0000 (17:06 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 8 Dec 2025 13:57:47 +0000 (14:57 +0100)
commit7743bab5fc08cfafdf106f4127266c0e1c5cd1b5
tree5d75212b9c155706401d0dd338e9ec6e0bdc8613
parentbe6bae2a75f17676ca90cc9dc34ac0a6a822933c
Refactor LogFile into TextFile with Grep support

Add a new Grep-like interface which can be used for searching for
regular expressions in files. Replace the prior LogFile used for named
logs with the new TextFile interface.
17 files changed:
bin/tests/system/dnssec/tests_tat.py
bin/tests/system/dnssec/tests_validation.py
bin/tests/system/isctest/instance.py
bin/tests/system/isctest/kasp.py
bin/tests/system/isctest/log/__init__.py
bin/tests/system/isctest/log/watchlog.py
bin/tests/system/isctest/text.py
bin/tests/system/kasp/tests_kasp.py
bin/tests/system/multisigner/tests_multisigner.py
bin/tests/system/rollover-algo-csk/tests_rollover_algo_csk_reconfig.py
bin/tests/system/rollover-algo-ksk-zsk/tests_rollover_algo_ksk_zsk_reconfig.py
bin/tests/system/rollover-csk-roll1/tests_rollover_csk_roll1.py
bin/tests/system/rollover-csk-roll2/tests_rollover_csk_roll2.py
bin/tests/system/rollover-enable-dnssec/tests_rollover_enable_dnssec.py
bin/tests/system/rollover-ksk-doubleksk/tests_rollover_ksk_doubleksk.py
bin/tests/system/rollover-zsk-prepub/tests_rollover_zsk_prepublication.py
bin/tests/system/spf/tests_spf_zones.py