From: Tibor Frank Date: Tue, 24 Apr 2018 07:31:21 +0000 (+0200) Subject: CSIT-1041: Trending dashboard X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F57%2F12057%2F2 CSIT-1041: Trending dashboard Change-Id: I1e05f75545d97ab186fbc48df44bfe17472d6cfd Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 0f0ed6c7a5..406ec85b2d 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -856,7 +856,7 @@ def table_performance_trending_dashboard(table, input_data): # Sort the table according to the classification tbl_sorted = list() - for long_trend_class in ("failure", '-'): + for long_trend_class in ("failure", 'normal', '-'): tbl_long = [item for item in tbl_lst if item[2] == long_trend_class] for classification in \ ("failure", "regression", "progression", "normal"):