diff options
author | Vratko Polak <vrpolak@cisco.com> | 2020-11-24 17:15:52 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2020-11-26 18:28:22 +0000 |
commit | a5a51a112a0d3475f2368a18b6b42f7712ec5b25 (patch) | |
tree | debbffebdb827727c06bda30f20d9096522e7b53 /resources/libraries/python | |
parent | 6ee90cef75ddd8788e801ffaeeb90da6ac874a21 (diff) |
Re-enable 9000B tests for ipsec
Ticket: CSIT-1771 VPP-1207 VPP-1675
Change-Id: I8ba2d62054361e72b833943327434ea071e7e568
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/autogen/Regenerator.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index 76501d6ad0..6d35d1d13f 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -140,10 +140,6 @@ def add_default_testcases(testcase, iface, suite_id, file_out, tc_kwargs_list): if u"vic1385" in iface: # Not supported in HW. emit = False - if u"ipsec" in suite_id: - # IPsec code does not support chained buffers. - # Tracked by Jira ticket VPP-1207. - emit = False if u"-16vm2t-" in suite_id or u"-16dcr2t-" in suite_id: if kwargs[u"phy_cores"] > 3: # CSIT lab only has 28 (physical) core processors, |