diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-04-19 06:40:44 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-04-26 11:03:30 +0000 |
commit | 780b65d82863effd53ccb0e0150c29d22522c61d (patch) | |
tree | 0c5a5a48d067e337a754e34a6182470ef5aff9da /resources/libraries/python/autogen | |
parent | f6e9d58ecd95789e0b3292983fafff223ec75a2c (diff) |
NF density tests with dtc=0.5 and dtcr=2
Change-Id: Icff556142280ad0b6261e0a2bfb71672ee6b3807
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/python/autogen')
-rw-r--r-- | resources/libraries/python/autogen/Regenerator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index f47c88b022..85625c4c35 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -119,7 +119,7 @@ class Regenerator(object): # Not supported by AVF driver. # https://git.fd.io/vpp/tree/src/plugins/avf/README.md emit = False - if "-16vm-" in suite_id or "-16dcr-" in suite_id: + 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. |