[ovs-dev] [PATCH branch-2.7] mcast-snooping: Fix timing issue in the unit test

Yi-Hung Wei yihung.wei at gmail.com
Tue May 2 17:44:25 UTC 2017


Commit d46aab11bf12 ("mcast-snooping: Add and improve mcast-snooping
tests.") in master branch consists of both bug fix and a new test.
Split the patch for applying bug fix to branch 2.7.

Fixes: 94a881c1c8e3e ("ofproto-dpif-xlate: Fix duplicate multicast packets")
VMWare-BZ: #1862642
Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
---
 tests/mcast-snooping.at | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/mcast-snooping.at b/tests/mcast-snooping.at
index c03aba3fb41a..597b5660eba8 100644
--- a/tests/mcast-snooping.at
+++ b/tests/mcast-snooping.at
@@ -29,6 +29,8 @@ dummy at ovs-dummy: hit:0 missed:0
 		p2 2/2: (dummy)
 ])
 
+ovs-appctl time/stop
+
 # Send IGMPv3 query on p2 with vlan 1725
 # 5c:8a:38:55:25:52 > 01:00:5e:00:00:01, ethertype 802.1Q (0x8100), length 64: vlan 1725, p 0, ethertype IPv4,
 # 172.17.25.1 > 224.0.0.1: igmp query v3
-- 
2.7.4



More information about the dev mailing list