Add y-cable driver for simulated mux#213
Merged
wangxin merged 9 commits intosonic-net:masterfrom Aug 25, 2021
Merged
Conversation
|
This pull request introduces 6 alerts when merging 4139dfc into ce51894 - view on LGTM.com new alerts:
|
vdahiya12
requested changes
Aug 20, 2021
|
This pull request introduces 6 alerts when merging 500e137 into ce51894 - view on LGTM.com new alerts:
|
vdahiya12
reviewed
Aug 20, 2021
|
This pull request introduces 2 alerts when merging d6be8cd into ce51894 - view on LGTM.com new alerts:
|
Contributor
Author
|
Python lib |
|
This pull request introduces 1 alert when merging 62466cb into ce51894 - view on LGTM.com new alerts:
|
62466cb to
141b3b6
Compare
|
This pull request introduces 1 alert when merging 141b3b6 into c17c370 - view on LGTM.com new alerts:
|
vdahiya12
approved these changes
Aug 25, 2021
qiluo-msft
pushed a commit
that referenced
this pull request
Aug 25, 2021
Description This PR added y-cable driver for simulated mux. This y-cable driver conforms with the requirement of https://github.com/Azure/SONiC/pull/757/files Motivation and Context After the abstract y-cable base class is added for multi-vendor y-cable support, we also need a y-cable driver for simulated mux used in lab testing. How Has This Been Tested? Update the xcvrd package in pmon docker to include the changes in [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd sonic-platform-daemons#197 Update the sonic_y_cable package in pmon docker to include the changes in this PR. Create /etc/sonic/config_db.json on DUT. Restart the pmon docker. Run some dualtor test scripts. Check mux status on dualtor testbed. Signed-off-by: Xin Wang <xiwang5@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.
Description
This PR added y-cable driver for simulated mux. This y-cable driver conforms with the requirement of https://github.com/Azure/SONiC/pull/757/files
Motivation and Context
After the abstract y-cable base class is added for multi-vendor y-cable support, we also need a y-cable driver for simulated mux used in lab testing.
How Has This Been Tested?
/etc/sonic/config_db.jsonon DUT.Additional Information (Optional)