Lines Matching full:role
43 Redfishtool Update User Role "UserT100" "Administrator"
114 Verify Error While Creating User With Invalid Role
115 [Documentation] Verify error while creating a user with invalid role using Redfishtool.
176 # roleId The role of user (e.g. "Administrator", "Operator", etc.).
192 Redfishtool Update User Role
193 [Documentation] Update user role.
199 # newRole The new role of user (e.g. "Administrator", "Operator", etc.).
230 [Documentation] Verify role of the user.
231 [Arguments] ${user_name} ${role}
235 # role The new role of user (e.g. "Administrator", "Operator", etc.).
239 Should Be Equal "${json_obj["RoleId"]}" ${role}