174833d319
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. |
||
---|---|---|
.. | ||
__init__.py | ||
chassis.py | ||
component.py | ||
eeprom.py | ||
fan_drawer.py | ||
fan.py | ||
module.py | ||
pcie.py | ||
platform.py | ||
psu.py | ||
sfp.py | ||
thermal.py | ||
watchdog.py |