[config][show] cli support for retrieving ber, eye-info and configuring prbs, loopback on Y-cable #1386
Merged
vdahiya12 merged 16 commits intosonic-net:masterfrom Feb 4, 2021
Merged
Conversation
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.
Summary:
This PR provides the support for adding CLI commands for configuring prbs, loopback and showing the BER and Eye info of the muxcable.
In particular these Cli commands are supported:
show muxcable eyeinfo <portnumber><target>show muxcable berinfo <portnumber> <target>config muxcable prbs <portnumber> <target> <mode> <lanemap>config muxcable loopback <portnumber> <target> <lanemap>Type of change
Approach
added the changes in sonic-utilities/show and sonic-utilities/config by changing the muxcable.py
What is the motivation for this PR?
To add the support for Cli for muxcable to be utilized for configuring prbs, loopback modes and showing the ber, eye info of all the Port/Ports on a muxcable.
How did you do it?
Added the changes inside sonic-utilities and tested it on the testbed
How did you verify/test it?
Ran the cli commands on an Arista7260cx3 testbed with Gemini cable
Signed-off-by: vaibhav-dahiya [email protected]