Enable OCC active state check post power on

Change-Id: I49f974e9a1ab26c6ecb3725f34f12670b4ca7dab
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/systems/test_power_operations.robot b/redfish/systems/test_power_operations.robot
index e6bc8ac..f77567c 100644
--- a/redfish/systems/test_power_operations.robot
+++ b/redfish/systems/test_power_operations.robot
@@ -3,6 +3,7 @@
 
 Resource         ../../lib/boot_utils.robot
 Resource         ../../lib/common_utils.robot
+Resource         ../../lib/open_power_utils.robot
 
 Test Setup       Test Setup Execution
 Test Teardown    Test Teardown Execution
@@ -21,6 +22,9 @@
 
     Redfish Power On
 
+    # TODO: Replace OCC state check with redfish property when available.
+    Verify OCC State
+
 Verify Redfish BMC GracefulRestart
     [Documentation]  Verify Redfish host graceful restart operation.
     [Tags]  Verify_Redfish_Host_GracefulRestart