HW_CI: Add OCC active state check

Fixes:
    - Rename OCC test name.
    - Add OCC test to HW_CI list.

Change-Id: I7c5a55102e43319da812ab657b9df98c2620e4f8
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_occ_power.robot b/tests/test_occ_power.robot
index 0cdb400..ab1b136 100644
--- a/tests/test_occ_power.robot
+++ b/tests/test_occ_power.robot
@@ -38,9 +38,9 @@
     Should Be Equal  ${occ_count}  ${inventory_count}
     ...  msg=OCC and inventory entry counts are mismatched.
 
-Verify When Host Is Booted
+Verify OCC State When Host Is Booted
     [Documentation]  Verify OCC state when host is booted.
-    [Tags]  Verify_When_Host_Is_Booted
+    [Tags]  Verify_OCC_State_When_Host_Is_Booted
 
     Verify OCC State  ${1}
 
@@ -117,4 +117,5 @@
     \  Continue For Loop If  ${is_functional} == ${0}
     \  ${num}=  Set Variable  ${endpoint_path[-1]}
     \  ${occ_active}=  Get OCC Active State  ${OPENPOWER_CONTROL}occ${num}
-    \  Should Be Equal  ${occ_active}  ${expected_occ_active}  msg=OCC not in right state
+    \  Should Be Equal  ${occ_active}  ${expected_occ_active}
+    ...  msg=OCC not in right state