Redfish HW_CI test list

Changes:
    - Update test case name.

Added redfish test cases:
    -  Redfish_Login_And_Logout
    -  GET_Redfish_Hypermedia_Without_Login
    -  GET_Redfish_SessionService_Resource_With_Login
    -  GET_Redfish_SessionService_Without_Login
    -  Redfish_Login_Using_Invalid_Token
    -  Delete_Redfish_Session_Using_Valid_Login
    -  Redfish_Login_With_Invalid_Credentials
    -  Redfish_Login_Using_Unsecured_HTTP
    -  Verify_Update_Service_Enabled
    -  Verify_Redfish_Software_Inventory_Collection
    -  Redfish_Software_Inventory_Status_Check
    -  Verify_Redfish_BMC_Manager_Properties

Change-Id: I5e4a5502e5e0456f982850c31aa198e19002f536
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/service_root/test_service_root_security.robot b/redfish/service_root/test_service_root_security.robot
index a5ec38d..285f5da 100644
--- a/redfish/service_root/test_service_root_security.robot
+++ b/redfish/service_root/test_service_root_security.robot
@@ -4,9 +4,9 @@
 
 *** Test Cases ***
 
-Login To BMCweb With Invalid Credentials
+Redfish Login With Invalid Credentials
     [Documentation]  Login to BMC web using invalid credential.
-    [Tags]  Login_To_BMCweb_With_Invalid_Credentials
+    [Tags]  Redfish_Login_With_Invalid_Credentials
     [Template]  Login And Verify Redfish Response
 
     # Expect status            Username               Password
@@ -17,9 +17,9 @@
     InvalidCredentialsError*   ${EMPTY}               ${EMPTY}
 
 
-Login To BMCweb Using Unsecured HTTP
+Redfish Login Using Unsecured HTTP
     [Documentation]  Login to BMC web through http unsecured.
-    [Tags]  Login_To_BMCweb_Using_Unsecured_HTTP
+    [Tags]  Redfish_Login_Using_Unsecured_HTTP
 
     Create Session  openbmc  http://${OPENBMC_HOST}
     ${data}=  Create Dictionary