]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't tests stats channels that haven't been configured
authorMark Andrews <marka@isc.org>
Fri, 17 Sep 2021 06:34:25 +0000 (16:34 +1000)
committerEvan Hunt <each@isc.org>
Thu, 14 Oct 2021 05:30:45 +0000 (22:30 -0700)
commit10c01cba61bf32f5845dfcf135be4e063f56442b
tree3abb5300494e420c9b92bea5a0a810fad250b7f9
parentee068e2c39f4467c2dc90d92a3bea440b488327c
Don't tests stats channels that haven't been configured

pytest was failing because it was testing features that had
not been configured.  test to see if those features have been
configured before running the tests.
bin/tests/system/statschannel/tests-json.py
bin/tests/system/statschannel/tests-xml.py