don't error on rpz percentage checks as they fail inconsistently on virtual machines

(cherry picked from commit 86a85a3bbd)
This commit is contained in:
Mark Andrews
2014-02-20 12:22:14 +11:00
parent 84a718fb80
commit 801ab8a22e

View File

@@ -477,11 +477,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 ns5 203