summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_chains.py1
-rw-r--r--test/test_nfvbench.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test_chains.py b/test/test_chains.py
index 3cf75cb..a9df54f 100644
--- a/test/test_chains.py
+++ b/test/test_chains.py
@@ -72,6 +72,7 @@ def _get_chain_config(sc=ChainType.PVP, scc=1, shared_net=True, rate='1Mpps'):
config.no_flow_stats = False
config.no_latency_stats = False
config.no_latency_streams = False
+ config.loop_vm_arp = True
return config
def test_chain_runner_ext_no_openstack():
diff --git a/test/test_nfvbench.py b/test/test_nfvbench.py
index 4a8a574..fa0e098 100644
--- a/test/test_nfvbench.py
+++ b/test/test_nfvbench.py
@@ -341,6 +341,7 @@ def _get_dummy_tg_config(chain_type, rate, scc=1, fc=10, step_ip='0.0.0.1',
def _get_traffic_client():
config = _get_dummy_tg_config('PVP', 'ndr_pdr')
config['vxlan'] = False
+ config['mpls'] = False
config['ndr_run'] = True
config['pdr_run'] = True
config['generator_profile'] = 'dummy'