Skip to content

Commit

Permalink
Ignore ERR kernal log Device is up, set it down before adding it as t…
Browse files Browse the repository at this point in the history
…eam port (#6708)

What is the motivation for this PR?
dhcp_relay.test_dhcp_relay::test_dhcp_relay_unicast_mac failed at teardown, it found the following ERR log which should be ignored.
ERR kernel: [10374.080989] PortChannel103: Device Ethernet120 is up. Set it down before adding it as a team port

How did you do it?
Add the pattern to match this ERR log in common ignore file.

How did you verify/test it?
Run dhcp_relay.test_dhcp_relay::test_dhcp_relay_unicast_mac on 202205.

Signed-off-by: Zhaohui Sun <[email protected]>
  • Loading branch information
ZhaohuiS authored and wangxin committed Nov 11, 2022
1 parent 5bc1040 commit f24a9fa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,6 @@ r, ".* ERR dhcp_relay#dhcpmon.*Invalid number of interfaces, downlink/south 1, u

# https://github.com/sonic-net/sonic-swss/pull/2401
r, ".* ERR swss#orchagent: :- update: Unsupported FDB Flush: .*"

# https://msazure.visualstudio.com/One/_workitems/edit/16110065
r, ".* ERR kernel:.* Set it down before adding it as a team port.*"

0 comments on commit f24a9fa

Please sign in to comment.