Migrate BMC reset count test to redfish

Changes:
    - Delete file tests/test_general_bmc_system.robot
    - Add same test with redfish to file test_managers_bmc.robot

Change-Id: I5073ace6dce3f44b5d32f1b3a4d83d3d4044d306
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 fa32133..3537447 100644
--- a/redfish/managers/test_managers_bmc.robot
+++ b/redfish/managers/test_managers_bmc.robot
@@ -80,6 +80,16 @@
     Check For Regex In Journald  ${REBOOT_REGEX}  error_check=${1}
 
 
+Verify Boot Count After BMC Reboot
+    [Documentation]  Verify boot count increments on BMC reboot.
+    [Tags]  Verify_Boot_Count_After_BMC_Reboot
+
+    Set BMC Boot Count  ${0}
+    Redfish OBMC Reboot (off)
+    ${boot_count}=  Get BMC Boot Count
+    Should Be Equal  ${boot_count}  ${1}  msg=Boot count is not incremented.
+
+
 Redfish BMC Manager GracefulRestart When Host Booted
     [Documentation]  BMC graceful restart when host is running.
     [Tags]  Redfish_BMC_Manager_GracefulRestart_When_Host_Booted