tests: Update ovs-vswitchd log messages to ignore.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Dec 2011 20:45:18 +0000 (12:45 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 19 Dec 2011 22:54:01 +0000 (14:54 -0800)
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 <blp@nicira.com>
tests/ofproto-macros.at

index fc5bba1..64e99f3 100644 (file)
@@ -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']])