X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=acd3024f357f610e7f129ecca8c486584699c5e0;hp=f4c3e54ce4af8d3f767dab30688139edf884d480;hb=5ec0a299c5f9ad2f4843478db69bc6bbc697b0a2;hpb=fce7b4b339f7a79b80143bbd796460720489d694 diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index f4c3e54ce4..acd3024f35 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -811,6 +811,10 @@ def _generate_url(base, testbed, test_name): file_name = "vm_vhost_ip4" feature = "-base" + elif "ipsecbasetnlsw" in test_name: + file_name = "ipsecsw" + feature = "-base-scale" + elif "ipsec" in test_name: file_name = "ipsec" feature = "-base-scale"