Fix: arp_responder.conf is already copied by template#237
Merged
qiluo-msft merged 1 commit intosonic-net:masterfrom Aug 3, 2017
Merged
Fix: arp_responder.conf is already copied by template#237qiluo-msft merged 1 commit intosonic-net:masterfrom
qiluo-msft merged 1 commit intosonic-net:masterfrom
Conversation
stcheng
approved these changes
Aug 3, 2017
nhe-NV
pushed a commit
to nhe-NV/sonic-mgmt
that referenced
this pull request
May 12, 2025
…sonic-net#237) <!-- Please make sure you've read and understood our contributing guidelines; https://github.com/sonic-net/SONiC/blob/gh-pages/CONTRIBUTING.md Please provide following information to help code review process a bit easier: --> ### Description of PR <!-- - Please include a summary of the change and which issue is fixed. - Please also include relevant motivation and context. Where should reviewer start? background context? - List any dependencies that are required for this change. --> Summary: Testbed feature ask -> Add an L1 switch port allocator on dynamic testbeds. Automates dynamic port shuffling between traffic generators and switch ports to accommodate limited traffic generator interfaces during test runs. This adds an Ansible script and supporting Python utility to parse link mappings and reconfigure L1 switch connections based on testbed inputs. Helps streamline automated test workflows by programmatically managing port connectivity. Example csv template: ``` # sonic_l1_to_dut_links.csv StartDevice,StartPort,EndDevice,EndPort,BandWidth switch1,Ethernet1,l1-switch,P1,100000 switch1,Ethernet2,l1-switch,P2,100000 ... # sonic_l1_to_tgen_links.csv StartDevice,StartPort,EndDevice,EndPort,BandWidth tgen1,P1,l1-switch,P3,100000 tgen1,P2,l1-switch,P4,100000 ... # sonic_tgen_links.csv StartDevice,StartPort,EndDevice,EndPort,BandWidth,VlanID,VlanMode switch1,Ethernet1,tgen1,P1,100000,,Access switch1,Ethernet2,tgen1,P2,100000,,Access ... ``` Fixes # (issue) ### Type of change <!-- - Fill x for your type of change. - e.g. - [x] Bug fix --> - [ ] Bug fix - [X] Testbed and Framework(new/improvement) - [ ] New Test case - [ ] Skipped for non-supported platforms - [ ] Test case improvement ### Back port request - [ ] 202012 - [ ] 202205 - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 ### Approach #### What is the motivation for this PR? #### How did you do it? #### How did you verify/test it? #### 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? -->
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…t#9412) c2aac75 [SFP-Refactor] Fix LP mode API issue (sonic-net#247) dba17c8 Firmware upgrade CLI support for QSFP-DD transceivers (sonic-net#244) cd69212 [SFP-Refactor] Implement CMIS Low Power mode (sonic-net#237) 9cea07f Fix RegGroupField decode (sonic-net#245) 6ae1909 Add CMIS QSFP support (sonic-net#246) c1f317d Gracefully handle CMIS APIs for passive modules (sonic-net#238) ec7335d fix for firmware functions (sonic-net#243) cf2ebe9 Fix RegBitField decode/encode (sonic-net#242) ef4f2c6 Fix SFP_CABLE_TECH_FIELD (sonic-net#240) e118644 remove time counting message in functions because function running time could be difficult to predict in unit tests (sonic-net#241) Signed-off-by: Prince George <prgeor@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
swss: * e34104e 2018-04-13 | [pfcwd]: support BIG_RED_SWITCH mode (sonic-net#467) (HEAD, origin/201803) [sihuihan88] * 1f857d5 2018-04-25 | [buffermgr]: remove the item from consumer queue if invalid (sonic-net#489) [sihuihan88] utilities: * 0b9bb2b 2018-04-26 | Stop services before pushing new config during "load_minigraph" (sonic-net#247) (HEAD, origin/201803) [Prince Sunny] * dc119c9 2018-04-18 | [show logging] For following, change 'tail -f' to 'tail -F' in order to retry in the case log is rotated (sonic-net#240) [Joe LeVeque] * 08da428 2018-04-16 | [pfcwd]: add cli to enable/disable BIG_RED_SWITCH mode (sonic-net#237) [sihuihan88] Signed-off-by: Guohan Lu <gulv@microsoft.com>
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.
No description provided.