X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=b37b1fe91a6d9d50885df6a52f7d566c6f38a1be;hb=3e58c2f916288c5ed22ce11f01fa56a4d19689d2;hp=d3703144599bb485a41f476d80ff61d54dc06368;hpb=9f9dbc5cc9c67da4aa49798a5ebf023ee6a34508;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index d370314459..b37b1fe91a 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -825,6 +825,10 @@ def _generate_url(base, testbed, test_name): elif "ipsec" in test_name: file_name = "ipsec" feature = "-base-scale" + if "hw-" in test_name: + file_name = "ipsechw" + elif "sw-" in test_name: + file_name = "ipsecsw" if "-int-" in test_name: feature = "-base-scale-int" elif "tnl" in test_name: