]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace duplicated code snippet with calls to helper functions
authorMichał Kępień <michal@isc.org>
Wed, 13 Jun 2018 05:47:12 +0000 (07:47 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 13 Jun 2018 06:08:25 +0000 (08:08 +0200)
commita23e9821d6ca0f5b4cc67200fa2d2f30b90e9ca1
tree29746c6a37a24b2477d5fb1daf38015cf3ccf7b2
parent36d6a6cc76961087e6555465e74e1a8e5bcc4034
Replace duplicated code snippet with calls to helper functions

Reduce code duplication by replacing a code snippet repeated throughout
system tests using "trusted-keys" and/or "managed-keys" configuration
sections with calls to keyfile_to_{managed,trusted}_keys() helper
functions.

(cherry picked from commit dce66f763537450fa78045c679c53fd0ba5cbc5d)
18 files changed:
bin/tests/system/autosign/ns1/keygen.sh
bin/tests/system/dlv/ns1/sign.sh
bin/tests/system/dlv/ns3/sign.sh
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns5/sign.sh
bin/tests/system/dsdigest/ns1/sign.sh
bin/tests/system/ecdsa/ns1/sign.sh
bin/tests/system/eddsa/ns1/sign.sh
bin/tests/system/inline/ns1/sign.sh
bin/tests/system/legacy/ns7/sign.sh
bin/tests/system/mkeys/ns1/sign.sh
bin/tests/system/pending/ns1/sign.sh
bin/tests/system/resolver/ns6/keygen.sh
bin/tests/system/rootkeysentinel/ns1/sign.sh
bin/tests/system/rsabigexponent/ns1/sign.sh
bin/tests/system/sfcache/ns1/sign.sh
bin/tests/system/staticstub/ns3/sign.sh
bin/tests/system/wildcard/ns1/sign.sh