mirror of
https://opendev.org/x/pyghmi
synced 2025-01-27 19:37:44 +00:00
Generalize the megaraid check
The megaraidconfigurationtool may be branded a few different ways. Mask all of them. Change-Id: Ie0c056a0467eb118500be59a270e5940c3c94529
This commit is contained in:
parent
d065f22324
commit
9c4991a747
@ -172,7 +172,7 @@ class IMMClient(object):
|
||||
self.fwovintage = util._monotonic_time()
|
||||
retcfg = {}
|
||||
for opt in self.fwo:
|
||||
if 'AvagoMegaRAIDConfigurationTool' in opt:
|
||||
if 'MegaRAIDConfigurationTool' in opt:
|
||||
# Suppress the Avago configuration to be consistent with
|
||||
# other tools.
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user