1ae7c820fSGeorge Keishinginventory_dict = {
2*20f38712SPatrick Williams    "core": ["PrettyName", "Present", "Functional"],
3*20f38712SPatrick Williams    "fan": ["PrettyName", "Present", "MeetsMinimumShipLevel", "Functional"],
4*20f38712SPatrick Williams    "fan_wc": ["PrettyName", "Present", "MeetsMinimumShipLevel"],
5ae7c820fSGeorge Keishing    "fru": [
6ae7c820fSGeorge Keishing        "PrettyName",
7ae7c820fSGeorge Keishing        "Present",
8ae7c820fSGeorge Keishing        "PartNumber",
9ae7c820fSGeorge Keishing        "SerialNumber",
10ae7c820fSGeorge Keishing        "Manufacturer",
11ae7c820fSGeorge Keishing        "BuildDate",
12ae7c820fSGeorge Keishing        "Model",
1305b36eccSGeorge Keishing        "Version",
149ef1fd47SGeorge Keishing        "FieldReplaceable",
1536fedf23SGeorge Keishing        "Cached",
16*20f38712SPatrick Williams        "Functional",
1719305205SGeorge Keishing    ],
18*20f38712SPatrick Williams    "gpu": ["PrettyName", "Present", "FieldReplaceable", "Functional"],
19ae7c820fSGeorge Keishing}
20