From eb79cf006125044e6282327d7355acd30f0a29a1 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Thu, 2 Mar 2017 16:28:49 +0000 Subject: [PATCH] tests/eas/heavy_load: Reduce required active time percent 99->95 99% is too harsh - kernels with totally acceptable behaviour can fail this test. --- tests/eas/heavy_load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eas/heavy_load.py b/tests/eas/heavy_load.py index d280423d2..a9991acfe 100644 --- a/tests/eas/heavy_load.py +++ b/tests/eas/heavy_load.py @@ -19,7 +19,7 @@ from test import LisaTest, experiment_test WORKLOAD_DURATION_S = 5 -REQUIRED_CPU_ACTIVE_TIME_PCT = 99 +REQUIRED_CPU_ACTIVE_TIME_PCT = 95 class HeavyLoadTest(LisaTest): """ -- GitLab