Lines Matching full:password

2 Documentation     Test root user expire password.
28 Expire Root Password And Check IPMI Access Fails
29 [Documentation] Expire root user password and expect an error while access via IPMI.
33 Expire Password ${OPENBMC_USERNAME}
39 Expire Root Password And Check SSH Access Fails
40 [Documentation] Expire root user password and expect an error while access via SSH.
44 Expire Password ${OPENBMC_USERNAME}
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
57 Expire Password ${OPENBMC_USERNAME}
60 # Change to a valid password.
62 ... body={'Password': '0penBmc123'} valid_status_codes=[${HTTP_OK}]
64 # Verify login with the new password through SSH.
68 Expire Root Password And Update Bad Password Length Via Redfish
69 [Documentation] Expire root password and update bad password via Redfish and expect an error.
72 ... Restore Default Password For Root User AND FFDC On Test Case Fail
74 Expire Password ${OPENBMC_USERNAME}
79 ... body={'Password': '0penBmc0penBmc0penBmc'}
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
90 Expire Password ${OPENBMC_USERNAME}
92 Verify User Password Expired Using Redfish ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
93 # Change to a valid password.
95 ... body={'Password': '0penBmc123'}
98 # Verify login with the new 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
108 Expire Password ${OPENBMC_USERNAME}
110 Verify User Password Expired Using Redfish ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
113 ... UserName=admin_user Password=TestPwd123 RoleId=Administrator Enabled=${True}
118 Expire And Change Root Password Via GUI
119 [Documentation] Expire and change root password via GUI.
123 ... AND Restore Default Password For Root User AND FFDC On Test Case Fail
125 Expire Password ${OPENBMC_USERNAME}
130 Wait Until Page Contains Change password
132 # Change valid password.
140 # Verify valid password.
163 Verify New Password Persistency After BMC Reboot
164 [Documentation] Verify new password persistency after BMC reboot.
176 ... UserName=admin_user Password=TestPwd123 RoleId=Administrator Enabled=${True}
183 # Change to a valid password.
185 ... body={'Password': '0penBmc123'}
190 # verify new password
194 Verify Expire And Change Admin User Password Via GUI
195 [Documentation] Force expire admin password and update admin password via GUI.
201 Expire Password ${admin_user}
205 # Verify that admin user should not be able to login with expired password.
208 # Verify error message to update the password.
209 Wait Until Page Contains The password is expired and must be changed. timeout=10
211 # Update a valid acceptable password.
217 # Verify valid password.
221 Expire Admin Password And Check IPMI Access Fails
222 [Documentation] Expire admin user password and expect an error while access via IPMI.
226 Expire Password ${admin_user}
232 Verify Expire Admin Password And Update Bad Password Length Via Redfish
233 [Documentation] Expire admin password and update bad password with more than 20 characters
238 Expire Password ${admin_user}
242 Set Password Via Redfish 0penBmc0penBmc0penBmc ${False}
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
250 Expire Password ${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.
256 ... UserName=admin_user1 Password=TestPwd123 RoleId=Administrator Enabled=${True}
261 Verify New Admin Password Persistency After BMC Reboot
262 [Documentation] Verify new admin password persistency after BMC reboot.
265 [Teardown] Restore Default Password For Admin User
267 Expire Password ${admin_user}
269 Set Password Via Redfish ${admin_password} ${True}
274 # Verify password is persisted after bmc reboot.
278 Expire And Change Admin User Password Via Redfish And Verify
279 [Documentation] Expire and change admin user password via Redfish and verify.
282 [Teardown] Restore Default Password For Admin User
284 Expire Password ${admin_user}
286 Verify User Password Expired Using Redfish ${admin_user} ${default_adminuser_passwd}
288 # Change to a valid password.
289 Set Password Via Redfish AdminUser2 ${True}
292 # Verify login with the new password.
308 Expire Password ${admin_user}
310 Set Password Via Redfish ${admin_password} ${True}
312 # Try to login with expired password and check account is locked.
322 # Verify that login fails with admin user new password due to lockout.
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.
353 ... body={'Password': '${OPENBMC_PASSWORD}'} valid_status_codes=[${HTTP_OK}]
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
368 Expire Password
369 [Documentation] Force expire password.
375 # Expire the password.
379 Should Contain Any ${output} password expiry information changed password changed
383 # passwd: password changed.
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.
393 ... body={'Password': '${default_adminuser_passwd}'} valid_status_codes=[${HTTP_OK}]
394 # Verify that admin user is able to run Redfish command using default password.
398 Set Password Via Redfish
399 [Documentation] Set new password via redfish.
403 # new_password New password set.
408 ... body={'Password': '${new_password}'}