[Edgecore][AS7326]Modify sfputil to support python3 #12429
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.
Signed-off-by: jostar-yang jostar_yang@edge-core.com
Why I did it
Modify sfputil to support python3. Original code can work on python2, but it fail on python3
How I did it
How to verify it
Test sfputil cmd on 202012br image,
sfputil lpmode on Ethernet64
Enabling low-power mode for port Ethernet64... OK
sfputil show lpmode -p Ethernet64
Port Low-power Mode
Ethernet64 On
sfputil lpmode off Ethernet64
Disabling low-power mode for port Ethernet64... OK
sfputil show lpmode -p Ethernet64
Port Low-power Mode
Ethernet64 Off
root@as7326-56x-3:~# sfputil reset Ethernet72
Resetting port Ethernet72...
port_ps=/sys/bus/i2c/devices/18-0060/module_reset_55
reset:1
reset:0
OK
Which release branch to backport (provide reason below if selected)
-->The code base use python3
-->The code base use python3
-->The code base use python3
-->The code base use python3
Description for the changelog
Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)