From: Mark Andrews Date: Wed, 22 Nov 2023 01:48:27 +0000 (+1100) Subject: Use custom bindkeys-file in tests X-Git-Tag: v9.19.21~35^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4e16bbce15c5375da87bb59e85d26db5c17c4d1e;p=thirdparty%2Fbind9.git Use custom bindkeys-file in tests Ensure the test doesn't use the system's bind.keys file by using the bindkeys-file statement. --- diff --git a/bin/tests/system/journal/ns1/named.conf.in b/bin/tests/system/journal/ns1/named.conf.in index 9f72a6f0847..7d43e04b831 100644 --- a/bin/tests/system/journal/ns1/named.conf.in +++ b/bin/tests/system/journal/ns1/named.conf.in @@ -21,6 +21,7 @@ options { listen-on { 10.53.0.1; }; listen-on-v6 { none; }; dnssec-validation auto; + bindkeys-file "../../../../../bind.keys"; minimal-responses no; recursion no; notify yes; diff --git a/bin/tests/system/journal/ns2/named.conf.in b/bin/tests/system/journal/ns2/named.conf.in index e7f185e7221..5cebf61f01d 100644 --- a/bin/tests/system/journal/ns2/named.conf.in +++ b/bin/tests/system/journal/ns2/named.conf.in @@ -21,6 +21,7 @@ options { listen-on { 10.53.0.2; }; listen-on-v6 { none; }; dnssec-validation auto; + bindkeys-file "../../../../../bind.keys"; minimal-responses no; recursion no; notify yes;