OCC state check on reset reload to runtime

Change-Id: I0ae840103cbec0cdde85c9a8ad626fed9b880787
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/managers/test_managers_bmc.robot b/redfish/managers/test_managers_bmc.robot
index f7d72c7..979333a 100644
--- a/redfish/managers/test_managers_bmc.robot
+++ b/redfish/managers/test_managers_bmc.robot
@@ -5,6 +5,7 @@
 Resource         ../../lib/common_utils.robot
 Resource         ../../lib/openbmc_ffdc.robot
 Resource         ../../lib/boot_utils.robot
+Resource         ../../lib/open_power_utils.robot
 
 Test Setup       Test Setup Execution
 Test Teardown    Test Teardown Execution
@@ -68,6 +69,9 @@
 
     Redfish OBMC Reboot (run)
 
+    # TODO: Replace OCC state check with redfish property when available.
+    Verify OCC State
+
 
 *** Keywords ***