Code update BMC signed image keyword

Added:
    - Keyword to check if the BMC image is signed.

Currently the logic is kept simple and generic so that it can be
extended for host signing as well ahead.

Resolves  openbmc/openbmc-test-automation#1305

Change-Id: I97d9820bccacceb6361bf24d451ad22c15646522
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index 5d7f08e..2b3f6e6 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -131,6 +131,9 @@
 # User manager variable.
 BMC_USER_URI = OPENBMC_BASE_URI + 'user/'
 
+# The path on the BMC where signed keys are stored.
+ACTIVATION_DIR_PATH = "/etc/activationdata/"
+
 '''
   QEMU HTTPS variable: