tests: Fix up "ofproto-dpif - ofproto-dpif-monitor 1".
authorBen Pfaff <blp@nicira.com>
Mon, 28 Apr 2014 22:59:40 +0000 (15:59 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 28 Apr 2014 22:59:40 +0000 (15:59 -0700)
commit738cd849aff11047070ee1fb7855e4b04bd6837d
tree23f22c784390365d595b100f12517786ef4cc9a9
parent05bf6d3c62e1d19e192d264682e8239196a56ee9
tests: Fix up "ofproto-dpif - ofproto-dpif-monitor 1".

Commit 1335a8d578b03e (tests: Fix race condition waiting for monitor
thread.) fixed a race condition in a test.  Commit 8ba0a5227f6 (ovs-thread:
Make caller provide thread name when creating a thread.) slightly changed
the output that the test checked, breaking the test.  However, I was used
to the test occasionally failing due to the race (not realizing that the
race had been fixed) so I applied the commit anyway.

This commit fixes the broken test.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
tests/ofproto-dpif.at