From ddec026ff9971e712ac79e24fffd2372d5c238e3 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 11 Jan 2001 21:12:10 +0000 Subject: [PATCH] run the v6synth test by default; explain why stress test is not run by default --- bin/tests/system/conf.sh.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index ed1586cd69..1844ebac41 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: conf.sh.in,v 1.19 2001/01/11 20:45:50 bwelling Exp $ +# $Id: conf.sh.in,v 1.20 2001/01/11 21:12:10 gson Exp $ # # Common configuration data for system tests, to be sourced into @@ -39,8 +39,11 @@ KEYGEN=$TOP/bin/dnssec/dnssec-keygen SIGNER=$TOP/bin/dnssec/dnssec-signzone KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset + +# The "stress" test is not run by default since it creates enough +# load on the machine to make it unusable to other users. SUBDIRS="dnssec forward glue limits lwresd notify nsupdate resolver \ - sortlist stub tkey unknown upforwd views xfer xferquota" + sortlist stub tkey unknown upforwd v6synth views xfer xferquota" # PERL will be an empty string if no perl interpreter was found. PERL=@PERL@