On Thu, Jan 12, 2012 at 11:40:00AM -0800, Ethan Jackson wrote:
> This commit makes the LACP unit tests more general by adding
> ovs-appctl bond/show output.
> 
> Signed-off-by: Ethan Jackson <et...@nicira.com>

Hmm.  The "bond - single port" test is a bit paradoxical seeing as a
single port isn't a bond.  I guess it illustrates that LACP works with
a single port too.

You can write
        AT_CHECK([ovs-appctl bond/show], [0], [])
as
        AT_CHECK([ovs-appctl bond/show])
since those are the defaults anyway.

Otherwise looks good, thank you.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to