Ambient temperature test

Boot host and check the ambient temperature and should not cross
50 degree celsius. This temperature is an agreed round figure to
use for validation from development team.

Resolves  openbmc/openbmc-test-automation#934

Change-Id: I00c5c0b1eac7d182dc535c949e49f34bc0c15659
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index f621315..d071a0d 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -7,7 +7,6 @@
 
 # REST URI base endpoint paths
 CONTROL_URI = OPENBMC_BASE_URI + 'control/'
-SENSORS_URI = OPENBMC_BASE_URI + 'sensors/'
 RECORDS_URI = OPENBMC_BASE_URI + 'records/'
 BUTTONS_URI = OPENBMC_BASE_URI + 'buttons/'
 SETTINGS_URI = OPENBMC_BASE_URI + 'settings/'
@@ -18,6 +17,9 @@
 TIME_MANAGER_URI = OPENBMC_BASE_URI + 'TimeManager/'
 XYZ_NETWORK_MANAGER = '/xyz/openbmc_project/network/'
 
+# Sensors base variables.
+SENSORS_URI = '/xyz/openbmc_project/sensors/'
+
 # State Manager base variables.
 BMC_REBOOT_TRANS = 'xyz.openbmc_project.State.BMC.Transition.Reboot'