Add indicator led asserted tests for system and power supply units

Resolves openbmc/openbmc-test-automation#1610

Signed-off-by: Marissa Garza <garzam@us.ibm.com>
Change-Id: I947b4feefe336aa93a0fb1ec205f015cdd3b2fce
diff --git a/data/variables.py b/data/variables.py
index 245c3dd..00cbace 100755
--- a/data/variables.py
+++ b/data/variables.py
@@ -74,6 +74,9 @@
 # Led URI variable
 LED_GROUPS_URI = OPENBMC_BASE_URI + 'led/groups/'
 LED_PHYSICAL_URI = OPENBMC_BASE_URI + 'led/physical/'
+LED_LAMP_TEST_ASSERTED_URI = LED_GROUPS_URI + 'lamp_test/'
+LED_PHYSICAL_PS0_URI = LED_PHYSICAL_URI + 'cffps1_69/'
+LED_PHYSICAL_PS1_URI = LED_PHYSICAL_URI + 'cffps1_68/'
 
 # Host control URI variables.
 CONTROL_HOST_URI = OPENBMC_BASE_URI + 'control/host0/'