[config_test]: Add config test to validate IP/LAG commands#742
Merged
stcheng merged 1 commit intosonic-net:masterfrom Dec 13, 2018
Merged
[config_test]: Add config test to validate IP/LAG commands#742stcheng merged 1 commit intosonic-net:masterfrom
stcheng merged 1 commit intosonic-net:masterfrom
Conversation
This test runs on topologies configured with LAG. The procedure of the test is: 1. Pick one LAG and remove all its members 2. Remove the IP configured on this LAG 3. Create a temporary LAG and add the original members to this new LAG 4. Add the IP to this temporary LAG 5. Verify BGP status Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Contributor
Author
|
I will add two more test cases in the upcoming week. |
wangxin
pushed a commit
to wangxin/sonic-mgmt
that referenced
this pull request
Oct 27, 2025
This is a cherry-pick PR to merge sonic-net#20782 into 202412 branch
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
To include following changes: - [teammgrd]: Add retry logic for starting port channel with teamd (sonic-net#756) - [portsorch] fix bug in initializePort (sonic-net#753) - [intfmgrd] Fix intfmgrd hanging untill first interface becomes ready (sonic-net#748) - [intfmgrd]: Support loopback (sonic-net#742) -Improve comments for neighbor warmrestart related functions and warmRestartAssist class (sonic-net#740) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…D automatically (#25286) #### Why I did it src/sonic-platform-daemons ``` * 7568bc5 - (HEAD -> 202511, origin/202511) [psud] Refactor PSU object retrieval to improve exception handling (sonic-net#742) (9 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.
This test runs on topologies configured with LAG.
The procedure of the test is:
Signed-off-by: Shu0T1an ChenG shuche@microsoft.com