Enhancing test_cont_link_flap to work on a multi-asic box.#3992
Merged
yxieca merged 3 commits intosonic-net:masterfrom Jan 14, 2022
Merged
Enhancing test_cont_link_flap to work on a multi-asic box.#3992yxieca merged 3 commits intosonic-net:masterfrom
yxieca merged 3 commits intosonic-net:masterfrom
Conversation
sujinmkang
reviewed
Aug 27, 2021
ysmanman
previously approved these changes
Sep 15, 2021
Contributor
|
@rawal01 can fix the conflicts |
Contributor
|
@rawal01 can fix the conflicts |
Need to check orchagent output on all asics.
When issue 'show ip route summary' on a multi-asic DUT, we would get the summary table for each asic. The original code would just get the data from the last asic. With the changes in this commit, it would accumulate the totals over all asics.
Contributor
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (#23424) #### Why I did it src/sonic-utilities ``` * 42b28bbf - (HEAD -> 202505, origin/202505) `vnet_route_check.py` should not report VNET routes in APP DB but not in STATE DB and ASIC DB as mismatches (sonic-net#3991) (3 hours ago) [mssonicbld] * f36ac95a - [show][config][plugin] add processing of ModuleNotFoundError with log_warning (sonic-net#3992) (3 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Description of PR
Summary:
Fixes # (issue)
test_cont_link flap fails for multi-asic box
Type of change
Back port request
Approach
What is the motivation for this PR?
The commands 'show processes cpu', 'show ip route summary' and 'show ipv6 route summary' return output for all the asics on a multi-asic card.
How did you do it?
We check each asic's 'Total' routes before and after the link flap.
Similarly we check cpu util for each orchagent process running per asic.
How did you verify/test it?
Verified test on a single asic and multi-asic box.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation