tests: Set explicit bond mode in LACP test.
authorBen Pfaff <blp@nicira.com>
Fri, 17 Aug 2012 23:08:17 +0000 (16:08 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Feb 2013 21:22:25 +0000 (13:22 -0800)
commit1f76f3b74032846332f9f4ddba85926c8d912481
treea95bf9fa275d4ead557816ee71129ec883b6866a
parentd28b9ead2f167c73c78f71388f02aa6c1af8f7bd
tests: Set explicit bond mode in LACP test.

This avoids a log warning:

    bridge|WARN|port bond: Using the default bond_mode active-backup.
    Note that in previous versions, the default bond_mode was balance-slb

This warning is harmless, but I'm trying to add checks for "warn" and
higher severity log messages to the tests, so it makes sense to get rid of
this one.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
tests/lacp.at