Removed BMC dump automation test case

Changes:
   - This is not applicable to upstream code
   - Add power off code in test

Tested:
   - Ran from sandbox

Change-Id: Id94f9f2b3c837eee8039870a03135aaa9ef9d612
Signed-off-by: manashsarma <manashsarma@in.ibm.com>
diff --git a/redfish/managers/test_bmc_dumps.robot b/redfish/managers/test_bmc_dumps.robot
index 8a44cad..7ec352e 100644
--- a/redfish/managers/test_bmc_dumps.robot
+++ b/redfish/managers/test_bmc_dumps.robot
@@ -74,6 +74,7 @@
     [Documentation]  Verify that the internal failure initiated BMC dump size is under 20 MB.
     [Tags]  Verify_Internal_Failure_Initiated_BMC_Dump_Size
 
+    Redfish Power Off  stack_mode=skip
     Redfish Delete All BMC Dumps
 
     # Create an internal failure error log.
@@ -365,28 +366,6 @@
     Should Be Equal As Integers  ${length}  ${1}
 
 
-Verify Error Log And Dump For Internal Failure
-    [Documentation]  Verify error log and dump for internal failure.
-    [Tags]  Verify_Error_Log_And_Dump_For_Internal_Failure
-
-    Redfish Purge Event Log
-    Redfish Delete All BMC Dumps
-
-    # Create an internal failure error log.
-    BMC Execute Command  ${CMD_INTERNAL_FAILURE}
-
-    # With internal failure, an error log file is generated. Check if
-    # BMC has only one error log for this internal failure.
-    ${resp}=  Redfish.Get  /redfish/v1/Systems/system/LogServices/CELog/Entries
-    Should Be True  ${resp.dict["Members@odata.count"]} == ${1}
-
-    # Wait for the BMC dump to become available and verify its presence.
-    Wait Until Keyword Succeeds  2 min  10 sec  Is BMC Dump Available
-    ${dump_entries}=  Get BMC Dump Entries
-    ${length}=  Get length  ${dump_entries}
-    Should Be Equal As Integers  ${length}  ${1}
-
-
 Verify User Initiated BMC Dump Type
     [Documentation]  Download user initiate BMC dump and validates its type.
     [Tags]  Verify_User_Initiated_BMC_Dump_Type