]> git.ipfire.org Git - thirdparty/bind9.git/commit
Backport missing "legacy" system test checks
authorMichał Kępień <michal@isc.org>
Fri, 31 May 2019 10:43:31 +0000 (12:43 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 31 May 2019 10:43:31 +0000 (12:43 +0200)
commited45b53cb784df764adb23ba79c25bc66cb114c7
tree2bcff5ca02e8d1abf438cc87c29bb482be95a655
parent72da3b3a712053893795e59cdaa032e7e02f3ff6
Backport missing "legacy" system test checks

Backport "legacy" system test checks which are present in master and
v9_14 branches, but missing in the v9_11 branch, in order to improve the
consistency of this test across all maintained branches.  Note that the
"ednsnotimp" check is expected to succeed with 9.11 whereas it is
expected to fail with 9.14 and later versions.
14 files changed:
bin/tests/system/legacy/clean.sh
bin/tests/system/legacy/ns1/root.db
bin/tests/system/legacy/ns10/ednsrefused.db [new file with mode: 0644]
bin/tests/system/legacy/ns10/named.conf.in [new file with mode: 0644]
bin/tests/system/legacy/ns10/named.ednsrefused [new file with mode: 0644]
bin/tests/system/legacy/ns8/ednsformerr.db [new file with mode: 0644]
bin/tests/system/legacy/ns8/named.conf.in [new file with mode: 0644]
bin/tests/system/legacy/ns8/named.ednsformerr [new file with mode: 0644]
bin/tests/system/legacy/ns9/ednsnotimp.db [new file with mode: 0644]
bin/tests/system/legacy/ns9/named.conf.in [new file with mode: 0644]
bin/tests/system/legacy/ns9/named.ednsnotimp [new file with mode: 0644]
bin/tests/system/legacy/setup.sh
bin/tests/system/legacy/tests.sh
util/copyrights