Add LLDP test case item in lldp.yml.#992
Open
bbinxie wants to merge 1 commit intosonic-net:masterfrom
Open
Conversation
Add Disable and Enable LLDP test
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Commits: 02dea43 [202012] Add support for BFD notification (sonic-net#990) 337fd97 Change sonic-buildimage.vs artifact source from CI build to official build. (sonic-net#992) 490f442 Support for cisco-8000 platform for sonic-sairedis/syncd (sonic-net#823)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
5331ecd [vslib]: Fix MACsec bug in SCI and XPN (sonic-net#1003) ac04509 Fix build issues on gcc-10 (sonic-net#999) 1b8ce97 [pipeline] Download swss common artifact in a separated directory (sonic-net#995) 7a2e096 Change sonic-buildimage.vs artifact source from CI build to official build. (sonic-net#992) d5866a3 [vslib]: fix create MACsec SA error (sonic-net#986) f36f7ce Added Support for enum query capability of Nexthop Group Type. (sonic-net#989) 323b89b Support for MACsec statistics (sonic-net#892) 26a8a12 Prevent other notification event storms to keep enqueue unchecked and drained all memory that leads to crashing the switch router (sonic-net#968) 0cb253a Fix object availability conversion (sonic-net#974)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
ef0b1fa 2020-07-21 | [config] Restart telemetry service upon config (re)load (sonic-net#992) Signed-off-by: Guohan Lu <lguohan@gmail.com>
sdszhang
pushed a commit
to sdszhang/sonic-mgmt
that referenced
this pull request
Mar 23, 2026
…-net#992) <!-- Please make sure you've read and understood our contributing guidelines; https://github.com/sonic-net/SONiC/blob/gh-pages/CONTRIBUTING.md Please provide following information to help code review process a bit easier: --> ### Description of PR <!-- - Please include a summary of the change and which issue is fixed. - Please also include relevant motivation and context. Where should reviewer start? background context? - List any dependencies that are required for this change. --> Summary: test_everflow_dscp_with_policer in test_everflow_testbed.py failed because TH5 doesn't support mirror policing and crashed orchagent, and caused subsequent test cases to fail. Add Arista-7060X6-64PE-B-P32V128 to TH5 hwskus, now that test case will be skipped. Also add Arista-7060X6-64PE-B-P32O64. Manually cherry-picked from sonic-net#22113 Fixes # (issue) ### Type of change <!-- - Fill x for your type of change. - e.g. - [x] Bug fix --> - [x] Bug fix - [ ] Testbed and Framework(new/improvement) - [ ] New Test case - [ ] Skipped for non-supported platforms - [ ] Test case improvement ### Back port request - [x] 202503 - [x] 202511 ### Approach #### What is the motivation for this PR? test_everflow_testbed.py failed for this SKU #### How did you do it? Add Arista-7060X6-64PE-B-P32V128 to TH5 hwskus, now that test case will be skipped #### How did you verify/test it? test_everflow_testbed.py passed #### Any platform specific information? #### Supported testbed topology if it's a new test case? ### Documentation <!-- (If it's a new feature, new test case) Did you update documentation/Wiki relevant to your implementation? Link to the wiki page? --> Signed-off-by: markxiao <markxiao@arista.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Disable and Enable LLDP test in lldp.yml
Description of PR
Summary:
Fixes # (issue)
Type of change
Approach
How did you do it?
Step:
1, Disable lldp and read lldp info after 120s(neighbour TTL 120s)
2, Enable lldp and check lldp again after 30s
How did you verify/test it?
PLAY RECAP *********************************************************************
cel-e1031-01 : ok=62 changed=12 unreachable=0 failed=0
Friday 05 July 2019 07:43:42 +0000 (0:00:00.031) 0:02:59.808 ***********
TASK: test : Wait 120s to clear LLDP info (TTL 120s) ----------------- 120.06s
TASK: test : Wait 30s to get LLDP info --------------------------------- 30.06s
TASK: test : gather system version information -------------------------- 2.04s
TASK: test : Enable LLDP tx and rx -------------------------------------- 1.64s
TASK: setup ------------------------------------------------------------- 1.63s
TASK: test : Get interface facts ---------------------------------------- 1.44s
TASK: test : Get interface facts ---------------------------------------- 1.38s
TASK: test : Disable LLDP from DUT -------------------------------------- 1.30s
TASK: test : find minigraph lldp neighbor ------------------------------- 1.16s
TASK: test : Print LLDP information and Check neigbour item. ------------ 1.11s
TASK: test : Verify port channel interfaces are up correctly ------------ 1.10s
TASK: test : Get process information in syncd docker -------------------- 1.01s
TASK: test : Obtain the system description of the DUT chassis ----------- 0.98s
TASK: test : Gather information from LLDP ------------------------------- 0.93s
TASK: test : Get process information in syncd docker -------------------- 0.82s
TASK: test : Verify LLDP information is available on most interfaces ---- 0.67s
TASK: test : Compare the LLDP neighbor name with minigraph neigbhor name (exclude the management port) --- 0.66s
TASK: test : Compare the LLDP neighbor interface with minigraph neigbhor interface (exclude the management port) --- 0.65s
TASK: test : Iterate through each LLDP neighbor and verify the information received by neighbor is correct --- 0.64s
TASK: test : Compare the LLDP neighbor interface with minigraph neigbhor interface (exclude the management port) --- 0.61s
Any platform specific information?
Supported testbed topology if it's a new test case?
LLDP test case
Documentation