Lines Matching +full:data +full:- +full:role
23 ... redfishtool raw -r ${OPENBMC_HOST}:${HTTPS_PORT} -u ${OPENBMC_USERNAME} -p ${OPENBMC_PASSWORD}…
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.
164 ... redfishtool raw -r ${OPENBMC_HOST} -u ${login_user} -p ${login_pasword} -S Always
176 # roleId The role of user (e.g. "Administrator", "Operator", etc.).
182 ... redfishtool raw -r ${OPENBMC_HOST} -u ${login_user} -p ${login_pasword} -S Always
183 ${data}= Set Variable
186 …... Redfishtool Post ${data} /redfish/v1/AccountService/Accounts ${root_cmd_args} ${expected…
188 …... Redfishtool Post ${data} /redfish/v1/AccountService/Accounts ${user_cmd_args} ${expected…
191 Redfishtool Update User Role
192 [Documentation] Update user role.
198 # newRole The new role of user (e.g. "Administrator", "Operator", etc.).
205 ... redfishtool raw -r ${OPENBMC_HOST} -u ${login_user} -p ${login_pasword} -S Always
228 [Documentation] Verify role of the user.
229 [Arguments] ${user_name} ${role}
233 # role The new role of user (e.g. "Administrator", "Operator", etc.).
237 Should Be equal "${json_obj["RoleId"]}" ${role}