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:
diff --git a/test_lists/skip_test_witherspoon b/test_lists/skip_test_witherspoon
index 7e05a37..5538a8d 100644
--- a/test_lists/skip_test_witherspoon
+++ b/test_lists/skip_test_witherspoon
@@ -48,7 +48,6 @@
 -e get_directory_listing
 -e get_names
 -e get_names_org
--e chassisboot
 -e Event_Logging
 -e Association
 #https://github.com/openbmc/openbmc/issues/928