tests: Ignore more error messages for hidden rules test.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Sep 2015 17:19:37 +0000 (10:19 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Sep 2015 22:30:00 +0000 (15:30 -0700)
commit74f5c9db50ecd50546855504c9209be33517a661
tree3715da270c3da790cfafa517004efa5c54fe08a8
parent3655f492fb4f77c336e7e593ac4fd389ca8054a3
tests: Ignore more error messages for hidden rules test.

This test intentionally configures an unreachable controller.  It ignored
some error messages in the log, specifically
    br0: cannot find route for controller (240.0.0.1): ...
but a bug report says that other forms of messages can also appear, e.g.
    br0<->tcp:240.0.0.1:6653: connection dropped (No route to host)
This commit therefore expands the logged error messages that will be
ignored to any message that includes the IP address 240.0.0.1.

Reported-by: "Kurek, Tytus" <Tytus.Kurek@pega.com>
Reported-at: http://openvswitch.org/pipermail/discuss/2015-September/018910.html
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
AUTHORS
tests/ofproto.at