You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sonic-mgmt test pc/test_lag_2 is failing due to inclusion of back plane port channels in the test.
Looks like this happened after the following change to remove portchannel member array from config db sonic-net/sonic-mgmt#7660
which was required due to this change: #13660
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of show version:
(paste your output here)
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
There is a bug in sonic_py_common/multi_asic.py is_port_channel_internal function.
The function use PORTCHANNEL table to get member port and then test if member ports are internal.
With the new change in portchannel db, members is not an entry in PORTCHANNEL table in config db and thus the function always returns false and all portchannels are included in external list.
The fix is to use PORTCHANNEL_MEMBER table. I am testing a fix.
Description
sonic-mgmt test pc/test_lag_2 is failing due to inclusion of back plane port channels in the test.
Looks like this happened after the following change to remove portchannel member array from config db
sonic-net/sonic-mgmt#7660
which was required due to this change:
#13660
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: