[action] [PR:22518] Including platform_utils in make and removing default initialization of $SMARTSWITCH in TSA, TSB, TSC#23258
Merged
mssonicbld merged 1 commit intosonic-net:202411from Jul 9, 2025
Conversation
…of $SMARTSWITCH in TSA, TSB, TSC Including platform_utils in make and removing default initialization of $SMARTSWITCH in TSA, TSB, TSC Fixes sonic-net#21721 #### Why I did it Forgot to add platform_utils into make when I made the commit. Due to this TSC command doesn't work on the Smart Switch ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it Included platform_utils in rules/docker-fpm-frr.mk Removed default initialization of $SMARTSWITCH in TSA, TSB, TSC #### How to verify it Run "sudo TSC" and it should output sudo TSC System Mode: No external neighbors The rates are calculated within 5 seconds period #### The command should not output admin@sonic:~$ sudo TSC This commmand is only supported Chassis #### Which release branch to backport (provide reason below if selected) - [x] 202405 - [x] 202411
Collaborator
Author
|
Original PR: #22518 |
Collaborator
Author
|
/azp run Azure.sonic-buildimage |
2 tasks
|
Azure Pipelines successfully started running 1 pipeline(s). |
prabhataravind
approved these changes
Jul 8, 2025
tshalvi
pushed a commit
to tshalvi/sonic-buildimage
that referenced
this pull request
Aug 25, 2025
…12 (sonic-net#1335) ```<br>* 37bad37 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-buildimage into 202412 (2025-07-15) [Sonic Automation] * 718490f - (head/202411) [submodule] Update submodule sonic-linux-kernel to the latest HEAD automatically (sonic-net#23287) (2025-07-11) [mssonicbld] * 258389d - Enable gnmi/telemetry user authorization by config_db (sonic-net#21363) (sonic-net#23248) (2025-07-09) [Hua Liu] * 31fdefd - Including platform_utils in make and removing default initialization of $SMARTSWITCH in TSA, TSB, TSC (sonic-net#23258) (2025-07-09) [mssonicbld] * f5332b0 - [build] Use package.trafficmanager.net instead of sonicstorage.blob.core.windows.net to Refine Azure resource. (sonic-net#23256) (2025-07-09) [Liu Shilong] * 07ba952 - [submodule] Update submodule sonic-platform-common to the latest HEAD automatically (sonic-net#23214) (2025-07-07) [mssonicbld]<br>```
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.
Including platform_utils in make and removing default initialization of $SMARTSWITCH in TSA, TSB, TSC
Fixes #21721
Why I did it
Forgot to add platform_utils into make when I made the commit. Due to this TSC command doesn't work on the Smart Switch
Work item tracking
How I did it
Included platform_utils in rules/docker-fpm-frr.mk
Removed default initialization of $SMARTSWITCH in TSA, TSB, TSC
How to verify it
Run "sudo TSC" and it should output
sudo TSC
System Mode: No external neighbors
The rates are calculated within 5 seconds period
The command should not output
admin@sonic:~$ sudo TSC
This commmand is only supported Chassis
Which release branch to backport (provide reason below if selected)