Allow 9000b tests for AVF
[csit.git] / resources / libraries / python / autogen / Regenerator.py
index f47c88b..ee387e1 100644 (file)
@@ -115,11 +115,15 @@ class Regenerator(object):
                 if "vic1227" in iface:
                     # Not supported in HW.
                     emit = False
-                if "avf" in suite_id:
-                    # Not supported by AVF driver.
-                    # https://git.fd.io/vpp/tree/src/plugins/avf/README.md
+                if "vic1385" in iface:
+                    # Not supported in HW.
+                    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,
+                    # so these test would fail when attempting to assign cores.
                     emit = False
-            if "-16vm-" in suite_id or "-16dcr-" in suite_id:
+            if "-24vm1t-" in suite_id or "-24dcr1t-" in suite_id:
                 if kwargs["phy_cores"] > 3:
                     # CSIT lab only has 28 (physical) core processors,
                     # so these test would fail when attempting to assign cores.