]> git.ipfire.org Git - thirdparty/bind9.git/commit
Squash both rpzextra tests into tests_rpzextra.py
authorOndřej Surý <ondrej@isc.org>
Mon, 3 Apr 2023 09:11:25 +0000 (11:11 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Apr 2023 14:27:48 +0000 (16:27 +0200)
commit1b1eaa20bc9ef78cd785bc9fef196d85b6cf1395
tree56dd1c05d67e81da58b50ddca057a9efc66855de
parentb765eac70364e05d04effd8dcc48b40a18c32ff4
Squash both rpzextra tests into tests_rpzextra.py

We don't need a separate module/file for every test. Both the rpz tests
could live in the same file.

The setup/teardown of servers if performed separately for each module --
unless there is a need to do that, it's better to avoid it.

(cherry picked from commit 1734d4a33e5af8559d8b4eec1645fb51f5cf52fd)
bin/tests/system/rpzextra/tests_rpz_passthru_logging.py [deleted file]
bin/tests/system/rpzextra/tests_rpzextra.py [moved from bin/tests/system/rpzextra/tests_rpz_multiple_views.py with 76% similarity]