diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-09-02 14:13:19 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-09-04 13:34:41 +0000 |
commit | a5629ca2946f64c67fde6ce4b32c52d4173918b3 (patch) | |
tree | ef2e6225ed27d7981b97196e6cc7a108e7bebd01 | |
parent | 55a8e9aa3a8583b46192ffdad9ef7265fa63d537 (diff) |
Clarify why 9000B tests are skipped for IPsec
Ticket: VPP-1207
Change-Id: I506b4a24dfa6b10578407b261926f37215a714f4
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
-rw-r--r-- | resources/libraries/python/autogen/Regenerator.py | 3 |
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: |