deb-ceilometer/ceilometer/ipmi/platform
Victor Stinner 4a392ca17d Port IPMI to Python 3
binascii.hexlify() returns a byte string whereas the code expects a
native string, so Unicode on Python 3. On Python 3, decode the string
from ASCII to get Unicode.

Enable ipmi tests in tox.ini on Python 3.4.

Change-Id: I154723ad42efb61a06b71600975374441920a852
2015-06-12 18:11:42 +02:00
..
__init__.py Add IPMI support 2014-09-13 15:38:25 +08:00
exception.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
intel_node_manager.py Port IPMI to Python 3 2015-06-12 18:11:42 +02:00
ipmi_sensor.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
ipmitool.py Add more power and thermal data 2015-03-10 00:59:54 +00:00