]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove system test delzone
authorTom Krizek <tkrizek@isc.org>
Mon, 10 Oct 2022 11:28:29 +0000 (13:28 +0200)
committerTom Krizek <tkrizek@isc.org>
Fri, 14 Oct 2022 14:40:40 +0000 (16:40 +0200)
commitcfbd7431cd74e3f7935483e0ddee427dbf231321
treee53061730717ef5d32866c01cd62e9351e073cc7
parent50ec8de8eb941b753486535c63fde605890cdfec
Remove system test delzone

There are multiple reasons to remove this test as obsolete:

- The test may not possibly work for over 2.5 years, since
  98b3b93791777218c04a67ddaef22619162249f7 removed the rndc.py python
  tool on which this test relies.
- It isn't part of the test suite either in CI or locally unless it is
  explicitly enabled. As a result, there are many issues which prevent
  the test from being executed caused by various refactoring efforts
  accumulated over time.
- Even if the test could be executed, it has no clear failure condition.
  If the python script(s) fail, the test still passes.

(cherry picked from commit 05180154d9742954e1675b687db9bd8387664eb3)
bin/tests/system/Makefile.am
bin/tests/system/conf.sh.common
bin/tests/system/delzone/clean.sh [deleted file]
bin/tests/system/delzone/ns1/inlinesec.db [deleted file]
bin/tests/system/delzone/ns1/named.conf [deleted file]
bin/tests/system/delzone/ns2/added.db [deleted file]
bin/tests/system/delzone/ns2/named.args [deleted file]
bin/tests/system/delzone/ns2/named.conf [deleted file]
bin/tests/system/delzone/ns2/normal.db [deleted file]
bin/tests/system/delzone/setup.sh [deleted file]
bin/tests/system/delzone/tests.sh [deleted file]