From: Mark Andrews Date: Thu, 20 Feb 2014 01:22:14 +0000 (+1100) Subject: don't error on rpz percentage checks as they fail inconsistently on virtual machines X-Git-Tag: v9.10.0b1~60 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=86a85a3bbd3d4580982b2c02d9b4837bc6c2fae5;p=thirdparty%2Fbind9.git don't error on rpz percentage checks as they fail inconsistently on virtual machines --- diff --git a/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh index 03a0aad3ac9..8edf8913f4f 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/tests.sh @@ -526,11 +526,11 @@ if test -n "$QPERF"; then MIN_PERCENT=30 if test "$PERCENT" -lt $MIN_PERCENT; then - setret "I:$RPZ qps with rpz or $PERCENT% is below $MIN_PERCENT% of $NORPZ qps" + echo "I:$RPZ qps with rpz or $PERCENT% is below $MIN_PERCENT% of $NORPZ qps" fi if test "$PERCENT" -ge 100; then - setret "I:$RPZ qps with RPZ or $PERCENT% of $NORPZ qps without RPZ is too high" + echo "I:$RPZ qps with RPZ or $PERCENT% of $NORPZ qps without RPZ is too high" fi ckstats $ns5 performance ns5 200