]> 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)
committerMark Andrews <marka@isc.org>
Thu, 14 Oct 2021 06:33:01 +0000 (17:33 +1100)
commit981643b19a3dabb36c87de5221d7b08ffd6049a4
tree6fba1fddc909fcae412239426595f3938d2095fb
parent9093cd86622de84aab23718091f5286785a0353a
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.

(cherry picked from commit 10c01cba61bf32f5845dfcf135be4e063f56442b)
bin/tests/system/statschannel/tests-json.py
bin/tests/system/statschannel/tests-xml.py