parallelize most system tests

This commit is contained in:
Evan Hunt
2018-02-20 15:43:27 -08:00
parent 0217cc8bb2
commit c032c54dda
621 changed files with 7697 additions and 7749 deletions

View File

@@ -6,17 +6,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id: named.plain,v 1.2 2011/03/04 14:43:57 smann Exp $ */
options {
query-source address 10.53.0.1;
notify-source 10.53.0.1;
transfer-source 10.53.0.1;
port 5300;
port @PORT@;
pid-file "named.pid";
listen-on port 5300 {
10.53.0.1;
};
listen-on { 10.53.0.1; };
listen-on-v6 { none; };
recursion no;
notify yes;
@@ -38,11 +34,7 @@ logging {
category queries { query_log; };
};
controls {
inet 127.0.0.1 port 9593 allow {
127.0.0.1/32; ::1/128; }
keys { "rndc-key"; };
};
include "controls.conf";
key "rndc-key" {
algorithm hmac-sha256;