Added fix for BMC dump testcase

Changes:

       -  Added fix for automation test case 'Verify BMC Dump Default Location In BMC'.

Tested:

       - Ran the test case with fix from sandbox successfully.

Change-Id: I5c5db21960409594e6675f2d819e9243775e42cb
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 2349bb3..21afc31 100644
--- a/redfish/managers/test_bmc_dumps.robot
+++ b/redfish/managers/test_bmc_dumps.robot
@@ -110,7 +110,7 @@
      ${dump_file}  ${stderr}  ${rc}=  BMC Execute Command
      ...  ls ${BMC_DUMP_COLLECTOR_PATH}/${dump_id}
      Should Be True  ${rc} == 0
-     Should Start With  ${dump_file}  BMCDUMP
+     Should Contain Any  ${dump_file}  BMCDUMP  obmcdump
 
 
 Verify User Initiated BMC Dump When Host Booted