[201911][Python] Migrate applications/scripts to import sonic-py-common package#1040
Merged
jleveque merged 2 commits intosonic-net:201911from Aug 14, 2020
jleveque:use_sonic_py_common_201911
Merged
[201911][Python] Migrate applications/scripts to import sonic-py-common package#1040jleveque merged 2 commits intosonic-net:201911from jleveque:use_sonic_py_common_201911
jleveque merged 2 commits intosonic-net:201911from
jleveque:use_sonic_py_common_201911
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Open
11 tasks
qiluo-msft
approved these changes
Aug 10, 2020
This comment has been minimized.
This comment has been minimized.
|
This pull request fixes 14 alerts when merging 6ee2538 into ab4b452 - view on LGTM.com fixed alerts:
|
Contributor
Author
|
Check build failure unrelated to this PR. |
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 28, 2022
[201911][Python] Migrate applications/scripts to import sonic-py-common package (sonic-net#1040) Signed-off-by: Abhishek Dosi <[email protected]>
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.
As part of consolidating all common Python-based functionality into the new sonic-py-common package, this pull request redirects all Python applications/scripts in sonic-utilities repo to point to sonic-py-common and removes multiple duplicate definitions of common functions in the process. This is the next step toward resolving sonic-net/sonic-buildimage#4999.
This is a port of #1008 to the 201911 branch
Depends on sonic-net/sonic-buildimage#5132