-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Test Gap][lldp] Verify the lldp entries in APPL_DB after restart syncd/swss #15889
Comments
8 tasks
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Dec 18, 2024
…cd and orchagent (sonic-net#15911) What is the motivation for this PR? Add a new test case to address sonic-net#15889 How did you do it? Restart syncd and orchagent, then check lldp entries in APPL_DB How did you verify/test it? run test_lldp_syncd.py
8 tasks
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Dec 19, 2024
…cd and orchagent (sonic-net#15911) What is the motivation for this PR? Add a new test case to address sonic-net#15889 How did you do it? Restart syncd and orchagent, then check lldp entries in APPL_DB How did you verify/test it? run test_lldp_syncd.py
The test gap was addressed in #15911 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test Gap Description
We have an issue that there is only lldp_rem_time_mark for eth0
It still has the following syslog:
2024 Dec 2 18:22:18.291732 bjw2-can-7260-3 WARNING snmp#snmp-subagent [sonic_ax_impl] WARNING: Exception when updating lldpRemTable: 'lldp_rem_index'
It always happened for eth0, the LLDP_ENTRY_TABLE in APPL_DB for eth0 is like this:
{'lldp_rem_time_mark': '3886'}
It's fixed by
sonic-net/sonic-dbsyncd#71
Test Plan
Issue reproduce steps:
Check the LLDP entries for all interfaces in APPL_DB are full and completed.
Test environment
No response
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: