]> 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:23:13 +0000 (16:23 +0200)
commit1734d4a33e5af8559d8b4eec1645fb51f5cf52fd
tree78d5f83e527360281540045c59f0e209eea5d94e
parent2ed26609b86b3748c1254789616fa8a4893a054e
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.
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]