blob: 6e3bc646eb792430f1d93459e90f6564d5c61648 [file] [log] [blame]
George Keishingae7c8202017-02-09 10:33:45 -06001inventory_dict = {
Patrick Williams20f38712022-12-08 06:18:26 -06002 "core": ["PrettyName", "Present", "Functional"],
3 "fan": ["PrettyName", "Present", "MeetsMinimumShipLevel", "Functional"],
4 "fan_wc": ["PrettyName", "Present", "MeetsMinimumShipLevel"],
Sweta Potthuri1da4c242018-01-09 04:42:51 -06005 "fru": [
George Keishing9ef1fd42017-03-10 14:52:38 -06006 "PrettyName",
7 "Present",
8 "PartNumber",
9 "SerialNumber",
10 "Manufacturer",
11 "BuildDate",
12 "Model",
13 "Version",
14 "FieldReplaceable",
George Keishing36fedf22017-03-21 06:30:27 -050015 "Cached",
Patrick Williams20f38712022-12-08 06:18:26 -060016 "Functional",
George Keishing19305202017-11-17 12:07:28 -060017 ],
Patrick Williams20f38712022-12-08 06:18:26 -060018 "gpu": ["PrettyName", "Present", "FieldReplaceable", "Functional"],
George Keishing19305202017-11-17 12:07:28 -060019}