Software version management

This is a new feature added for software version Management and
image update ( https://gerrit.openbmc-project.xyz/#/c/1879/)

Resolves openbmc/openbmc-test-automation#316

Change-Id: I2c7781703df1784be2b33d132c29211037afe051
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index ea46e15..ab6ab98 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -39,6 +39,10 @@
 BMC_LOGGING_URI = '/xyz/openbmc_project/logging/'
 BMC_LOGGING_ENTRY = BMC_LOGGING_URI + 'entry/'
 
+# Software manager version
+SOFTWARE_VERSION_URI = '/xyz/openbmc_project/software/'
+ACTIVE = 'xyz.openbmc_project.Software.Activation.Activations.Active'
+
 '''
   QEMU HTTPS variable: