From 423f360415e2834dd8de065434023b822e2ca3f8 Mon Sep 17 00:00:00 2001 From: mklyus Date: Fri, 11 Oct 2019 08:35:51 +0300 Subject: MPLS support + loop_vm_arp test fix Change-Id: I17b1b2a97f0bc185d3906250d5f91b4c8fcb9686 Signed-off-by: Max Klyus --- test/test_chains.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_chains.py') 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(): -- cgit 1.2.3-korg