-
Notifications
You must be signed in to change notification settings - Fork 176
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
[sonic_platform/sfp_base] Add common definition for get SFP error status #194
Merged
jleveque
merged 4 commits into
sonic-net:master
from
stephenxs:generic-get-error-status
Jun 16, 2021
Merged
[sonic_platform/sfp_base] Add common definition for get SFP error status #194
jleveque
merged 4 commits into
sonic-net:master
from
stephenxs:generic-get-error-status
Jun 16, 2021
Conversation
This file contains 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
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
jleveque
suggested changes
Jun 11, 2021
Signed-off-by: Stephen Sun <stephens@nvidia.com>
jleveque
approved these changes
Jun 14, 2021
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks like it failed due to an unsatisfied dependency on yang module
|
It appears this is a new dependency which broke the CI. I have opened a PR here in an attempt to fix: #198 |
4 tasks
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
4 tasks
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-platform-common
that referenced
this pull request
Oct 25, 2024
…t#194) The Python 3 version of sonic-config-engine now depends on sonic-yang-mgmt and sonic-yang-models, so we now need to install them as part of continuous integration to get the CI working again
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.
Description
Add common definitions for getting SFP error status
get_sfp_status
Signed-off-by: Stephen Sun stephens@nvidia.com
Motivation and Context
How Has This Been Tested?
Additional Information (Optional)