X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=1bbe8e38d44c3c439772e6ff2c828c53437e539d;hb=refs%2Fchanges%2F23%2F14723%2F2;hp=99069ea6304c4eeb68068e1f63712349edfcc628;hpb=344ea908c94faf37a10f23627b2f5656ea3e289b;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 99069ea630..1bbe8e38d4 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -555,9 +555,15 @@ 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: + feature = "-base-l2xc" + elif "l2bdbasemaclrn" in test_name: + feature = "-base-l2bd" + else: + feature = "-base" elif "ip4base" in test_name: file_name = "vm_vhost_ip4" - feature = "-base" + feature = "-base" elif "ipsec" in test_name: file_name = "ipsec" @@ -571,7 +577,11 @@ def _generate_url(base, testbed, test_name): file_name = "ip4" if "xl710" in test_name: feature = "-base-scale-features" - elif "acl" in test_name or "snat" in test_name or "cop" in test_name: + elif "iacl" in test_name: + feature = "-features-iacl" + elif "oacl" in test_name: + feature = "-features-oacl" + elif "snat" in test_name or "cop" in test_name: feature = "-features" else: feature = "-base-scale" @@ -584,8 +594,12 @@ def _generate_url(base, testbed, test_name): or "l2bdbasemaclrn" in test_name or "l2bdscale" in test_name \ or "l2dbbasemaclrn" in test_name or "l2dbscale" in test_name: file_name = "l2" - if "acl" in test_name: - feature = "-features" + if "macip" in test_name: + feature = "-features-macip" + elif "iacl" in test_name: + feature = "-features-iacl" + elif "oacl" in test_name: + feature = "-features-oacl" else: feature = "-base-scale"