New TC for PC Test on higher lag ids#14842
Merged
rlhui merged 2 commits intosonic-net:masterfrom Dec 4, 2024
Merged
Conversation
Contributor
|
@arlakshm @judyjoseph This mgmt PR is for the new LagId allocation testing. It tests the middle range LagIds and upper range lagIds |
12 tasks
Contributor
Author
|
@arlakshm Regards, |
arlakshm
approved these changes
Oct 8, 2024
a063e79 to
5ab57a8
Compare
Contributor
|
Waiting for the code PRs to be merged |
Collaborator
|
Approved the new test case cherry-pick as it's only for T2 |
Collaborator
|
@vikshaw-Nokia PR conflicts with 202405 branch |
8 tasks
Contributor
Author
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:
The Test Cases focuses on the below PR Changes of lagid allocation to portchannel and new SYSTEM_LAG_IDS_FREE_LIST
[lag_id] Add lagid to free_list when LC absent for 30 minutes by mlok-nokia · Pull Request #542 · sonic-net/sonic-platform-daemons (github.com)
[Chassis][LAG_ID] Address the same lagid been used in two different LCs issue by mlok-nokia · Pull Request #3303 · sonic-net/sonic-swss (github.com)
[database-chassis][lagid] Initialize SYSTEM_LAG_IDS_FREE_LIST in CHASSIS_APP_DB by mlok-nokia · Pull Request #20369 · sonic-net/sonic-buildimage (github.com)
This PR is dependent on the above mentioned PR.
Type of change
Back port request
Approach
What is the motivation for this PR?
Verification of the new feature of LAG ID allocation to PortChannel and new list of SYSTEM_LAG_IDS_FREE_LIST
How did you do it?
The test case verifies traffic flow between all port channels in a full mesh topology. It begins with a system reboot to allocate the lower series of LAG IDs and validate the SYSTEM_LAG_IDS_FREE_LIST. Next, the LAG IDs are incremented through temporary port channel additions and deletions. A configuration reload is then performed to allocate higher LAG IDs to the port channels, followed by a final validation of mesh traffic.
How did you verify/test it?
Verified on T2 VOQ Chassis
Any platform specific information?
Applicable for T2 Chassis
Supported testbed topology if it's a new test case?
T2 Chassis
Documentation
[lag_id] Add lagid to free_list when LC absent for 30 minutes by mlok-nokia · Pull Request #542 · sonic-net/sonic-platform-daemons (github.com)
[Chassis][LAG_ID] Address the same lagid been used in two different LCs issue by mlok-nokia · Pull Request #3303 · sonic-net/sonic-swss (github.com)
[database-chassis][lagid] Initialize SYSTEM_LAG_IDS_FREE_LIST in CHASSIS_APP_DB by mlok-nokia · Pull Request #20369 · sonic-net/sonic-buildimage (github.com)