Skip to content

Commit 096d713

Browse files
Paul Bocashettyg
authored andcommitted
dpctl.at: Ignore vlog rate limit warning.
The message "Dropped 1 log messages in the last ..." makes this test fail. Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
1 parent 8c7623f commit 096d713

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/dpctl.at

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ AT_CHECK([sed 's/(.*)/(...)/' stderr], [0],
8181
ovs-appctl: ovs-vswitchd: server returned an error
8282
])
8383
OVS_VSWITCHD_STOP(["/dummy@br0: port_del failed/d
84-
/dummy@br0: failed to add vif1.0 as port/d"])
84+
/dummy@br0: failed to add vif1.0 as port/d
85+
/Dropped 1 log messages in last/d"])
8586
AT_CLEANUP

0 commit comments

Comments
 (0)