From: Ben Pfaff Date: Tue, 29 Sep 2015 17:19:37 +0000 (-0700) Subject: tests: Ignore more error messages for hidden rules test. X-Git-Tag: v2.5.0~525 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=74f5c9db50ecd50546855504c9209be33517a661 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" Reported-at: http://openvswitch.org/pipermail/discuss/2015-September/018910.html Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- diff --git a/AUTHORS b/AUTHORS index 3f01a0fc6..cba05356f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -371,6 +371,7 @@ Teemu Koponen koponen@nicira.com Thomas Morin thomas.morin@orange.com Timothy Chen tchen@nicira.com Torbjorn Tornkvist kruskakli@gmail.com +Tytus Kurek Tytus.Kurek@pega.com Valentin Bud valentin@hackaserver.com Vasiliy Tolstov v.tolstov@selfip.ru Vasu Dasari vdasari@gmail.com diff --git a/tests/ofproto.at b/tests/ofproto.at index 1ad80d3d0..c012a3411 100644 --- a/tests/ofproto.at +++ b/tests/ofproto.at @@ -1411,7 +1411,7 @@ ditto() { } (head_table classifier; ditto 1 253) > expout AT_CHECK([ovs-ofctl dump-tables br0], [0], [expout]) -OVS_VSWITCHD_STOP(["/cannot find route for controller/d"]) +OVS_VSWITCHD_STOP(["/240\.0\.0\.1/d"]) AT_CLEANUP AT_SETUP([ofproto - flow table configuration (OpenFlow 1.2)])