mirror of
				https://opendev.org/x/pyghmi
				synced 2025-10-28 18:05:21 +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:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user