aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-08-09 08:05:03 +0200
committerTibor Frank <tifrank@cisco.com>2019-08-09 06:07:35 +0000
commit9f9dbc5cc9c67da4aa49798a5ebf023ee6a34508 (patch)
treef32b7f2a92e48376a3c68120b989707d2dcdcfa4 /resources/tools/presentation/generator_tables.py
parent016fb5988a63c3086b0b5b9f5ad7155c6ebef291 (diff)
Trending: TSH ipsec tests
Change-Id: Ib9f867e2b55a61019b487c96b0a05e9fa175dd0f 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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 3087afda29..d370314459 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -911,8 +911,8 @@ def _generate_url(base, testbed, test_name):
elif "8t4c" in test_name:
anchor += "8t4c"
- return url + file_name + '-' + testbed + '-' + nic + framesize + feature + \
- anchor + feature
+ return url + file_name + '-' + testbed + '-' + nic + framesize + \
+ feature.replace("-int", "").replace("-tnl", "") + anchor + feature
def table_performance_trending_dashboard_html(table, input_data):