
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