From: Ben Pfaff Date: Thu, 8 Dec 2011 20:45:18 +0000 (-0800) Subject: tests: Update ovs-vswitchd log messages to ignore. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b021bdea761a24ea3cc2efc55db17cda368fa8a;p=openvswitch tests: Update ovs-vswitchd log messages to ignore. Commit 579a77e024 (tests: Allow unit tests to run as root.) means that ovs-vswitchd doesn't output either of these log messages anymore when the unit tests run, so there's no need to ignore them anymore. Signed-off-by: Ben Pfaff --- diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at index fc5bba15..64e99f38 100644 --- a/tests/ofproto-macros.at +++ b/tests/ofproto-macros.at @@ -27,8 +27,6 @@ m4_define([OVS_VSWITCHD_START], AT_CHECK([[sed < stderr ' /vlog|INFO|opened log file/d /reconnect|INFO|/d -/dpif_linux|ERR|Generic Netlink family.*does not exist/d -/dpif|WARN|failed to enumerate system datapaths: No such file or directory/d /ofproto|INFO|using datapath ID/d /ofproto|INFO|datapath ID changed to fedcba9876543210/d']])