summaryrefslogtreecommitdiffstats
path: root/test/test_nfvbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_nfvbench.py')
-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():