Update test case to verify size in test suite order

Changes:
    - When OS is up and running, the dumps gets offloaded
      need to verify on BMC.

Tested:
      Ran successfully redfish/managers/test_bmc_dumps.robot

Change-Id: Iff88ad9ee2d68a4f36971a4b983d837e5239891c
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/managers/test_bmc_dumps.robot b/redfish/managers/test_bmc_dumps.robot
index c1400e6..6ab0930 100644
--- a/redfish/managers/test_bmc_dumps.robot
+++ b/redfish/managers/test_bmc_dumps.robot
@@ -32,17 +32,6 @@
     Length Should Be  ${dump_entries}  1
     List Should Contain Value  ${dump_entries}  ${dump_id}
 
-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 Size
     [Documentation]  Verify user initiated BMC dump size is under 20 MB.
@@ -65,6 +54,18 @@
     Should Be True  0 < ${resp["AdditionalDataSizeBytes"]} < 20971520
 
 
+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 Dump Persistency On Dump Service Restart
     [Documentation]  Create user dump, restart dump manager service and verify dump
     ...  persistency.