Merged
Conversation
Signed-off-by: Shu0T1an ChenG <[email protected]>
jleveque
approved these changes
Dec 4, 2018
wangxin
pushed a commit
to wangxin/sonic-mgmt
that referenced
this pull request
Oct 27, 2025
sonic-net#743) What is the motivation for this PR? Some deployment tasks such as VM network create/destroy and topology bind/unbind were previously executed in serial, which caused long deployment time when the neighbor number is large. This PR introduces parallel execution for these time-consuming tasks using ansible async, reducing overall deployment time. How did you do it? This PR introduces parallel execution for these time-consuming tasks using ansible async, reducing overall deployment time. How did you verify/test it? I have tested on 256 ports testbed and some testbeds in bjw, and there are no issues.
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…D automatically (#25634) #### Why I did it src/sonic-platform-daemons ``` * 9020d38 - (HEAD -> master, origin/master, origin/HEAD) psud: Handle Redis BUSY errors gracefully (sonic-net#743) (2 hours ago) [Vasundhara Volam] * 177451e - chassis_db_init: add exception handling for HW info fetch (sonic-net#740) (25 hours ago) [LinJin23] * 2bc0f21 - [xcvrd] Arm DP_ACTIVATE timer in CMIS_STATE_DP_TXON using max of DPInitDuration and MaxDPTxTurnOnDuration (sonic-net#751) (26 hours ago) [pnakka28] * fa2f491 - Read SFP temperature from TRANSCEIVER_DOM_TEMPERATURE table (sonic-net#747) (2 days ago) [Vasundhara Volam] ``` #### How I did it #### How to verify it #### Description for the changelog
Pterosaur
pushed a commit
to Pterosaur/sonic-mgmt
that referenced
this pull request
Mar 26, 2026
Pterosaur
added a commit
to Pterosaur/sonic-mgmt
that referenced
this pull request
Mar 26, 2026
…eployment (sonic-net#743)" This reverts commit 04b1620.
Pterosaur
pushed a commit
to Pterosaur/sonic-mgmt
that referenced
this pull request
Mar 26, 2026
arawat-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Apr 9, 2026
…-net#743) ### Description of PR Summary: When checking for interface name in SonicHost VM, remove hyphen (`-`) from the name Fixes https://nexthopai.atlassian.net/browse/NOS-3542 ### Type of change <!-- - Fill x for your type of change. - e.g. - [x] Bug fix --> - [x] Bug fix - [ ] Testbed and Framework(new/improvement) - [ ] New Test case - [ ] Skipped for non-supported platforms - [ ] Test case improvement ### Back port request - [x] 202505 ### Approach #### What is the motivation for this PR? After nexthop-ai/private-sonic-mgmt#720, the tests that use EOS VM passed. But then, the problem arose for SonicHost VM. This PR is to make it work for both SonicHost VM and EOS VM. #### How did you do it? Keep the original `intf = intf.replace("-", "")` but only when the VM is SONiC. #### How did you verify/test it? I looked at [a test log](http://qp/testruns/outputs/2025/12/21/1766358133292177.test.log) from Hummingbird, the vmhost facts showed "PortChannel1" without the hyphen: <img width="281" height="666" alt="Screenshot 2025-12-22 at 4 34 29 PM" src="https://github.com/user-attachments/assets/0fa4f5a6-865c-4c68-90e8-f3d08f8a7418" /> #### Any platform specific information? #### Supported testbed topology if it's a new test case? ### Documentation <!-- (If it's a new feature, new test case) Did you update documentation/Wiki relevant to your implementation? Link to the wiki page? -->
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.
Signed-off-by: Shu0T1an ChenG [email protected]