Change of test case and keyword name

changes:
   -  "Invalid Locks Fail To Release" changed to
      "Fail To Release Multiple Lock With Invalid TransactionID"
   -  "Verify Invalid Locks Fail To Release"  changed to
      "Verify Fail To Release Multiple Lock With Invalid TransactionID"

Change-Id: I4a7406da4efc6454d146e40cbac265d77cfaa0e1
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
diff --git a/openpower/ext_interfaces/test_lock_management.robot b/openpower/ext_interfaces/test_lock_management.robot
index ddfaabc..d58f72d 100644
--- a/openpower/ext_interfaces/test_lock_management.robot
+++ b/openpower/ext_interfaces/test_lock_management.robot
@@ -128,10 +128,10 @@
     HMCID-02       ReadCase1,ReadCase1,ReadCase1    Session
 
 
-Invalid Locks Fail To Release
+Fail To Release Multiple Lock With Invalid TransactionID
     [Documentation]  Release in-valid lock result in fail.
-    [Tags]  Invalid_Locks_Fail_To_Release
-    [Template]  Verify Invalid Locks Fail To Release
+    [Tags]  Fail_To_Release_Multiple_Lock_With_Invalid_TransactionID
+    [Template]  Verify Fail To Release Multiple Lock With Invalid TransactionID
 
     # client_id    lock_type                        release_lock_type
     HMCID-01       ReadCase1,ReadCase1,ReadCase1    Transaction
@@ -823,8 +823,8 @@
     Redfish Delete Session  ${session_info}
 
 
-Verify Invalid Locks Fail To Release
-    [Documentation]  Verify invalid locks fails to be released.
+Verify Fail To Release Multiple Lock With Invalid TransactionID
+    [Documentation]  Verify release multiple locks with invalid transaction ID fails.
     [Arguments]  ${client_id}  ${lock_type}  ${release_lock_type}
 
     # Description of argument(s):