aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-09-07 14:19:35 +0200
committerTibor Frank <tifrank@cisco.com>2018-09-12 14:27:48 +0200
commit82e66d4caaede668b311f3885c8f590a8da9c032 (patch)
tree5c4c43ee3116d97b111756f2c118ff068ac24e9a /resources/tools/presentation/generator_tables.py
parent62af070d1834d71405600b930f3c7607dffecbe4 (diff)
CSIT-1269: Add VTS tests to trending
Change-Id: I9ddbad8e4c3f64553c72f77f93eb9d6c21602eca 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.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 1bbe8e38d4..b24222c7f0 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -542,6 +542,9 @@ def _generate_url(base, testbed, test_name):
if "lbdpdk" in test_name or "lbvpp" in test_name:
file_name = "link_bonding"
+ elif "114b" in test_name and "vhost" in test_name:
+ file_name = "vts"
+
elif "testpmd" in test_name or "l3fwd" in test_name:
file_name = "dpdk"
@@ -555,7 +558,9 @@ def _generate_url(base, testbed, test_name):
elif "vhost" in test_name:
if "l2xcbase" in test_name or "l2bdbasemaclrn" in test_name:
file_name = "vm_vhost_l2"
- if "l2xcbase" in test_name:
+ if "114b" in test_name:
+ feature = ""
+ elif "l2xcbase" in test_name:
feature = "-base-l2xc"
elif "l2bdbasemaclrn" in test_name:
feature = "-base-l2bd"