Impacted URI name changes

Fixed:
   1. New lower case names
   2. Removed "chassisboot" from skip list

Resolves openbmc/openbmc-test-automation#369

Change-Id: I609558c2504a7cf4c2bcb0c16c055777210c2c78
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index d10c084..ea46e15 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -36,8 +36,8 @@
 CHASSIS_STATE_URI = '/xyz/openbmc_project/state/chassis0/'
 
 # Logging URI variables
-BMC_LOGGING_URI = '/xyz/openbmc_project/Logging/'
-BMC_LOGGING_ENTRY = BMC_LOGGING_URI + 'Entry/'
+BMC_LOGGING_URI = '/xyz/openbmc_project/logging/'
+BMC_LOGGING_ENTRY = BMC_LOGGING_URI + 'entry/'
 
 '''
   QEMU HTTPS variable: