commit e9231cbfad659f9cb87a3a5534213f0a0dcd577d Author: Jarrod Johnson Date: Thu Oct 8 12:26:50 2020 -0400 Support SMMv2 permission check format Change-Id: I3126e5fd6b34a7b74e506772b3dbd377609fb13f diff --git a/pyghmi/ipmi/oem/lenovo/nextscale.py b/pyghmi/ipmi/oem/lenovo/nextscale.py index ba221ea..eb2fae2 100644 --- a/pyghmi/ipmi/oem/lenovo/nextscale.py +++ b/pyghmi/ipmi/oem/lenovo/nextscale.py @@ -123,7 +123,7 @@ def fpc_get_nodeperm(ipmicmd, number, sz): perminfo = bytearray(rsp['data'])[1] if sz == 6: # FPC permfail = ('\x02', '\x03') - elif sz == 2: # SMM + else: # SMM permfail = ('\x02',) if perminfo & 0x20: if rsp['data'][4] in permfail: