From 1ac36a9fd34043609b81901f2de37deb0a113ea5 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 8 May 2019 18:04:37 +0000 Subject: Add new higher density NF tests Change-Id: Ib2f3f3f8dc3e202dc1db53c739d9309be2ed8a60 Signed-off-by: Peter Mikus --- resources/libraries/python/autogen/Regenerator.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources/libraries/python') diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index 85625c4c35..c2df94c4cf 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -124,6 +124,11 @@ class Regenerator(object): # CSIT lab only has 28 (physical) core processors, # so these test would fail when attempting to assign cores. emit = False + 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. + emit = False if "soak" in suite_id: # Soak test take too long, do not risk other than tc01. if kwargs["phy_cores"] != 1: -- cgit 1.2.3-korg