From 2b021bdea761a24ea3cc2efc55db17cda368fa8a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 8 Dec 2011 12:45:18 -0800 Subject: [PATCH] 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 --- tests/ofproto-macros.at | 2 -- 1 file changed, 2 deletions(-) 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']]) -- 2.30.2