aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/autogen/Regenerator.py
diff options
context:
space:
mode:
authorLudovit Mikula <ludovit.mikula@pantheon.tech>2019-08-26 11:39:39 +0000
committerPeter Mikus <pmikus@cisco.com>2019-08-27 05:55:01 +0000
commitd13c17bf3ba0a2f57931ac31dd25dcafc9a0da07 (patch)
treefb4e81abd76fc3a9978753224c926d525f53a62e /resources/libraries/python/autogen/Regenerator.py
parent3558210f95db6ace893e7f9037863f3637c07f2c (diff)
- Removed 9000B test cases from ipsec test suites.
- Added new traffic profiles. Signed-off-by: Ludovit Mikula <ludovit.mikula@pantheon.tech> Change-Id: Ie06b7a1cf4d9df403d098b7a495219fd95e5869e (cherry picked from commit ac37499ef8754d7ac8f6350ab80d389727bbcd03)
Diffstat (limited to 'resources/libraries/python/autogen/Regenerator.py')
-rw-r--r--resources/libraries/python/autogen/Regenerator.py3
1 files changed, 3 insertions, 0 deletions
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,