Add tests for "order none" RRset ordering rules
Make sure "order none" RRset ordering rules are tested in the "rrsetorder" system test just like all other rule types are. As the check for the case of no "rrset-order" rule matching a given RRset also tests "order none" (rather than "order random", as the test code may suggest at first glance), replace the test code for that case so that it matches other "order none" tests.
This commit is contained in:
@@ -24,6 +24,7 @@ options {
|
||||
name "fixed.example" order fixed;
|
||||
name "random.example" order random;
|
||||
name "cyclic.example" order cyclic;
|
||||
name "none.example" order none;
|
||||
type NS order random;
|
||||
order cyclic;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user