]> 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:41:43 +0000 (08:41 +0200)
commitabdd4c89fc7f4bf8f2eb502fa00e9d19f92bbdc5
tree0c69ad694b8c3fcd3cd238e1f35621afe5f498db
parentdbcf683c1a57f49876e329fca183cb39d20ca3a4
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.
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