mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
tests: Fix mcast test on slow systems
On slow systems(or which start processes slow) the test: `testing mcast - delete the port mdb when port destroyed` is influenced by the running time. i.e.: http://64.119.130.115/ovs/911b7e9b08b9f4f890eeecd228d5124f4ce94d4e/testsuite.dir/2326/testsuite.log.gz This patches adds a time stop on vswitchd. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -181,6 +181,8 @@ AT_CHECK([
|
||||
-- set Interface p2 type=dummy other-config:hwaddr=aa:55:aa:55:00:02 ofport_request=2 \
|
||||
], [0])
|
||||
|
||||
ovs-appctl time/stop
|
||||
|
||||
# send report packets
|
||||
AT_CHECK([
|
||||
ovs-appctl netdev-dummy/receive p1 \
|
||||
|
Reference in New Issue
Block a user