mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Merge branch '234-add-prerequisite-check-to-rootkeysentinel-for-dnssec-support' into 'master'
Resolve "add prerequisite check to rootkeysentinel for dnssec support" Closes #234 See merge request isc-projects/bind9!222
This commit is contained in:
15
bin/tests/system/rootkeysentinel/prereq.sh
Normal file
15
bin/tests/system/rootkeysentinel/prereq.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# See the COPYRIGHT file distributed with this work for additional
|
||||
# information regarding copyright ownership.
|
||||
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
||||
exec $SHELL ../testcrypto.sh
|
@@ -1835,6 +1835,7 @@
|
||||
./bin/tests/system/rootkeysentinel/ns3/named.conf.in CONF-C 2018
|
||||
./bin/tests/system/rootkeysentinel/ns4/hint.db ZONE 2018
|
||||
./bin/tests/system/rootkeysentinel/ns4/named.conf.in CONF-C 2018
|
||||
./bin/tests/system/rootkeysentinel/prereq.sh SH 2018
|
||||
./bin/tests/system/rootkeysentinel/setup.sh SH 2018
|
||||
./bin/tests/system/rootkeysentinel/tests.sh SH 2018
|
||||
./bin/tests/system/rpz/.gitignore X 2017,2018
|
||||
|
Reference in New Issue
Block a user