Support for single ASIC VOQ Fixed-Systems#24163
Merged
rlhui merged 5 commits intosonic-net:masterfrom Nov 21, 2025
Merged
Conversation
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
abdosi
previously approved these changes
Oct 1, 2025
mlok-nokia
reviewed
Oct 1, 2025
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run Azure.sonic-buildimage |
9 tasks
|
Azure Pipelines successfully started running 1 pipeline(s). |
mlok-nokia
approved these changes
Oct 24, 2025
tjchadaga
approved these changes
Nov 20, 2025
Contributor
|
@lakshmi-nexthop This is causing sonic-utilities tests to break, see https://dev.azure.com/mssonic/build/_build/results?buildId=985195&view=results |
Contributor
Author
Ack. I am looking into how to fix this issue. @saiarcot895 Sent PR to fix the tests. sonic-net/sonic-utilities#4134 |
saiarcot895
added a commit
to saiarcot895/sonic-buildimage
that referenced
this pull request
Nov 24, 2025
This reverts commit bb0612a.
7 tasks
ashutosh-agrawal
pushed a commit
to AnantKishorSharma/sonic-buildimage
that referenced
this pull request
Nov 30, 2025
Fixed system single asic VOQs do not have chassis app DB How I did it updated a function that checks for chassis to include if the voq is a fixed system swss.sh cleanup function is updated to check for chassis app db first
hdwhdw
pushed a commit
to hdwhdw/sonic-buildimage
that referenced
this pull request
Dec 2, 2025
Fixed system single asic VOQs do not have chassis app DB How I did it updated a function that checks for chassis to include if the voq is a fixed system swss.sh cleanup function is updated to check for chassis app db first
NavdhaJindal
pushed a commit
to NavdhaJindal/sonic-buildimage
that referenced
this pull request
Dec 2, 2025
Fixed system single asic VOQs do not have chassis app DB How I did it updated a function that checks for chassis to include if the voq is a fixed system swss.sh cleanup function is updated to check for chassis app db first Signed-off-by: Navdha Jindal <navdhajindal@microsoft.com>
Collaborator
|
Cherry-pick PR to 202511: #24701 |
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Dec 4, 2025
Fixed system single asic VOQs do not have chassis app DB How I did it updated a function that checks for chassis to include if the voq is a fixed system swss.sh cleanup function is updated to check for chassis app db first Signed-off-by: Feng Pan <fenpan@microsoft.com>
Collaborator
|
@lakshmi-nexthop cherry pick PR didn't pass PR checker. Please check!!! |
xwjiang-ms
pushed a commit
to xwjiang-ms/sonic-buildimage
that referenced
this pull request
Dec 22, 2025
Fixed system single asic VOQs do not have chassis app DB How I did it updated a function that checks for chassis to include if the voq is a fixed system swss.sh cleanup function is updated to check for chassis app db first Signed-off-by: xiaweijiang <xiaweijiang@microsoft.com>
mssonicbld
added a commit
to mssonicbld/sonic-utilities
that referenced
this pull request
Jan 6, 2026
…port #### What I did Currently bgp v4 and v6 chassis tests rely on switch type to be voq. But with recent single asic voq fixed system feature, this assumption has been changed. So updated these tests to use is_voq_chassis() function instead of switch_type Please see below PR for context: sonic-net/sonic-buildimage#24163 #### How I did it Mocked is_voq_chassis() function #### How to verify it Run UT ### Back port request - [ ] 202205 - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [ ] 202505 - [X] 202511
7 tasks
mssonicbld
added a commit
to sonic-net/sonic-utilities
that referenced
this pull request
Jan 6, 2026
…port (#4178) #### What I did Currently bgp v4 and v6 chassis tests rely on switch type to be voq. But with recent single asic voq fixed system feature, this assumption has been changed. So updated these tests to use is_voq_chassis() function instead of switch_type Please see below PR for context: sonic-net/sonic-buildimage#24163 #### How I did it Mocked is_voq_chassis() function #### How to verify it Run UT ### Back port request - [ ] 202205 - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [ ] 202505 - [X] 202511
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.
Why I did it
Fixed system VOQs do not have chassis app DB
Work item tracking
How I did it
How to verify it
Tested branch (Please provide the tested image version)
master
Description for the changelog
Support for single ASIC FS
PR#3847 under sonic-swss