X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=5c4452d5a5c23286a133ea03d5fdf1744bbe5893;hp=5ef80faadf7cddd6bf4cb1f8e5d397e5b2378ae4;hb=e6ea1e0499b448201a2075194173a1897f649b7d;hpb=c5e04c68e8361be8c7deac912a4d676492099629 diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 5ef80faadf..5c4452d5a5 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" elif "ethip4lispip" in test_name or "ethip4vxlan" in test_name: file_name = "ip4_tunnels"