Removed BMC dump automation testcase from upstream
Changes:
- Removed automation test case
'Verify User Initiated BMC Dump When Host Booted'.
Change-Id: I8ac5b39cb08d898053fee84cf49e91a0dc5e0867
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 fd24feb..756dadc 100644
--- a/redfish/managers/test_bmc_dumps.robot
+++ b/redfish/managers/test_bmc_dumps.robot
@@ -119,18 +119,6 @@
Should Contain Any ${dump_file} BMCDUMP obmcdump
-Verify User Initiated BMC Dump When Host Booted
- [Documentation] Create user initiated BMC dump at host booted state and
- ... verify dump entry for it.
- [Tags] Verify_User_Initiated_BMC_Dump_When_Host_Booted
-
- Redfish Power On stack_mode=skip
- ${dump_id}= Create User Initiated BMC Dump Via Redfish
- ${dump_entries}= Get BMC Dump Entries
- Length Should Be ${dump_entries} 1
- List Should Contain Value ${dump_entries} ${dump_id}
-
-
Verify User Initiated BMC Dump At Host Booting
[Documentation] Create and verify user initiated BMC dump during Host is powwering on
... or when host booting is in progress.