aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools')
-rw-r--r--resources/tools/presentation/generator_tables.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 5ef80faadf..5c4452d5a5 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -825,6 +825,10 @@ def _generate_url(base, testbed, test_name):
elif "ipsec" in test_name:
file_name = "ipsec"
feature = "-base-scale"
+ if "hw-" in test_name:
+ file_name = "ipsechw"
+ elif "sw-" in test_name:
+ file_name = "ipsecsw"
elif "ethip4lispip" in test_name or "ethip4vxlan" in test_name:
file_name = "ip4_tunnels"