-
Notifications
You must be signed in to change notification settings - Fork 217
sfp-refactor 400zr integration #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
qinchuanares
wants to merge
17
commits into
sonic-net:master
from
qinchuanares:sfp-refactor-400zr-integration
Closed
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
bbabcc4
400zr integration, add to state_db
qinchuanares 4cd63f4
add to config_db
qinchuanares 9165e09
Address PR comments: 1. add descriptions to api functions; 2. open c_…
qinchuanares 405688b
Address PR comments
qinchuanares 43432e7
add CDB and VDM features
qinchuanares 4939daa
add CDB and CDM features, add two files
qinchuanares 75e192b
add unit test for functions in CCmisApi
qinchuanares d187682
1. Add VDM flags; 2. Under api>public, transfer cmis related function…
qinchuanares 044f060
include functions interfacing with xcvrd in CmisApi
qinchuanares e3cc76a
resolve merge conflict
qinchuanares a92e153
1. resolve LGTM warnings. 2. add descriptions in FW related function…
qinchuanares ccc320a
add unit test cases for sonic_xcvr/api/public/cmis.py
qinchuanares f65fbfe
add unit test cases for cmisCDB and cmisVDM
qinchuanares 049e602
add code coverage in unit test
qinchuanares b673460
1. move all ZR specific functions to ccmis; 2. ccmis now inherits fro…
qinchuanares 44c2412
1. split get_transceiver_xxx functions to cmis.py and c_cmis.py with …
qinchuanares 35093d5
resolving merge conflicts with master
qinchuanares File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| [pytest] | ||
| addopts = --cov=sonic_platform_base --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -v | ||
| addopts = --cov=sonic_platform_base tests/sonic_xcvr/test_cmis.py sonic_platform_base tests/sonic_xcvr/test_ccmis.py sonic_platform_base tests/sonic_xcvr/test_cmisVDM.py sonic_platform_base tests/sonic_xcvr/test_cmisCDB.py --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -v | ||
1,125 changes: 1,125 additions & 0 deletions
1,125
sonic_platform_base/sonic_xcvr/api/public/c_cmis.py
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.