Created dump_utils.py with get_dump_dict and valid_dump.

Change-Id: Ia59e126213eb7d32ce25b13ee118a2379200dbe7
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index 71744a5..f8dd91f 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -87,6 +87,8 @@
 # Dump URI variable
 DUMP_URI = OPENBMC_BASE_URI +'/dump/'
 DUMP_ENTRY_URI = DUMP_URI + 'entry/'
+# The path on the BMC where dumps are stored.
+DUMP_DIR_PATH = "/var/lib/phosphor-debug-collector/dumps/"
 
 # Boot progress variables.
 STATE_DBUS_BASE = 'xyz.openbmc_project.State.'