sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/s6100/sonic_platform
Arun Saravanan Balachandran 174833d319
DellEMC: S6100, S6000 - Platform API implementation (#9586)
Why I did it
To incorporate the below changes in DellEMC S6100, S6000 platforms.

S6100, S6000:
Implement 'get_revision' method for Chassis
Implement 'get_maximum_consumed_power' method for FanDrawer
Implement 'get_revision', 'get_maximum_supplied_power' methods for PSU
Implement 'get_error_description' method for SFP.
S6100:
Implement 'get_module_index' method for Chassis
Implement 'get_description', 'get_maximum_consumed_power', 'get_oper_status', 'get_slot' methods for Module
Update component names in platform.json
How I did it
Implement the platform API methods in the respective device files

How to verify it
Verified that the respective sonic-mgmt platform API test cases report success.
2022-01-02 22:38:35 -08:00
..
__init__.py [DellEMC]: FanDrawer and get_high_critical_threshold Platform API implementation for S6000, S6100, Z9100 and Z9264F (#5673) 2020-10-29 18:05:16 -07:00
chassis.py DellEMC: S6100, S6000 - Platform API implementation (#9586) 2022-01-02 22:38:35 -08:00
component.py [DellEMC] S6100 - Adding SSD component and introducing platform_fw_au_handle for auto-update (#9208) 2021-12-06 23:22:35 -08:00
eeprom.py DellEMC: S6100, S6000 - Platform API implementation (#9586) 2022-01-02 22:38:35 -08:00
fan_drawer.py DellEMC: S6100, S6000 - Platform API implementation (#9586) 2022-01-02 22:38:35 -08:00
fan.py [DellEMC] Ensure concrete platform API classes call base class initializer (#6853) 2021-02-25 11:20:34 -08:00
module.py DellEMC: S6100, S6000 - Platform API implementation (#9586) 2022-01-02 22:38:35 -08:00
pcie.py DellEMC S6100: Determine pcie.yaml revision based on firmware (#7875) 2021-06-29 15:19:54 -07:00
platform.py [DellEMC]: S6100, S6000 - Platform API fixes (#6073) 2020-12-01 10:43:41 -08:00
psu.py DellEMC: S6100, S6000 - Platform API implementation (#9586) 2022-01-02 22:38:35 -08:00
sfp.py DellEMC: S6100, S6000 - Platform API implementation (#9586) 2022-01-02 22:38:35 -08:00
thermal.py [DellEMC] Ensure concrete platform API classes call base class initializer (#6853) 2021-02-25 11:20:34 -08:00
watchdog.py [DellEMC] S6100 - iTCO watchdog support and reboot cause determination changes (#9149) 2021-12-06 21:52:20 -08:00