summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2019-07-13 21:47:20 -0700
committerahothan <ahothan@cisco.com>2019-07-13 21:57:04 -0700
commit4ddc4d367bb5484906eada4f21260efed4fdf1a7 (patch)
tree98ebf08013cc23f0d24c88d1cc446f1aa70b0b16 /test
parent547b10033d41b2b9f8445816fceab87ebc4a03cb (diff)
NFVBENCH-140 Retrieve High Dynamic Range latency histograms with TRex v2.593.5.0
Change-Id: I48ac8c0cf920139bad966cb477e8ba1ae0d0fd43 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_nfvbench.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_nfvbench.py b/test/test_nfvbench.py
index 7c5fb83..0c38fe9 100644
--- a/test/test_nfvbench.py
+++ b/test/test_nfvbench.py
@@ -329,7 +329,9 @@ def _get_dummy_tg_config(chain_type, rate, scc=1, fc=10, step_ip='0.0.0.1',
'measurement': {'NDR': 0.001, 'PDR': 0.1, 'load_epsilon': 0.1},
'l2_loopback': False,
'cores': None,
- 'mbuf_factor': None
+ 'mbuf_factor': None,
+ 'disable_hdrh': None
+
})
def _get_traffic_client():