]> git.ipfire.org Git - thirdparty/bind9.git/commit
[rt46602] Miscellaneous changes to existing parallelised tests
authorStephen Morris <stephen@isc.org>
Fri, 17 Nov 2017 17:29:21 +0000 (17:29 +0000)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 14:57:51 +0000 (14:57 +0000)
commit78f2b9ca01143dd20b543a8ea360338f28c4ba78
tree4fe2025b1290211e89d4eced555b5e84dfe318d6
parente7429b124bd3d0fcce107eaf790ece4ba332eccd
[rt46602] Miscellaneous changes to existing parallelised tests

Currently these tests are allow_query, rpzrecurse and serve-stale

1. Function to copy files and set port numbers renamed from copy_config
to copy_setports, as this is used to change the ports in Perl and Python
test scripts as well.
2. Changes to rpzrecurse/tests.sh to handle two calls to getopts (one to
parse port numbers, the other to parse rpzrecurse-specific options). Also
fixed various commands to use correct ports.
3. Updates to "clean.sh" scripts to ensure that all files created in the
test are removed.
bin/tests/system/allow_query/clean.sh
bin/tests/system/allow_query/setup.sh
bin/tests/system/allow_query/tests.sh
bin/tests/system/conf.sh.in
bin/tests/system/getopts.sh
bin/tests/system/rpzrecurse/clean.sh
bin/tests/system/rpzrecurse/setup.sh
bin/tests/system/run.sh
bin/tests/system/serve-stale/clean.sh
bin/tests/system/serve-stale/setup.sh
bin/tests/system/serve-stale/tests.sh