Verify PEL log details

Change-Id: I653eae10350663a119a2f6776c85766c90b49ebe
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/pel_variables.py b/data/pel_variables.py
new file mode 100644
index 0000000..1a14803
--- /dev/null
+++ b/data/pel_variables.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+
+r"""
+Contains PEL related constants.
+"""
+
+PEL_DETAILS = {
+    'CreatorID': 'BMC',
+    'CompID': '0x1000',
+    'Subsystem': 'BMC Firmware',
+    'Message': 'An application had an internal failure',
+    'SRC': 'BD8D1002',
+    'Sev': 'Unrecoverable Error'}