Skip multiple servers testbed parsing on branch 202411#19158
Merged
wangxin merged 2 commits intosonic-net:202411from Jun 25, 2025
Merged
Skip multiple servers testbed parsing on branch 202411#19158wangxin merged 2 commits intosonic-net:202411from
wangxin merged 2 commits intosonic-net:202411from
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
lizhijianrd
approved these changes
Jun 24, 2025
Blueve
approved these changes
Jun 25, 2025
Collaborator
|
Why only fix 202411 branch? How about master branch? |
Member
Author
The code is already in master branch, and we only need the four lines code to be backported to 202411 and 202405 |
sdszhang
pushed a commit
to sdszhang/sonic-mgmt
that referenced
this pull request
Aug 2, 2025
Code sync sonic-net/sonic-mgmt:202411 => 202412 ``` * fb53396 (HEAD -> code-sync-202412, origin/code-sync-202412) r12f 250701:1725 - Merge remote-tracking branch 'base/202411' into code-sync-202412 |\ | * 54633cb (base/202411) prabhataravind 250701:0928 - Add t1-28-lag and t1-48-lag to tests_mark_conditions.yaml (sonic-net#19274) | * 9a23c16 Cong Hou 250416:2355 - Align the sensors data for SN4280 with sonic-buildimage PR#21845 (sonic-net#17747) | * 8b2d2cd Jibin Bao 250306:0835 - add watchdog test data for x86_64-nvidia_sn4280-r0 (sonic-net#17312) | * 5c8d5f0 Jibin Bao 250701:0045 - [Mellanox] Update spf test related to error status when sw control is enabled (sonic-net#16573) (sonic-net#19264) | * 0bea309 Yawen 250411:1620 - add hwsku V64 (sonic-net#17897) | * 8ab9e6b zitingguo-ms 250628:1755 - [test_static_route] Skip PT0 neighbor when checking route redistribution (sonic-net#19226) | * 4276be3 prabhataravind 250627:1827 - Support t1-48-lag topo for acl tests (sonic-net#19236) | * e070035 Wenda Chu 250625:1719 - Skip multiple servers testbed parsing on branch 202411 (sonic-net#19158) | * 0e5645d xwjiang-ms 250625:1619 - Roll back ceos image version since it's causing bgp failure (sonic-net#19180) | * 7625d06 ganglv 250624:1548 - Fix configuration after gnmi test (sonic-net#19150) | * 25e2e55 zitingguo-ms 250624:2000 - [ACL] Record service ports individually and add them to the acl_table_ports (sonic-net#19168) ```
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.
Description of PR
Summary:
Fixes # (issue)
In PRs: #15643 and #15881
We implemented multi-servers testbed design, however, to enable parsing multi-servers testbed definition, raise this PR to fix out of index error.
The code is already in master branch, and we only need the four lines code to be backport to 202411 and 202405
Type of change
Back port request
Approach
What is the motivation for this PR?
In PRs: #15643 and #15881
We implemented multi-servers testbed design, however, branch 202411 will raise key error when parsing multi-server testbed defination
How did you do it?
Check if key exists before visit
How did you verify/test it?
NA
Any platform specific information?
NA
Supported testbed topology if it's a new test case?
Documentation