]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add helper Python classes for watching log files
authorMichał Kępień <michal@isc.org>
Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Thu, 21 Dec 2023 18:10:15 +0000 (18:10 +0000)
commitbf92f33f94b4639c344eea89e92ee30cecdd7bdc
tree5c05e932f2c98834ab38befc0e984233437add52
parent00003e497ca34d541587ce6f8b7e0dac3115eb07
Add helper Python classes for watching log files

Waiting for a specific log line to appear in a named.run file is a
common action in BIND 9 system tests.  Implement a set of Python classes
which intend to simplify and standardize this task in Python-based
system tests.

Co-authored-by: Štěpán Balážik <stepan@isc.org>
bin/tests/system/isctest/__init__.py
bin/tests/system/isctest/instance.py
bin/tests/system/isctest/watchlog.py [new file with mode: 0644]