Lines Matching +full:- +full:user

2 Documentation     Test root user expire password.
17 # If user re-tries more than 5 time incorrectly, the user gets locked for 5 minutes.
29 [Documentation] Expire root user password and expect an error while access via IPMI.
35 ${status}= Run Keyword And Return Status Run External IPMI Standard Command lan print -v
40 [Documentation] Expire root user password and expect an error while access via SSH.
51 Expire And Change Root User Password And Access Via SSH
52 [Documentation] Expire and change root user password and access via SSH.
55 ... Restore Default Password For Root User AND FFDC On Test Case Fail
72 ... Restore Default Password For Root User AND FFDC On Test Case Fail
83 Expire And Change Root User Password Via Redfish And Verify
84 [Documentation] Expire and change root user password via Redfish and verify.
88 ... Restore Default Password For Root User
92 Verify User Password Expired Using Redfish ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
102 Verify Error While Creating User With Expired Password
103 [Documentation] Expire root password and expect an error while creating new user.
106 ... Restore Default Password For Root User AND FFDC On Test Case Fail
110 Verify User Password Expired Using Redfish ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
123 ... AND Restore Default Password For Root User AND FFDC On Test Case Fail
145 Verify Maximum Failed Attempts And Check Root User Account Locked
146 [Documentation] Verify maximum failed attempts and locks out root user account.
170 # Make sure the user account in question does not already exist.
174 # Create specified user.
194 Verify Expire And Change Admin User Password Via GUI
198 ... Redfish Create User ${admin_user} ${default_adminuser_passwd} Administrator ${True}
205 # Verify that admin user should not be able to login with expired password.
222 [Documentation] Expire admin user password and expect an error while access via IPMI.
224 [Setup] Redfish Create User ${admin_user} ${default_adminuser_passwd} Administrator ${True}
228 ${status}= Run Keyword And Return Status Run External IPMI Standard Command lan print -v
236 [Setup] Redfish Create User ${admin_user} ${default_adminuser_passwd} Administrator ${True}
245 Verify Error While Creating User With Expired Admin Password
246 [Documentation] Expire admin password and expect an error while creating new user.
248 [Teardown] Restore Default Password For Admin User
252 Verify User Password Expired Using Redfish ${admin_user} ${default_adminuser_passwd}
254 # Create new user with expired admin password and expect an error.
264 [Setup] Redfish Create User ${admin_user} ${default_adminuser_passwd} Administrator ${True}
265 [Teardown] Restore Default Password For Admin User
278 Expire And Change Admin User Password Via Redfish And Verify
279 [Documentation] Expire and change admin user password via Redfish and verify.
281 [Setup] Redfish Create User ${admin_user} ${default_adminuser_passwd} Administrator ${True}
282 [Teardown] Restore Default Password For Admin User
286 Verify User Password Expired Using Redfish ${admin_user} ${default_adminuser_passwd}
296 Verify Maximum Failed Attempts For Admin User And Check Account Locked
297 [Documentation] Verify maximum failed attempts for admin user
298 ... and check whether admin user account is locked.
304 # Create admin user and set account lockout threshold value.
305 Redfish Create User ${admin_user} ${default_adminuser_passwd} Administrator ${True}
317 # Check whether the admin user locked value is set to true.
322 # Verify that login fails with admin user new password due to lockout.
326 # Wait for lockout duration to expire and then verify that login with admin user works.
334 [Documentation] Set user account lockout threshold.
348 Restore Default Password For Root User
349 [Documentation] Restore default password for root user (i.e. 0penBmc).
351 # Set default password for root user.
354 # Verify that root user is able to run Redfish command using default password.
362 Wait Until Keyword Succeeds 1 min 10 sec Restore Default Password For Root User
373 # username User to be created and expire.
378 ${output} ${stderr} ${rc}= BMC Execute Command passwd --expire ${username}
382 # passwd --expire admin
388 Restore Default Password For Admin User
389 [Documentation] Restore default password for admin user (i.e. AdminUser1).
391 # Set default password for admin user.
394 # Verify that admin user is able to run Redfish command using default password.