aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-08-09 09:42:04 +0200
committerTibor Frank <tifrank@cisco.com>2019-08-09 11:17:54 +0200
commite6ea1e0499b448201a2075194173a1897f649b7d (patch)
treee8fb3e0da3d2c4378b8da4925c47831ace5e7265 /resources
parentc5e04c68e8361be8c7deac912a4d676492099629 (diff)
Trending: Fix ipsec
Change-Id: I0f35098047bc1137cbf2a1ae39107698b1e9bf79 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-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"