From: Lukáš Ježek Date: Fri, 14 Aug 2020 09:50:05 +0000 (+0200) Subject: ta_update: rfc5011 test: fix knotd startup X-Git-Tag: v5.2.0~14^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0579fc2cca21c2e6fed3194aeff8fc96d114d2f3;p=thirdparty%2Fknot-resolver.git ta_update: rfc5011 test: fix knotd startup --- diff --git a/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py b/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py index 5a12743d8..84f611765 100755 --- a/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py +++ b/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py @@ -68,7 +68,7 @@ def generate_range(filename, rng_templ, entry_templ): os.link(filename, 'root.db') # run server - knotd = subprocess.Popen(['/usr/local/sbin/knotd', '-c', 'knot.root.conf']) + knotd = subprocess.Popen(['knotd', '-c', 'knot.root.conf', '-s', '/tmp/knot-dns2rpl.sock']) time.sleep(0.1) # give kresd time to start so we do not wait for first timeout # query data