-
Notifications
You must be signed in to change notification settings - Fork 177
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
Add y-cable driver for simulated mux #213
Conversation
This pull request introduces 6 alerts when merging 4139dfc into ce51894 - view on LGTM.com new alerts:
|
This pull request introduces 6 alerts when merging 500e137 into ce51894 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging d6be8cd into ce51894 - view on LGTM.com new alerts:
|
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:
|
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>
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.json
on DUT.Additional Information (Optional)