Home
last modified time | relevance | path

Searched refs:fwInvDict (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py2722 def getAllFWImageIDs(fwInvDict): argument
2726 @param fwInvDict: the dictionary to search for FW image IDs
2730 for key in fwInvDict:
2731 if 'Version' in fwInvDict[key]: