]> git.proxmox.com Git - mirror_ovs.git/commit
tests: Fix mcast test on slow systems
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Wed, 8 Mar 2017 14:31:56 +0000 (14:31 +0000)
committerBen Pfaff <blp@ovn.org>
Fri, 10 Mar 2017 15:27:26 +0000 (07:27 -0800)
commitf931866780a87d2467018b8ebf45e3dbb548b9c9
tree084557592da0337e1af60e6b785e88cac1168687
parent736ca516f3b4c0cb6c06d995cbd294786696de8f
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>
tests/mcast-snooping.at