Changing sequence of save area test case

Changes:
   - Changing sequence of test case as while
     running save area suite, due to multiple
     connection this suite was able to hit
     max connection count more than 100.
     If max connection count more than 100,
     then all the connection will be drop.

Tested:
   - Ran successfully
     openpower/ext_interfaces/
     test_savearea_management.robot

Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
Change-Id: Ib65546957e4165628cea57f2f58e1d7a19ad0571
diff --git a/openpower/ext_interfaces/test_savearea_management.robot b/openpower/ext_interfaces/test_savearea_management.robot
index 43d5b56..06654f0 100644
--- a/openpower/ext_interfaces/test_savearea_management.robot
+++ b/openpower/ext_interfaces/test_savearea_management.robot
@@ -195,15 +195,6 @@
     testfile01-file             False
 
 
-Redfish Persistency Update Partition File Post BMC Reboot
-    [Documentation]  Upload partition file to BMC using Redfish and verify the content after the reboot.
-    [Tags]  Redfish_Persistency_Update_Partition_File_Post_BMC_Reboot
-    [Template]  Redfish Update Partition File With Same Content
-
-    # file_name                 reboot_flag
-    testfile01-file             True
-
-
 Redfish Delete Non Existence Of Partition File
     [Documentation]  Delete the partition file if do not exists.
     [Tags]  Redfish_Delete_Non_Existence_Of_Partition_File
@@ -272,6 +263,15 @@
     1KB-@filename    ${HTTP_BAD_REQUEST}    ${UNSUPPORTED_FILE_NAME_MESSAGE}
 
 
+Redfish Persistency Update Partition File Post BMC Reboot
+    [Documentation]  Upload partition file to BMC using Redfish and verify the content after the reboot.
+    [Tags]  Redfish_Persistency_Update_Partition_File_Post_BMC_Reboot
+    [Template]  Redfish Update Partition File With Same Content
+
+    # file_name                 reboot_flag
+    testfile01-file             True
+
+
 Redfish Upload Validated Partition File From Path To BMC
    [Documentation]  Upload valid partition file to BMC from file path define by user in loop.
    ...  By default loop count values is 10 times.