diff options
author | ahothan <ahothan@cisco.com> | 2018-11-26 15:52:42 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-11-26 16:01:40 -0800 |
commit | 4a80fac56ca122a34de5d03c0876e424cc7c6c56 (patch) | |
tree | ca6b2cdf2112c5e58c0385c144fa7bb65f3761e6 /test/test_nfvbench.py | |
parent | 52d4e575fe1bd6a02ad4ecda649a8350ecff3931 (diff) |
NFVBENCH-113 Add direct support for trex cores as an cli/config option3.0.2
Change-Id: Ic930b605a0eb821487ca4620bc7231794b9add08
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'test/test_nfvbench.py')
-rw-r--r-- | test/test_nfvbench.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_nfvbench.py b/test/test_nfvbench.py index 04778e7..2a7ca77 100644 --- a/test/test_nfvbench.py +++ b/test/test_nfvbench.py @@ -314,7 +314,9 @@ def _get_dummy_tg_config(chain_type, rate, scc=1, fc=10, step_ip='0.0.0.1', 'check_traffic_time_sec': 200, 'generic_poll_sec': 2, 'measurement': {'NDR': 0.001, 'PDR': 0.1, 'load_epsilon': 0.1}, - 'l2_loopback': False + 'l2_loopback': False, + 'cores': None, + 'mbuf_factor': None }) def _get_traffic_client(): |