X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=b24222c7f0c533a4fce3b148dc140b6b34389d55;hb=5ad9b364cbd45a0b25d73412b9777ac14df92b0a;hp=1bbe8e38d44c3c439772e6ff2c828c53437e539d;hpb=8853921639f749a0e49e37759df2b973947977e3;p=csit.git 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"