X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=5c4452d5a5c23286a133ea03d5fdf1744bbe5893;hb=d59cb151a877c88b4a4fac28c1e01fa5220c1fb6;hp=5ef80faadf7cddd6bf4cb1f8e5d397e5b2378ae4;hpb=f9a7d317f7cbc65ac0b81c5753604235bb3f9c22;p=csit.git 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"