tests: Add expected output parameter to OVS_VSWITCHD_START.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Dec 2011 21:22:50 +0000 (13:22 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 19 Dec 2011 22:54:05 +0000 (14:54 -0800)
commit9da5b93abce74a41cce2bcba2d17c7b781123f7b
tree2bfd5dfb831cfdd858b262e8ea19f1a3a4f0ce4c
parent2b021bdea761a24ea3cc2efc55db17cda368fa8a
tests: Add expected output parameter to OVS_VSWITCHD_START.

It's convenient to pass commands for ovs-vsctl directly to
OVS_VSWITCHD_START, but until now those commands could have no output
because that would cause a test failure.  This commit adds an optional
argument to supply ovs-vsctl expected output, and adjusts some test
cases to use it instead of calling ovs-vsctl a second time.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at
tests/ofproto-macros.at