From 43e1144183a39f7556e0c1ec0289d19e859dc447 Mon Sep 17 00:00:00 2001 From: Otto Date: Mon, 29 Nov 2021 12:14:55 +0100 Subject: [PATCH] Wait for webserver to come up --- regression-tests.recursor-dnssec/test_RPZ.py | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.recursor-dnssec/test_RPZ.py b/regression-tests.recursor-dnssec/test_RPZ.py index dd828f5519..d940d45c6a 100644 --- a/regression-tests.recursor-dnssec/test_RPZ.py +++ b/regression-tests.recursor-dnssec/test_RPZ.py @@ -403,6 +403,7 @@ e 3600 IN A 192.0.2.42 raise AssertionError("Waited %d seconds for the serial to be updated to %d but the serial is still %d" % (timeout, serial, currentSerial)) def testRPZ(self): + self.waitForTCPSocket("127.0.0.1", self._wsPort) # first zone, only a should be blocked self.waitUntilCorrectSerialIsLoaded(1) self.checkRPZStats(1, 1, 1, self._xfrDone) -- 2.47.2