X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=b37b1fe91a6d9d50885df6a52f7d566c6f38a1be;hb=72880c9ec708eaa45eacbdce9ef57f2464755029;hp=d3703144599bb485a41f476d80ff61d54dc06368;hpb=ce1c52b1fd27d3e2b6c4909219fa98418565ba61;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: