aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/performance/odp_l2fwd_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/common_plat/performance/odp_l2fwd_run.sh')
-rwxr-xr-xtest/common_plat/performance/odp_l2fwd_run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/common_plat/performance/odp_l2fwd_run.sh b/test/common_plat/performance/odp_l2fwd_run.sh
index dd42ede97..6871e4b07 100755
--- a/test/common_plat/performance/odp_l2fwd_run.sh
+++ b/test/common_plat/performance/odp_l2fwd_run.sh
@@ -96,6 +96,9 @@ run_l2fwd()
ret=1
elif [ $ret -eq 0 ]; then
PASS_PPS=5000
+ if [ "${TEST}" = "coverage" ]; then
+ PASS_PPS=10
+ fi
MAX_PPS=$(awk '/TEST RESULT/ {print $3}' $LOG)
if [ "$MAX_PPS" -lt "$PASS_PPS" ]; then
echo "FAIL: pps below threshold $MAX_PPS < $PASS_PPS"