X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fautogen%2FRegenerator.py;h=fc8932dcb577d66f923accd74e69b109b6ac083f;hp=778ced76c9d3d9ad21bd66b4008c19f26cd2af0e;hb=d13c17bf3ba0a2f57931ac31dd25dcafc9a0da07;hpb=3558210f95db6ace893e7f9037863f3637c07f2c diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index 778ced76c9..fc8932dcb5 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -113,6 +113,9 @@ def add_default_testcases(testcase, iface, suite_id, file_out, tc_kwargs_list): if "vic1385" in iface: # Not supported in HW. emit = False + if "ipsec" in suite_id: + # Not supported in ipsec + emit = False if "-16vm2t-" in suite_id or "-16dcr2t-" in suite_id: if kwargs["phy_cores"] > 3: # CSIT lab only has 28 (physical) core processors,