Inventory "core" entry and "functional" state

Added:
   - "core" inventory item
   - "fru" and "core" function state property

Resolves openbmc/openbmc-test-automation#430

Change-Id: Idf630e283a6326cb17aaabe815c125c0fc2dc48b
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/inventory.py b/data/inventory.py
index 51ee185..c20b551 100644
--- a/data/inventory.py
+++ b/data/inventory.py
@@ -1,4 +1,9 @@
 inventory_dict = {
+    "core":[
+        "PrettyName",
+        "Present",
+        "Functional"
+    ],
     "fru":[
         "PrettyName",
         "Present",
@@ -9,6 +14,7 @@
         "Model",
         "Version",
         "FieldReplaceable",
-        "Cached"
+        "Cached",
+        "Functional"
     ]
-}
+}
\ No newline at end of file