]> git.proxmox.com Git - ovs.git/commit
tests: Fix timing dependency bridge - multiple bridges share a controller
authorAndy Zhou <azhou@ovn.org>
Wed, 17 May 2017 01:51:39 +0000 (18:51 -0700)
committerAndy Zhou <azhou@ovn.org>
Wed, 17 May 2017 20:50:50 +0000 (13:50 -0700)
commita1a23d9a576e234aa93087f83d235ac373c3e2f4
tree556f3b18d7f328c7a0dd86cd4d26911bdec51008
parent73e8c580eef4651370938fb9355d0b6fd8b3f54a
tests: Fix timing dependency bridge - multiple bridges share a controller

Without the fix, this test currently consistently fail when running
on Travis CI. Connecting to the controller can take more time than
running locally. Because the exact connecting time is variable, the
exact output should not be used for correctness checking.

Fixes: 85c55772a453(bridge: Fix controller status update)
Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
tests/bridge.at