From 101daf3a8a707688700447cc9c6cdbd6f53e7360 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 3 Feb 2023 08:05:09 +0100 Subject: Report: Add mlx5 tests Signed-off-by: Tibor Frank Change-Id: Ifca88af4dc0fde18f459e490f12a8e57b71aab89 --- resources/tools/presentation/input_data_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/input_data_parser.py') diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 11cbae7259..72d4253db0 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -825,7 +825,7 @@ class ExecutionChecker(ResultVisitor): result["completed-requests"] = int(groups.group(5)) result["failed-requests"] = int(groups.group(6)) result["bytes-transferred"] = int(groups.group(4)) - if "TCP_CPS"in tags: + if "TCP_CPS" in tags: result["cps"] = float(groups.group(3)) elif "TCP_RPS" in tags: result["rps"] = float(groups.group(3)) -- cgit 1.2.3-korg