Skip to content

Commit

Permalink
Add gearbox taps to vs gearbox_config.json (#11480)
Browse files Browse the repository at this point in the history
Why I did it
For the change to support gearbox taps by gearbox_config.json (sonic-net/sonic-swss#2158), I need to add tests to sonic-swss/tests/test_gearbox.py to satisfy the test coverage of the change. The existing code in test_gearbox.py has already used brcm_gearbox_vs and here is to add some gearbox tap value to its gearbox_config.json, for the added tests in sonic-swss/tests/test_gearbox.py.

How I did it
How to verify it
This change itself will not affect existing code.
  • Loading branch information
byu343 authored and pull[bot] committed Mar 15, 2024
1 parent f6cdbb4 commit 3c0aece
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
"index": 0,
"phy_id" : 1,
"system_lanes": [200,201],
"line_lanes": [206]
"line_lanes": [206],
"system_tx_fir_pre2": [1,1],
"system_tx_fir_pre1": [-5,-5],
"system_tx_fir_main": [14,14],
"system_tx_fir_post1": [0,0],
"system_tx_fir_post2": [0,0],
"line_tx_fir_pre2": [0],
"line_tx_fir_pre1": [-1],
"line_tx_fir_main": [13],
"line_tx_fir_post1": [-5],
"line_tx_fir_post2": [0]
},
{
"name": "Ethernet4",
Expand Down

0 comments on commit 3c0aece

Please sign in to comment.