aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-09-02 14:13:19 +0200
committerVratko Polak <vrpolak@cisco.com>2019-09-04 13:34:41 +0000
commita5629ca2946f64c67fde6ce4b32c52d4173918b3 (patch)
treeef2e6225ed27d7981b97196e6cc7a108e7bebd01 /resources
parent55a8e9aa3a8583b46192ffdad9ef7265fa63d537 (diff)
Clarify why 9000B tests are skipped for IPsec
Ticket: VPP-1207 Change-Id: I506b4a24dfa6b10578407b261926f37215a714f4 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/libraries/python/autogen/Regenerator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py
index fc8932dcb5..eb5f9bda68 100644
--- a/resources/libraries/python/autogen/Regenerator.py
+++ b/resources/libraries/python/autogen/Regenerator.py
@@ -114,7 +114,8 @@ def add_default_testcases(testcase, iface, suite_id, file_out, tc_kwargs_list):
# Not supported in HW.
emit = False
if "ipsec" in suite_id:
- # Not supported in ipsec
+ # IPsec code does not support chained buffers.
+ # Tracked by Jira ticket VPP-1207.
emit = False
if "-16vm2t-" in suite_id or "-16dcr2t-" in suite_id:
if kwargs["phy_cores"] > 3: