Verify front and rear LED is off at standby

Changes:
    - Move keyword "Verify Identify LED State" from IPMI to utils.
    - Add test for checking LED at standby
    - Add tags for HW_CI and CT_basic_run

Resolves  openbmc/openbmc-test-automation#1314

Change-Id: I56df13ce3ff3b08f988946e04d331cfd98b41cfd
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_basic_poweron.robot b/tests/test_basic_poweron.robot
index 0384ba1..64f9d0d 100644
--- a/tests/test_basic_poweron.robot
+++ b/tests/test_basic_poweron.robot
@@ -6,6 +6,7 @@
 Resource            ../lib/state_manager.robot
 Resource            ../lib/open_power_utils.robot
 Resource            ../lib/ipmi_client.robot
+Resource            ../lib/boot_utils.robot
 
 Test Setup          Test Setup Execution
 Test Teardown       Test Teardown Execution
@@ -23,6 +24,13 @@
 
 *** Test Cases ***
 
+Verify Front And Rear LED At Standby
+    [Documentation]  Front and Rear LED should be off at standby.
+    [Tags]  Verify_Front_And_Rear_LED_At_Standby
+
+    REST Power Off  stack_mode=skip  quiet=1
+    Verify Identify LED State  Off
+
 Power On Test
     [Documentation]  Power off and on.
     [Tags]  Power_On_Test