From: Remi Gacogne Date: Mon, 12 May 2025 13:14:58 +0000 (+0200) Subject: dnsdist: Fix unused configuration parameters in health-checks tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32292ea7fd812039c9270d46e5f0220cfa38844a;p=thirdparty%2Fpdns.git dnsdist: Fix unused configuration parameters in health-checks tests --- diff --git a/regression-tests.dnsdist/test_HealthChecks.py b/regression-tests.dnsdist/test_HealthChecks.py index ab2fbea5e8..9c7f9579f6 100644 --- a/regression-tests.dnsdist/test_HealthChecks.py +++ b/regression-tests.dnsdist/test_HealthChecks.py @@ -9,11 +9,7 @@ from dnsdisttests import DNSDistTest, pickAvailablePort class HealthCheckTest(DNSDistTest): _consoleKey = DNSDistTest.generateConsoleKey() _consoleKeyB64 = base64.b64encode(_consoleKey).decode('ascii') - _webTimeout = 2.0 - _webServerPort = pickAvailablePort() - _webServerAPIKey = 'apisecret' - _webServerAPIKeyHashed = '$scrypt$ln=10,p=1,r=8$9v8JxDfzQVyTpBkTbkUqYg==$bDQzAOHeK1G9UvTPypNhrX48w974ZXbFPtRKS34+aso=' - _config_params = ['_consoleKeyB64', '_consolePort', '_webServerPort', '_webServerAPIKeyHashed', '_testServerPort'] + _config_params = ['_consoleKeyB64', '_consolePort', '_testServerPort'] _config_template = """ setKey("%s") controlSocket("127.0.0.1:%d")