]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the ecdsa system test to allow parallel run
authorOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2020 14:24:15 +0000 (15:24 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Mar 2020 16:31:31 +0000 (17:31 +0100)
commit1f1ecdecc9752a727b372ceda91859e1190304d1
tree8fd732a73274b0c91e8d6f108828cb3ca6c4571f
parentbde35220cd3d068e6efa90d19262e2325a328900
Fix the ecdsa system test to allow parallel run

The ecdsa test was not adapted to dynamic ports, so we had to run it in
sequence.  This commit adds support for dynamic ports, and also makes
all the scripts shellcheck clean.
bin/tests/system/conf.sh.common
bin/tests/system/ecdsa/.gitignore [new file with mode: 0644]
bin/tests/system/ecdsa/clean.sh
bin/tests/system/ecdsa/ns1/named.conf.in [moved from bin/tests/system/ecdsa/ns1/named.conf with 98% similarity]
bin/tests/system/ecdsa/ns1/sign.sh
bin/tests/system/ecdsa/ns2/named.conf.in [moved from bin/tests/system/ecdsa/ns2/named.conf with 98% similarity]
bin/tests/system/ecdsa/setup.sh
bin/tests/system/ecdsa/tests.sh