[sonic-py-common] Add task_base.py#5049
Merged
jleveque merged 1 commit intosonic-net:masterfrom Jul 28, 2020
jleveque:add_task_base_to_common
Merged
[sonic-py-common] Add task_base.py#5049jleveque merged 1 commit intosonic-net:masterfrom jleveque:add_task_base_to_common
jleveque merged 1 commit intosonic-net:masterfrom
jleveque:add_task_base_to_common
Conversation
judyjoseph
approved these changes
Jul 27, 2020
Contributor
Author
|
Retest broadcom please |
Contributor
Author
|
Retest vsimage please |
Contributor
Author
|
Removed "Request for 201911 Branch" label, as backporting this change and the related changes will most likely be better performed by creating new PRs against the 201911 branch. |
jleveque
added a commit
that referenced
this pull request
Aug 3, 2020
Consolidate common SONiC Python-language functionality into one shared package (sonic-py-common) and eliminate duplicate code. The package currently includes four modules: - daemon_base - device_info - logger - task_base NOTE: This is a combination of all changes from #5003, #5049 and some changes from #5043 backported to align with the 201911 branch. As part of the 201911 port, I am not installing the Python 3 package in the base image or in the VS container, because we do not have pip3 installed, and we do not intend to migrate to Python 3 in 201911.
11 tasks
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.
Add new task_base.py module from sonic-daemon-base into sonic-py-common package