Test system leds of Witherspoon system.

This change includes:
   - Added test cases to turn on/off power and fault LEDs.
   - Added NA system LED test cases in skip lists.

Resolves openbmc/openbmc-test-automation#529

Change-Id: I8bc8e945d9cb76bd6495775110517c2a49ab8803
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/test_lists/skip_test_barreleye b/test_lists/skip_test_barreleye
index 7c351da..d248fdd 100644
--- a/test_lists/skip_test_barreleye
+++ b/test_lists/skip_test_barreleye
@@ -42,3 +42,6 @@
 #https://github.com/openbmc/openbmc-test-automation/issues/546
 -e CPU_Present
 -e DIMM3_Present
+# System LED test cases which are NA for Barreleye system.
+-e Test_Power_LED_And_Verify_Via_REST
+-e Test_Fault_LED_And_Verify_Via_REST
diff --git a/test_lists/skip_test_palmetto b/test_lists/skip_test_palmetto
index 178c810..a927697 100644
--- a/test_lists/skip_test_palmetto
+++ b/test_lists/skip_test_palmetto
@@ -47,3 +47,6 @@
 #https://github.com/openbmc/openbmc-test-automation/issues/546
 -e CPU_Present
 -e DIMM3_Present
+# System LED test cases which are NA for Palmetto system.
+-e Test_Beep_LED_And_Verify_Via_REST
+-e Test_Fault_LED_And_Verify_Via_REST
diff --git a/test_lists/skip_test_witherspoon b/test_lists/skip_test_witherspoon
index 7e5199b..b897325 100644
--- a/test_lists/skip_test_witherspoon
+++ b/test_lists/skip_test_witherspoon
@@ -58,3 +58,7 @@
 -e Test_Restore_Policy_RESTORE_LAST_STATE_With_Host_Running
 #https://github.com/openbmc/openbmc/issues/1571
 -e Verify_Host_Quiesce_State_Without_Auto_Reboot
+# System LED test cases which are NA for Witherspoon system.
+-e Test_Heartbeat_LED_And_Verify_Via_REST
+-e Test_Beep_LED_And_Verify_Via_REST
+-e Test_Identify_LED_And_Verify_Via_REST
diff --git a/tests/test_led.robot b/tests/test_led.robot
index 24a2a24..33dd53c 100644
--- a/tests/test_led.robot
+++ b/tests/test_led.robot
@@ -43,6 +43,23 @@
     [Tags]  Test_Identify_LED_And_Verify_Via_REST
     [Template]  Set System LED State
 
+Test Power LED And Verify Via REST
+    [Documentation]  Turn On/Off power LED and verify via REST.
+    # LED Name  LED State
+    power       On
+    power       Off
+
+    [Tags]  Test_Power_LED_And_Verify_Via_REST
+    [Template]  Set System LED State
+
+Test Fault LED And Verify Via REST
+    [Documentation]  Turn On/Off fault LED and verify via REST.
+    # LED Name  LED State
+    fault       On
+    fault       Off
+
+    [Tags]  Test_Fault_LED_And_Verify_Via_REST
+    [Template]  Set System LED State
 
 *** Keywords ***