Skip to content

Commit

Permalink
tests: Ignore log setting extended ack support failed.
Browse files Browse the repository at this point in the history
The test error log 'setting extended ack support failed' in the test
results may cause test failures. However, according to the OVS commit[1],
this is not a critical issue, so we can safely ignore this log.

[1]openvswitch/ovs@812164a

Submitted-at: #234
Signed-off-by: Xie Liu <liushyshy@gmail.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
shylou authored and dceara committed Apr 18, 2024
1 parent 73bbf6b commit 8c36a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ofproto-macros.at
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ check_logs () {
/ovs_rcu.*blocked [[0-9]]* ms waiting for .* to quiesce/d
/Dropped [[0-9]]* log messages/d
/.*Trying to release unknown interface.*/d
/setting extended ack support failed/d
/|WARN|/p
/|ERR|/p
/|EMER|/p" ${logs}
Expand Down

0 comments on commit 8c36a10

Please sign in to comment.