ovs-ofctl: Make "barrier" output reproducible for testing.
authorBen Pfaff <blp@nicira.com>
Wed, 7 Mar 2012 22:46:14 +0000 (14:46 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 7 Mar 2012 22:47:00 +0000 (14:47 -0800)
commitfd0aa9ead169c92a011a515c37d6cb4166da2747
treec7254b75d02aaf72d78ef1879d6fcee8065545f2
parent55ce87bcd542cc26def11000c9dee7690b7c3155
ovs-ofctl: Make "barrier" output reproducible for testing.

The "ofproto - asynchronous message control" test had a race in which
the "send: OFPT_BARRIER_REQUEST" message could get printed in different
places because there was nothing to ensure that messages from the switch
were printed before messages sent to the switch, even though the actual
ordering of the messages was predictable.  This fixes the problem by not
printing a message at all when the barrier request is sent.

Bug #10049.
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto.at
utilities/ovs-ofctl.c