aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-05-02 14:14:27 +0200
committerTibor Frank <tifrank@cisco.com>2018-05-02 12:15:32 +0000
commit2f1c9130ecdc1dfc99f4a8b7e4c62d89f3e8cf71 (patch)
tree549ec42b2db65db2eb62242ffc72960c3e9ee052 /resources/tools/presentation/generator_tables.py
parent2093328406eb64ae825a06967632e901ae0ba6db (diff)
Trending: Add 2vm tests
Change-Id: Ifc008ba50c4c84e781c12dc3080d3a361090efb6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 9264dcd3a1..120d39b597 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -745,6 +745,8 @@ 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"]:
+ continue
if tbl_dict.get(tst_name, None) is None:
name = "{0}-{1}".format(tst_data["parent"].split("-")[0],
"-".join(tst_data["name"].