]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add tests for zone timers using the pytest testing framework
authorOndřej Surý <ondrej@sury.org>
Fri, 27 Mar 2020 09:13:31 +0000 (10:13 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 12 May 2020 06:48:01 +0000 (08:48 +0200)
commit6aa6d7be58e66a9e2669af6bbf7e9c709dc36548
treeee5c99f7592e120b1033cb6d6c068a796a932ff5
parent72ffa194e2a8647583aa7927d47557f5fe88b2e7
Add tests for zone timers using the pytest testing framework
13 files changed:
bin/tests/system/statschannel/.gitignore [new file with mode: 0644]
bin/tests/system/statschannel/clean.sh
bin/tests/system/statschannel/conftest.py [new file with mode: 0644]
bin/tests/system/statschannel/helper.py [new file with mode: 0644]
bin/tests/system/statschannel/ns1/example.db [new file with mode: 0644]
bin/tests/system/statschannel/ns1/named.conf.in [new file with mode: 0644]
bin/tests/system/statschannel/ns2/named.conf.in
bin/tests/system/statschannel/ns3/named.conf.in [new file with mode: 0644]
bin/tests/system/statschannel/setup.sh
bin/tests/system/statschannel/tests-json.py [new file with mode: 0755]
bin/tests/system/statschannel/tests-xml.py [new file with mode: 0755]
bin/tests/system/statschannel/tests.sh [changed mode: 0644->0755]
util/copyrights