Update tag and test case name for a test case

Changes:
      - There is a duplicate tag name in the test suite,
        so added suffix to differentiate it.

Before:

redfish/account_service/test_user_account.robot:
    [Tags]  Verify_Minimum_Password_Length_For_Redfish_User
redfish/dmtf_tools/test_redfishtool_local_user.robot:
    [Tags]  Verify_Minimum_Password_Length_For_Redfish_User

After:

redfish/account_service/test_user_account.robot:
    [Tags]  Verify_Minimum_Password_Length_For_Redfish_User
redfish/dmtf_tools/test_redfishtool_local_user.robot:
    [Tags]  Verify_Minimum_Password_Length_For_Redfish_User_Using_Redfishtool

Tested:
     - NA

Change-Id: I0ebd398b43340ae89a6dfc7a90b818b214b2d85e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/dmtf_tools/test_redfishtool_local_user.robot b/redfish/dmtf_tools/test_redfishtool_local_user.robot
index 82dcc4e..c6913ab 100644
--- a/redfish/dmtf_tools/test_redfishtool_local_user.robot
+++ b/redfish/dmtf_tools/test_redfishtool_local_user.robot
@@ -119,9 +119,9 @@
     Redfishtool Create User  "UserT100"  "TestPwd123"  "wrongroleid"  true  expected_error=${HTTP_BAD_REQUEST}
 
 
-Verify Minimum Password Length For Redfish User
+Verify Minimum Password Length For Redfish User Using Redfishtool
     [Documentation]  Verify minimum password length of eight characters for new and existing user.
-    [Tags]  Verify_Minimum_Password_Length_For_Redfish_User
+    [Tags]  Verify_Minimum_Password_Length_For_Redfish_User_Using_Redfishtool
     [Teardown]  Redfishtool Delete User  "UserT100"
 
     Redfishtool Create User  "UserT100"  "TestPwd"  "ReadOnly"  true  expected_error=${HTTP_BAD_REQUEST}