BMC Dump Download Test

Resolve openbmc/openbmc-test-automation#1754

Change-Id: Iac29a62941c34e8ce69893fc9ee6ebbfff82b965
Signed-off-by: Naman Navin Hegde <nhegde89@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index 4b71bdf..245c3dd 100755
--- a/data/variables.py
+++ b/data/variables.py
@@ -89,6 +89,7 @@
 # Dump URI variables.
 DUMP_URI = OPENBMC_BASE_URI + 'dump/'
 DUMP_ENTRY_URI = DUMP_URI + 'entry/'
+DUMP_DOWNLOAD_URI = "/download/dump/"
 # The path on the BMC where dumps are stored.
 DUMP_DIR_PATH = "/var/lib/phosphor-debug-collector/dumps/"