2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 12:17:44 +00:00

Fix attempt to fetch firmware on System X

Return empty iterable if System X to be consistent
with generic for now.

Change-Id: Id08dd7fa0d18aa69aec1f0389226f67935d81bde
This commit is contained in:
Jarrod Johnson 2015-09-28 11:43:28 -04:00
parent d4ed291e69
commit e189c43f73

View File

@ -328,6 +328,7 @@ class OEMHandler(generic.OEMHandler):
command = firmware.get_categories()["firmware"]
rsp = self.ipmicmd.xraw_command(**command["command"])
return command["parser"](rsp["data"])
return ()
def get_oem_capping_enabled(self):
if self.has_tsm: