Rename system test directory with common files to _common
The old name "common" clashes with the convention of system test directory naming. It appears as a system test directory, but it only contains helper files. To reduce confusion and to allow automatic detection of issues with possibly missing test files, rename the helper directory to "_common". The leading underscore indicates the directory is different and the its name can no longer be confused with regular system test directories.
This commit is contained in:
@@ -37,7 +37,7 @@ controls {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../../common/root.hint";
|
||||
file "../../_common/root.hint";
|
||||
};
|
||||
|
||||
zone "ns2" {
|
||||
|
||||
@@ -35,7 +35,7 @@ controls {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../../common/root.hint";
|
||||
file "../../_common/root.hint";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
||||
@@ -37,7 +37,7 @@ controls {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../../common/root.hint";
|
||||
file "../../_common/root.hint";
|
||||
};
|
||||
|
||||
zone "ns2" {
|
||||
|
||||
@@ -37,7 +37,7 @@ controls {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../../common/root.hint";
|
||||
file "../../_common/root.hint";
|
||||
};
|
||||
|
||||
zone "foo" {
|
||||
|
||||
@@ -43,7 +43,7 @@ parental-agents "ns8" port @PORT@ {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../../common/root.hint";
|
||||
file "../../_common/root.hint";
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -244,7 +244,7 @@ def rekey(zone):
|
||||
rndc_cmd = [
|
||||
rndc,
|
||||
"-c",
|
||||
"../common/rndc.conf",
|
||||
"../_common/rndc.conf",
|
||||
"-p",
|
||||
port,
|
||||
"-s",
|
||||
|
||||
Reference in New Issue
Block a user