diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-05-08 18:04:37 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-05-09 08:18:27 +0000 |
commit | 1ac36a9fd34043609b81901f2de37deb0a113ea5 (patch) | |
tree | d3629579d5a88bf85b921a59125a1d0c8753b535 /resources/libraries/python/autogen | |
parent | 97ab320c545cb4dffd45545f1b2fa73938919406 (diff) |
Add new higher density NF tests
Change-Id: Ib2f3f3f8dc3e202dc1db53c739d9309be2ed8a60
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/python/autogen')
-rw-r--r-- | resources/libraries/python/autogen/Regenerator.py | 5 |
1 files changed, 5 insertions, 0 deletions
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: |