mirror of
https://opendev.org/x/pyghmi
synced 2025-01-29 04:17:35 +00:00
Jarrod Johnson
3ed2ef8494
Fix raw handling by ipmictl.py
The test harness was incorrectly throwing string values at the library. Correct that by explicitly converting from hex string to int. Additionally, command.py was failing to pass data through. Change-Id: Iceda4c3b4a382992d445f90dfbc19f6c75b528df
…
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%