From: Remi Gacogne Date: Tue, 6 Dec 2022 10:35:30 +0000 (+0100) Subject: dnsdist: Add logs to investigate the SNMP regression tests failure X-Git-Tag: dnsdist-1.8.0-rc1~183^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12274%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Add logs to investigate the SNMP regression tests failure --- diff --git a/regression-tests.dnsdist/test_SNMP.py b/regression-tests.dnsdist/test_SNMP.py index 3d806ed831..b7738f3302 100644 --- a/regression-tests.dnsdist/test_SNMP.py +++ b/regression-tests.dnsdist/test_SNMP.py @@ -20,7 +20,9 @@ class TestSNMP(DNSDistTest): _config_template = """ newServer{address="127.0.0.1:%s", name="servername"} snmpAgent(true) + setVerboseHealthChecks(true) """ + _verboseMode = True def _checkStatsValues(self, results, queriesCountersValue): for i in list(range(1, 5)) + list(range(6, 20)) + list(range(24, 35)) + [ 35 ] :