Use latest pip for installing python libraries#64
Merged
Conversation
Add python dependencies for testbed roles
svc-acs
approved these changes
Dec 7, 2016
wangxin
pushed a commit
to wangxin/sonic-mgmt
that referenced
this pull request
Feb 21, 2025
<!-- Please make sure you've read and understood our contributing guidelines; https://github.com/sonic-net/SONiC/blob/gh-pages/CONTRIBUTING.md Please provide following information to help code review process a bit easier: --> ### Description of PR <!-- - Please include a summary of the change and which issue is fixed. - Please also include relevant motivation and context. Where should reviewer start? background context? - List any dependencies that are required for this change. --> Summary: Adding support to run voq fabric tests on Nokia Hwsku. Added files for Nokia hwsku and added Nokia platform to conditional ### Type of change <!-- - Fill x for your type of change. - e.g. - [x] Bug fix --> - [ ] Bug fix - [ ] Testbed and Framework(new/improvement) - [ x] Test case(new/improvement) ### Back port request - [ ] 202012 - [ x] 202205 - [ ] 202305 - [ ] 202311 - [x ] 202405 ### Approach #### What is the motivation for this PR? The voq fabric tests were skipped for Nokia platform due to missing files and conditional mark did not have Nokia platform. #### How did you do it? Added relavent files and added Nokia platform so test is not skipped. #### How did you verify/test it? Ran test on t2 platform #### Any platform specific information? Nokia Chassis ixre_7250e #### Supported testbed topology if it's a new test case? ### Documentation <!-- (If it's a new feature, new test case) Did you update documentation/Wiki relevant to your implementation? Link to the wiki page? -->
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…ically (sonic-net#17449) src/sonic-dbsyncd * cde84fa - (HEAD -> 202205, origin/202205) [lldp-syncd] Fix unexpected exception in snmp-subagent (sonic-net#64) (4 days ago) [Zhaohui Sun]
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…tically (#25662) #### Why I did it src/sonic-dash-api ``` * 18a29c1 - (HEAD -> master, origin/master, origin/HEAD) Add step to compile Trixie in the CI builds (sonic-net#64) (56 seconds ago) [Saikrishna Arcot] * 99a835c - Move route rule priority to key (sonic-net#62) (3 hours ago) [Lawrence Lee] ``` #### How I did it #### How to verify it #### Description for the changelog
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
… (#24731) #### Why I did it src/dhcpmon ``` * 14dd4c9 - (HEAD -> 202511, origin/202511) Automated agent pool migration (sonic-net#63) (4 days ago) [yijingyan2] * 616caf8 - Automated agent pool migration for branch master (sonic-net#64) (8 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
* 652f259 2018-10-01 | [Kernel] fix kernel build errors (sonic-net#65) (HEAD, origin/201803) [Ying Xie] * 55c7a19 2018-10-01 | uart: fix race between uart_put_char() and uart_shutdown() (sonic-net#64) [lguohan] Signed-off-by: Guohan Lu <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
* 493ab6b 2018-10-01 | [Kernel] fix kernel build errors (sonic-net#65) (origin/201807) [Ying Xie] * 6a58489 2018-10-01 | uart: fix race between uart_put_char() and uart_shutdown() (sonic-net#64) [lguohan] Signed-off-by: Guohan Lu <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
[MultiDB] shoule use multiDB API (sonic-net#57) [Thermal] Fix for 'show platform fan' command (sonic-net#71) [xcvrd] Return non-zero error code on SFP error (sonic-net#67) Multi-asic changes commit (PR sonic-net#64 ) into 201911 [ledd][multi-ASIC] Update to ledd based on sonic-swss-common updates (sonic-net#87) Signed-off-by: Abhishek Dosi <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…ically (sonic-net#17418) #### Why I did it src/sonic-dbsyncd ``` * 68baf40 - (HEAD -> 202305, origin/202305) [lldp-syncd] Fix unexpected exception in snmp-subagent (sonic-net#64) (18 hours ago) [Zhaohui Sun] ``` #### How I did it #### How to verify it #### Description for the changelog
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update sonic-mgmt-common submodule pointer to include the following: 68e0341 Remove LOGLEVEL DB since is no longer used (sonic-net#64) Signed-off-by: dprital <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…utomatically (sonic-net#15417) #### Why I did it src/sonic-host-services ``` * cdc621b - (HEAD -> 202211, origin/202211) [202211][config reload] Config Reload Enhancement (sonic-net#64) (2 days ago) [Sudharsan Dhamal Gopalarathnam] ``` #### How I did it #### How to verify it #### Description for the changelog
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 python dependencies for testbed roles