X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=406ec85b2dcecf1d7c1cbc8f220d5a0919d002e7;hb=971bf6f4d091e15952199f0172119228d59f584a;hp=0f0ed6c7a5dd9b59c196ddebc64be619dd8c259b;hpb=de0aa31e85515e2d8a2a5db24e4520e1db26936d;p=csit.git 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"):