Skip to content

Fix: arp_responder.conf is already copied by template#237

Merged
qiluo-msft merged 1 commit intosonic-net:masterfrom
qiluo-msft:qiluo/fix-fdb
Aug 3, 2017
Merged

Fix: arp_responder.conf is already copied by template#237
qiluo-msft merged 1 commit intosonic-net:masterfrom
qiluo-msft:qiluo/fix-fdb

Conversation

@qiluo-msft
Copy link
Copy Markdown
Contributor

No description provided.

@qiluo-msft qiluo-msft merged commit 2242c5b into sonic-net:master Aug 3, 2017
@qiluo-msft qiluo-msft deleted the qiluo/fix-fdb branch August 3, 2017 21:25
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 <[email protected]>
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants