[Fuego] [PATCH 1/5] iperf3: be lax about the cpu utilization

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri Mar 9 05:50:26 UTC 2018


Tim Bird reported having some failures due to too high CPU
utilization results. Let's use a lax criteria and let users
customize it for their boards.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Benchmark.iperf3/criteria.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/engine/tests/Benchmark.iperf3/criteria.json b/engine/tests/Benchmark.iperf3/criteria.json
index 8a50e1e..f4c2a16 100644
--- a/engine/tests/Benchmark.iperf3/criteria.json
+++ b/engine/tests/Benchmark.iperf3/criteria.json
@@ -39,42 +39,42 @@
         {
             "tguid":"cpu_utilization.host.total",
             "reference":{
-                "value":90,
+                "value":100,
                 "operator":"le"
             }
         },
         {
             "tguid":"cpu_utilization.host.system",
             "reference":{
-                "value":90,
+                "value":100,
                 "operator":"le"
             }
         },
         {
             "tguid":"cpu_utilization.host.user",
             "reference":{
-                "value":90,
+                "value":100,
                 "operator":"le"
             }
         },
         {
             "tguid":"cpu_utilization.remote.total",
             "reference":{
-                "value":90,
+                "value":100,
                 "operator":"le"
             }
         },
         {
             "tguid":"cpu_utilization.remote.system",
             "reference":{
-                "value":90,
+                "value":100,
                 "operator":"le"
             }
         },
         {
             "tguid":"cpu_utilization.remote.user",
             "reference":{
-                "value":90,
+                "value":100,
                 "operator":"le"
             }
         }
-- 
2.7.4




More information about the Fuego mailing list