Clarify why 9000B tests are skipped for IPsec
[csit.git] / resources / libraries / python / autogen / Regenerator.py
index 778ced7..eb5f9bd 100644 (file)
@@ -113,6 +113,10 @@ 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:
+                # 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:
                 # CSIT lab only has 28 (physical) core processors,