From e713f830644ef76385628e2dccde99819e4ab5b5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 30 Apr 2018 09:53:47 +1000 Subject: [PATCH 1/2] add dnssec prerequisite test to rootkeysentinel --- bin/tests/system/rootkeysentinel/prereq.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bin/tests/system/rootkeysentinel/prereq.sh diff --git a/bin/tests/system/rootkeysentinel/prereq.sh b/bin/tests/system/rootkeysentinel/prereq.sh new file mode 100644 index 0000000000..a0d4e9ce14 --- /dev/null +++ b/bin/tests/system/rootkeysentinel/prereq.sh @@ -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 From 0fedfcafb5dbc789f0a9f7ce7303394a40adcffe Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 30 Apr 2018 09:56:20 +1000 Subject: [PATCH 2/2] add bin/tests/system/rootkeysentinel/prereq.sh --- util/copyrights | 1 + 1 file changed, 1 insertion(+) diff --git a/util/copyrights b/util/copyrights index 2c9a3d3435..938733a058 100644 --- a/util/copyrights +++ b/util/copyrights @@ -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