Modified the test file to remove click commands and do the REDIS-DB u…#2264
Merged
dgsudharsan merged 6 commits intosonic-net:masterfrom Sep 13, 2022
Merged
Modified the test file to remove click commands and do the REDIS-DB u…#2264dgsudharsan merged 6 commits intosonic-net:masterfrom
dgsudharsan merged 6 commits intosonic-net:masterfrom
Conversation
454f683 to
ac50e04
Compare
prsunny
previously approved these changes
May 9, 2022
Collaborator
prsunny
left a comment
There was a problem hiding this comment.
Thanks @Praveen-Brcm for addressing this.
dgsudharsan
previously approved these changes
May 11, 2022
…pdates for MCLAG config commands.
ac50e04 to
9589eae
Compare
Contributor
Author
|
/azpw run Azure.sonic-swss |
Collaborator
|
/AzurePipelines run Azure.sonic-swss |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/easycla |
|
|
Contributor
Author
|
/AzurePipelines run Azure.sonic-swss |
|
Commenter does not have sufficient privileges for PR 2264 in repo sonic-net/sonic-swss |
Contributor
Author
|
/easycla |
Contributor
Author
|
/azpw run Azure.sonic-swss |
Collaborator
|
/AzurePipelines run Azure.sonic-swss |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
@dgsudharsan , @prsunny : Can you please help merge this change. Thanks. |
dgsudharsan
approved these changes
Sep 13, 2022
7 tasks
7 tasks
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
sonic-net#2264) Remove the CLICK commands in the test_mclag_cfg.py and use REDIS_DB for config updates.
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.
…pdates for MCLAG config commands.
What I did
Remove the CLICK commands in the test_mclag_cfg.py and use REDIS_DB for config updates.
Why I did it
To address #10245
How I verified it
VS tests.
Details if related