From a5629ca2946f64c67fde6ce4b32c52d4173918b3 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 2 Sep 2019 14:13:19 +0200 Subject: [PATCH] Clarify why 9000B tests are skipped for IPsec Ticket: VPP-1207 Change-Id: I506b4a24dfa6b10578407b261926f37215a714f4 Signed-off-by: Vratko Polak --- resources/libraries/python/autogen/Regenerator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.16.6