Test system LEDs.

This change includes:
   - Added test cases to turn on/off heartbeat, beep and
     identify LEDs.
   - Added keywords to get and set physical LED state.
   - Skipped these test case for Witherspoon system.

Resolves openbmc/openbmc-test-automation#404

Change-Id: I64c939d50852e4b627ad8bf559b75da4f95237a1
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index 2070c51..8d86e6f 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -49,6 +49,7 @@
 
 # Led URI variable
 LED_GROUPS_URI = '/xyz/openbmc_project/led/groups/'
+LED_PHYSICAL_URI = '/xyz/openbmc_project/led/physical/'
 
 
 '''