]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add transport-acl system test
authorArtem Boldariev <artem@boldariev.com>
Mon, 29 Nov 2021 10:50:35 +0000 (12:50 +0200)
committerArtem Boldariev <artem@boldariev.com>
Tue, 30 Nov 2021 10:21:19 +0000 (12:21 +0200)
commit7f73e68730db0cecea6b73685db2cb4e5006ca29
treeee0afab9bffc2bf2e6f16ea6a5a7ef6f3625daa7
parent758f748d5e3a6165309f5ea947992197da8b6d8d
Add transport-acl system test

This commit adds a new system-test: transport-acl system test. It is
intended to test the new, extended syntax for ACLs, the one where port
or transport protocol can be specified. Currently, it includes the
tests only using allow-transfer statement, as this extended syntax is
used only there, at least for now.
bin/tests/system/Makefile.am
bin/tests/system/transport-acl/clean.sh [new file with mode: 0644]
bin/tests/system/transport-acl/ns1/named.conf.in [new file with mode: 0644]
bin/tests/system/transport-acl/self-signed-cert.pem [new file with mode: 0644]
bin/tests/system/transport-acl/self-signed-key.pem [new file with mode: 0644]
bin/tests/system/transport-acl/setup.sh [new file with mode: 0644]
bin/tests/system/transport-acl/tests.sh [new file with mode: 0644]
util/copyrights