]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add new system test for wildcard expansion
authorPetr Špaček <pspacek@isc.org>
Mon, 21 Jun 2021 12:51:43 +0000 (14:51 +0200)
committerPetr Špaček <pspacek@isc.org>
Mon, 8 Nov 2021 12:23:05 +0000 (13:23 +0100)
commit49da19c353a2dc37868b2863594bf454750e2a4b
tree6a157b770db250135ea8ec45d8f3902b8167becf
parent8ce4759c5cfd13e7df591b4cf729bb27ba6300fe
Add new system test for wildcard expansion

This is almost minimal prototype to show how to use python-hypothesis
library in a system test. It does not fully replace existing shell-based
system test for wildcards.
bin/tests/system/.gitignore
bin/tests/system/wildcard/conftest.py [new file with mode: 0644]
bin/tests/system/wildcard/ns1/allwild.db.in [new file with mode: 0644]
bin/tests/system/wildcard/ns1/named.conf.in
bin/tests/system/wildcard/ns1/sign.sh
bin/tests/system/wildcard/tests-wildcard.py [new file with mode: 0755]
util/copyrights