mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-06-09 08:33:59 -04:00
tests-extra: fix ctl socket connection in modules/queryacl
This commit is contained in:
parent
8fa0e57903
commit
b90a215154
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue