From 61f463885f739b75d247308aa225e5ce93bc0c4a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 12 Sep 2024 15:37:40 -0400 Subject: [PATCH] Fix IPMI identify on/off for IMM/XCC systems Change-Id: I0fff2fe94d194e44f75dd09f73a6a326f127f8c8 --- pyghmi/ipmi/oem/lenovo/imm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyghmi/ipmi/oem/lenovo/imm.py b/pyghmi/ipmi/oem/lenovo/imm.py index 8ce6b87e..21833e20 100644 --- a/pyghmi/ipmi/oem/lenovo/imm.py +++ b/pyghmi/ipmi/oem/lenovo/imm.py @@ -975,6 +975,7 @@ class XCCClient(IMMClient): {'IndicatorLED': 'Blinking'}, method='PATCH') raise pygexc.BypassGenericBehavior() + raise pygexc.UnsupportedFunctionality() def get_description(self): dsc = self.wc.grab_json_response('/DeviceDescription.json')