fix the everflow testbed failure on dualtor A-A#12022
Merged
yxieca merged 1 commit intosonic-net:masterfrom Mar 20, 2024
Merged
fix the everflow testbed failure on dualtor A-A#12022yxieca merged 1 commit intosonic-net:masterfrom
yxieca merged 1 commit intosonic-net:masterfrom
Conversation
Contributor
Author
|
This is duplicate PR and replaces #11351 since the original submitter is no longer with the company . |
bpar9
approved these changes
Mar 16, 2024
4 tasks
Collaborator
|
@StormLiangMS, please help review and merge, thanks! |
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
Mar 20, 2024
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
Mar 20, 2024
Collaborator
|
Cherry-pick PR to 202305: #12058 |
Collaborator
|
Cherry-pick PR to 202311: #12059 |
This was referenced Mar 20, 2024
mssonicbld
pushed a commit
that referenced
this pull request
Mar 20, 2024
mssonicbld
pushed a commit
that referenced
this pull request
Mar 20, 2024
8 tasks
This was referenced Apr 26, 2024
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
After debug and investigation, this failure of "test_everflow_testbed" on dualtor A-A including two issues:
the mux status is standby on the selected DUT.
the test pkts are not sent to selected DUT, which has everflow rule config.
The rootcause of 1 is due to BGP shutdown. In the script, it tries to shutdown all BGP during setup, which makes T1 not reachable from the TOR. Then the DUT moves itself into standby mode. That's from the design of mux state machine.
The rootcause of 2 is similiar to the following issue:
#8158
We need fall back to active-standby mode to test this scenario for
active-active ports.
Summary:
Fixes # (issue)
Fixes # (#9983)
Type of change
Bug fix
[x ] Testbed and Framework(new/improvement)
Test case(new/improvement)
Back port request
201911
202012
[x ] 202205
[x ] 202305
Approach
What is the motivation for this PR?
How did you do it?
How did you verify/test it?
Verified on A-A
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation