-
Notifications
You must be signed in to change notification settings - Fork 661
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
[sfpshow]: display eeprom data in table format #1030
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
retest this please |
Retest this please |
can you resolve the conflict? |
can you also please add the unit test? |
|
LGTM. @keboliu to review, as well. |
'Nominal Bit Rate(100Mbs)'] | ||
|
||
table_header_dom = ['Interface', 'Lane Number', | ||
'Temp(C)', 'Voltage(V)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a concern about the way you handle the temperature, it's not some sensor that monitored per lane, here you added it to each lane, it's kind of misleading. The same comment goes to the voltage.
- What I did
- How I did it
sfpshow
script- How to verify it
show interfaces transceiver eeprom -t
show interfaces transceiver eeprom -d -t
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)
Signed-off-by: Wirut Getbamrung [wgetbumr@celestica.com]