aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
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 3ab887070f..5ef80faadf 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -905,8 +905,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):