mirror of
https://opendev.org/x/pyghmi
synced 2025-01-14 11:48:33 +00:00
Jarrod Johnson
04a9b89d15
Rework set_power handling of errors and noops
set_power failed to raise when error encountered. The behavior is amended to be consistent with other functions. set_power requested on/off state even if system already was in requested state. Change to simply report success in that scenario. Change-Id: I6feb8f4384705136a5ab1fae0899ea27b2d3511c
This is a pure python implementation of IPMI protocol. ipmictl.py is a sample application to roughly show the most simple approach to invoking the library.
Description
Languages
Python
99.9%
Shell
0.1%