From: Mark Karpilovskij Date: Mon, 8 Oct 2018 11:21:13 +0000 (+0200) Subject: tests-extra: fix ctl socket connection in modules/queryacl X-Git-Tag: v2.8.0~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90a215154b02415e8fefab5bbca90506cb1cbf1;p=thirdparty%2Fknot-dns.git tests-extra: fix ctl socket connection in modules/queryacl --- diff --git a/tests-extra/tests/modules/queryacl/test.py b/tests-extra/tests/modules/queryacl/test.py index 397b041b6b..f812e20797 100644 --- a/tests-extra/tests/modules/queryacl/test.py +++ b/tests-extra/tests/modules/queryacl/test.py @@ -26,6 +26,9 @@ t.start() knot.zones_wait(zones) +# Wait for server to start listening on the control socket. +t.sleep(3) + ctl.connect(os.path.join(knot.dir, "knot.sock")) ctl.send_block(cmd="conf-begin") ctl.receive_block()