[bind10-dev] remove shell scripts for running python tests?
Jeremy C. Reed
jreed at isc.org
Thu Aug 19 20:36:29 UTC 2010
I'd like to remove the shell scripts that are used for running python
tests. They are redundant and the makefiles can be used to run these
tests. And it means we need to edit two places for additions/removals (I
already found some problems noted below.) One reason for this is I have
patches for my build system (to commit later) to use python "coverage"
to run the scripts and I don't want to consider patching all the scripts
to also support this.
Note that no shell script is there for src/bin/cfgmgr/tests/ and I am
not planning to change the loadzone tests scripts.
The files in subversion are:
src/bin/bind10/tests/bind10_test.in
Makefile was missing args_test.py, so I would add, but:
FAILED (errors=5, skipped=1)
src/bin/bindctl/tests/bindctl_test.in
src/bin/cmdctl/tests/cmdctl_test.in
src/bin/msgq/tests/msgq_test.in
src/bin/xfrin/tests/xfrin_test.in
src/bin/xfrout/tests/xfrout_test.in
src/bin/zonemgr/tests/zonemgr_test.in
src/lib/python/isc/cc/tests/cc_test.in
it is incomplete anyways, missing message_test.py and data_test.py
src/lib/python/isc/config/tests/config_test.in
src/lib/python/isc/log/tests/log_test.in
src/lib/python/isc/notify/tests/notify_out_test.in
So I email about this instead of opening a new ticket first because:
Do any of you use the shell scripts instead of the make check (or
test) target? Why?
Do you need these shell scripts?
Okay to remove?
More information about the bind10-dev
mailing list