[ovs-git] [openvswitch/ovs] 74f5c9: tests: Ignore more error messages for hidden rules...

GitHub noreply at github.com
Tue Sep 29 22:30:20 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 74f5c9db50ecd50546855504c9209be33517a661
      https://github.com/openvswitch/ovs/commit/74f5c9db50ecd50546855504c9209be33517a661
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M AUTHORS
    M tests/ofproto.at

  Log Message:
  -----------
  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 at pega.com>
Reported-at: http://openvswitch.org/pipermail/discuss/2015-September/018910.html
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Justin Pettit <jpettit at nicira.com>




More information about the git mailing list