Thanks, I adjusted the commit message and pushed to master:
Running the test in a tight loop could cause this test to fail after
about 5 runs, with some of the ports reporting "may_enable: false" in
the "ovs-appctl bond/show" output. This commit fixes the race condition
by waiting
On Fri, Jul 04, 2014 at 10:58:28AM +1200, Joe Stringer wrote:
> Occasionally, this test would fail, with some of the ports reporting
> "may_enable: false" in the bond/show output. This commit fixes the race
> condition by waiting for may_enable to be true for all bond ports.
>
> Signed-off-by: Joe
Occasionally, this test would fail, with some of the ports reporting
"may_enable: false" in the bond/show output. This commit fixes the race
condition by waiting for may_enable to be true for all bond ports.
Signed-off-by: Joe Stringer
---
Running the test in a tight loop could cause this failure