Use custom bindkeys-file in tests
Ensure the test doesn't use the system's bind.keys file by using the bindkeys-file statement.
This commit is contained 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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user