]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add tests for "order none" RRset ordering rules
authorMichał Kępień <michal@isc.org>
Fri, 2 Oct 2020 06:41:43 +0000 (08:41 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 2 Oct 2020 06:51:29 +0000 (08:51 +0200)
commit502d79ae4fa4db916dde5d9b77fa8266fc07a4f2
treecae8d3a66e858187cbca229d6b0f75d2a471f928
parent9e62c206c6169a92bf85f3166f22205a64497781
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.

(cherry picked from commit abdd4c89fc7f4bf8f2eb502fa00e9d19f92bbdc5)
bin/tests/system/checkconf/good-rrset-order-none.conf [new file with mode: 0644]
bin/tests/system/rrsetorder/clean.sh
bin/tests/system/rrsetorder/ns1/named.conf.in
bin/tests/system/rrsetorder/ns1/root.db
bin/tests/system/rrsetorder/ns2/named.conf.in
bin/tests/system/rrsetorder/ns3/named.conf.in
bin/tests/system/rrsetorder/tests.sh