From 82e66d4caaede668b311f3885c8f590a8da9c032 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 7 Sep 2018 14:19:35 +0200 Subject: CSIT-1269: Add VTS tests to trending Change-Id: I9ddbad8e4c3f64553c72f77f93eb9d6c21602eca Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_tables.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'resources/tools/presentation/generator_tables.py') 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" -- cgit 1.2.3-korg