From: Artem Boldariev Date: Fri, 17 Dec 2021 12:03:56 +0000 (+0200) Subject: doth system test: reduce number of contexts in ns3 X-Git-Tag: v9.17.22~30^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84b2141e6964a417f7a47873705046c6f892fcc0;p=thirdparty%2Fbind9.git doth system test: reduce number of contexts in ns3 This commit removes unused listen-on statements from the ns3 instance in order to reduce the startup time. That should help with occasional system test initialisation hiccups in the CI which happen because the required instances cannot initialise in time. --- diff --git a/bin/tests/system/doth/ns3/named.conf.in b/bin/tests/system/doth/ns3/named.conf.in index 0b7cbbe1e8e..3649b534339 100644 --- a/bin/tests/system/doth/ns3/named.conf.in +++ b/bin/tests/system/doth/ns3/named.conf.in @@ -36,11 +36,6 @@ options { pid-file "named.pid"; listen-on { 10.53.0.3; }; listen-on tls local { 10.53.0.3; }; // DoT - listen-on-v6 tls local { fd92:7065:b8e:ffff::3; }; - listen-on tls local http local { 10.53.0.3; }; // DoH - listen-on-v6 tls local http local { fd92:7065:b8e:ffff::3; }; - listen-on tls none http local { 10.53.0.3; }; // unencrypted DoH - listen-on-v6 tls none http local { fd92:7065:b8e:ffff::3; }; listen-on-v6 { none; }; recursion no; notify no;