Added variable for dump URL.

Resolves openbmc/openbmc-test-automation#232

Change-Id: I1d5ff030fed1be3679b1b3024c70e87fd57bb6d8
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index 5ec0746..e5306ea 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -70,6 +70,10 @@
 # Host control URI variables.
 CONTROL_HOST_URI = '/xyz/openbmc_project/control/host0/'
 
+# Dump URI variable
+DUMP_URI = '/xyz/openbmc_project/dump/'
+DUMP_ENTRY_URI = DUMP_URI + 'entry/'
+
 '''
   QEMU HTTPS variable: