aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-08-08 09:47:14 +0200
committerTibor Frank <tifrank@cisco.com>2019-08-08 08:40:50 +0000
commit60ad88e982229ffe48d153f2294c6d2d280d7cce (patch)
tree2db04566761c3cc4737acd535d959d1780342204 /resources/tools/presentation/generator_tables.py
parentc502f71306e0334eeb9726836105b3580c5a426e (diff)
Trending: ipsec
Change-Id: I2fc623ac152b8559a230b340be2f1cc92c7e934a 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.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 3ab887070f..3087afda29 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 "-int-" in test_name:
+ feature = "-base-scale-int"
+ elif "tnl" in test_name:
+ feature = "-base-scale-tnl"
elif "ethip4lispip" in test_name or "ethip4vxlan" in test_name:
file_name = "ip4_tunnels"
@@ -872,6 +876,8 @@ def _generate_url(base, testbed, test_name):
nic = "vic1227-"
elif "vic1385" in test_name:
nic = "vic1385-"
+ elif "x553" in test_name:
+ nic = "x553-"
else:
nic = ""
anchor += nic