dpctl.at: Ignore vlog rate limit warning.
authorPaul Boca <pboca@cloudbasesolutions.com>
Tue, 28 Jun 2016 20:16:09 +0000 (20:16 +0000)
committerGurucharan Shetty <guru@ovn.org>
Tue, 28 Jun 2016 20:29:56 +0000 (13:29 -0700)
The message "Dropped 1 log messages in the last ..." makes this test fail.

Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
tests/dpctl.at

index ab7c89c..067f2d2 100644 (file)
@@ -81,5 +81,6 @@ AT_CHECK([sed 's/(.*)/(...)/' stderr], [0],
 ovs-appctl: ovs-vswitchd: server returned an error
 ])
 OVS_VSWITCHD_STOP(["/dummy@br0: port_del failed/d
-/dummy@br0: failed to add vif1.0 as port/d"])
+/dummy@br0: failed to add vif1.0 as port/d
+/Dropped 1 log messages in last/d"])
 AT_CLEANUP