Trending: ignore list for the dashboard 45/12345/2
authorTibor Frank <tifrank@cisco.com>
Wed, 2 May 2018 14:26:56 +0000 (16:26 +0200)
committerTibor Frank <tifrank@cisco.com>
Wed, 2 May 2018 14:28:49 +0000 (14:28 +0000)
Change-Id: Ibdb134517097bc9cacdcb75a11dda59290ab4e21
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py

index 120d39b..36933cc 100644 (file)
@@ -745,7 +745,7 @@ def table_performance_trending_dashboard(table, input_data):
     for job, builds in table["data"].items():
         for build in builds:
             for tst_name, tst_data in data[job][str(build)].iteritems():
-                if tst_name in table["ignore-list"]:
+                if tst_name.lower() in table["ignore-list"]:
                     continue
                 if tbl_dict.get(tst_name, None) is None:
                     name = "{0}-{1}".format(tst_data["parent"].split("-")[0],