[platform/device] - Implement Silverstone platform API [Chassis/Fan]#3706
Merged
lguohan merged 2 commits intosonic-net:masterfrom Nov 7, 2019
Merged
[platform/device] - Implement Silverstone platform API [Chassis/Fan]#3706lguohan merged 2 commits intosonic-net:masterfrom
lguohan merged 2 commits intosonic-net:masterfrom
Conversation
jleveque
approved these changes
Nov 6, 2019
zhenggen-xu
pushed a commit
to zhenggen-xu/sonic-buildimage
that referenced
this pull request
Jan 10, 2020
…onic-net#3706) Implement part of the Chassis and Fan related APIs. - Chassis APIs get_base_mac() get_serial_number() get_serial_number() get_system_eeprom_info() get_reboot_cause() - Fan APIs get_direction() get_speed() get_target_speed() get_speed_tolerance() set_speed() set_status_led() get_target_speed() - Fan APIs base on Device API get_name() get_presence() get_model() get_serial() get_status() Signed-off-by: Wirut Getbamrung wgetbumr@celestica.com
mssonicbld
added a commit
that referenced
this pull request
Jun 22, 2025
…lly (#23003) #### Why I did it src/sonic-swss ``` * bc1a9bce - (HEAD -> 202505, origin/202505) Merge pull request #3706 from prabhataravind/paravind/202505 (4 days ago) [Jianquan Ye] |\ | failure_prs.log skip_prs.log d89b4801 - Add more mock tests for coverage (5 days ago) [Prabhat Aravind] | failure_prs.log skip_prs.log a181b5d9 - Orchagent SAI error handling improvements (5 days ago) [Prabhat Aravind] |/ * 50048e78 - Changes to unblock swss pipeline tests (#3708) (5 days ago) [prabhataravind] * 7e15cce2 - Install symlink to Python 3 to work around AzP diff coverage issue (#3710) (6 days ago) [mssonicbld] * fd336545 - [ci]: Skip publishing of asan vstest summary (#3711) (6 days ago) [mssonicbld] * 1ea80065 - [build] Support optionally using other container registries instead of DockerHub (#3709) (6 days ago) [mssonicbld] ``` #### 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.
- What I did
Implement part of the Chassis and Fan related APIs.
Chassis APIs
Fan APIs
Fan APIs base on Device API
- How I did it
- How to verify it
Signed-off-by: Wirut Getbamrung wgetbumr@celestica.com