Changing sequence of lock management test case

Changes:
   - Changing sequence of test case as while
     running lock management 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_lock_management.robot

Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
Change-Id: Ifa7520a1095eb508cbb7cd3cd6f13d9b92b48b16
diff --git a/openpower/ext_interfaces/test_lock_management.robot b/openpower/ext_interfaces/test_lock_management.robot
index 399a75f..e549521 100644
--- a/openpower/ext_interfaces/test_lock_management.robot
+++ b/openpower/ext_interfaces/test_lock_management.robot
@@ -10,10 +10,10 @@
 Library                 ../../lib/bmc_network_utils.py
 Library                 JSONLibrary
 
-Suite Setup              Run Keyword And Ignore Error  Delete All Redfish And HMC Sessions
-Suite Teardown           Run Keyword And Ignore Error  Delete All Redfish And HMC Sessions
-Test Setup               Delete All Redfish And HMC Sessions
-Test Teardown            Run Keywords  FFDC On Test Case Fail  AND  Restart Bmcweb On Failure
+Suite Setup              Run Keyword And Ignore Error  Delete All Redfish Sessions
+Suite Teardown           Run Keyword And Ignore Error  Delete All Redfish Sessions
+Test Setup               Printn
+Test Teardown            FFDC On Test Case Fail
 
 *** Variables ***
 
@@ -37,32 +37,6 @@
     HMCID-01       WriteCase3    False
 
 
-Verify Lock Is Not Persistent On BMC Reboot
-    [Documentation]  Acquire lock and after reboot the locks are removed as no persistency
-    ...  maintained.
-    [Tags]  Verify_Lock_Is_Not_Persistent_On_BMC_Reboot
-    [Template]  Acquire Lock On Resource
-
-    # client_id    lock_type     reboot_flag
-    HMCID-01       ReadCase1     True
-    HMCID-01       ReadCase2     True
-    HMCID-01       ReadCase3     True
-    HMCID-01       WriteCase1    True
-    HMCID-01       WriteCase2    True
-    HMCID-01       WriteCase3    True
-
-
-Check After Reboot Transaction ID Set To Default
-    [Documentation]  After reboot, the transaction id starts with default i.e. 1,
-    ...  if any lock is acquired.
-    [Tags]  Check_After_Reboot_Transaction_ID_Set_To_Default
-    [Template]  Verify Acquire And Release Lock In Loop
-
-    # client_id    lock_type     reboot_flag
-    HMCID-01       ReadCase1     True
-    HMCID-01       WriteCase1    True
-
-
 Acquire Read Lock On Read Lock
     [Documentation]  Acquire read lock on another read lock.
     [Tags]  Acquire_Read_Lock_On_Read_Lock
@@ -212,6 +186,21 @@
     HMCID-01,HMCID-02    ReadCase1,ReadCase1
 
 
+Verify Lock Is Not Persistent On BMC Reboot
+    [Documentation]  Acquire lock and after reboot the locks are removed as no persistency
+    ...  maintained.
+    [Tags]  Verify_Lock_Is_Not_Persistent_On_BMC_Reboot
+    [Template]  Acquire Lock On Resource
+
+    # client_id    lock_type     reboot_flag
+    HMCID-01       ReadCase1     True
+    HMCID-01       ReadCase2     True
+    HMCID-01       ReadCase3     True
+    HMCID-01       WriteCase1    True
+    HMCID-01       WriteCase2    True
+    HMCID-01       WriteCase3    True
+
+
 Test Invalid Resource ID Data Type Locking
     [Documentation]  Failed to acquire lock for invalid resource id data type.
     [Tags]  Test_Invalid_Resource_ID_Data_Type_Locking
@@ -264,6 +253,17 @@
     HMCID-01       WriteCase11     ${BAD_REQUEST}
 
 
+Check After Reboot Transaction ID Set To Default
+    [Documentation]  After reboot, the transaction id starts with default i.e. 1,
+    ...  if any lock is acquired.
+    [Tags]  Check_After_Reboot_Transaction_ID_Set_To_Default
+    [Template]  Verify Acquire And Release Lock In Loop
+
+    # client_id    lock_type     reboot_flag
+    HMCID-01       ReadCase1     True
+    HMCID-01       WriteCase1    True
+
+
 Fail To Acquire Lock For Invalid Segment Flag
     [Documentation]  Failed to acquire read write lock for invalid segment flag passed.
     [Tags]  Fail_To_Acquire_Lock_For_Invalid_Segment_Flag