Lines Matching refs:user
2 Documentation Test suite for OpenBMC IPMI user management.
17 ${invalid_username} user%
40 [Documentation] Verify IPMI maximum supported IPMI user ID and
41 ... enabled user from user summary.
50 Run IPMI Standard Command user enable ${random_userid}
52 # Enable IPMI user and verify
60 # Verify maximum user count IPMI local user can have.
65 [Documentation] Verify user list via IPMI.
74 ... user set password ${random_userid} ${valid_password}
75 Run IPMI Standard Command user enable ${random_userid}
76 # Delay added for IPMI user to get enabled.
78 # Set admin privilege and enable IPMI messaging for newly created user.
85 # Verify the user access of created user.
95 [Documentation] Create user via IPMI and verify.
105 [Documentation] Verify error while creating IPMI user with invalid
106 ... name (e.g. user name with special characters).
111 ... user set name ${random_userid} ${invalid_username}
116 [Documentation] Verify error while creating IPMI user with invalid
127 ... user set name ${id} newuser
133 [Documentation] Verify error while setting IPMI user with invalid password.
141 # Set invalid password for newly created user.
143 ... user set password ${random_userid} ${invalid_password}
145 # Delay added for user password to get set.
152 [Documentation] Verify error while setting IPMI root user with new name.
155 # Set invalid password for newly created user.
157 ... user set name ${root_userid} abcd
163 [Documentation] Verify IPMI user password using test command.
171 # Set valid password for newly created user.
173 ... user set password ${random_userid} ${valid_password}
177 ... user test ${random_userid} ${max_password_length} ${valid_password}
183 [Documentation] Set valid password for IPMI user and verify.
191 # Set valid password for newly created user.
193 ... user set password ${random_userid} ${valid_password}
195 Run IPMI Standard Command user enable ${random_userid}
197 # Delay added for IPMI user to get enable
200 # Set admin privilege and enable IPMI messaging for newly created user
207 [Documentation] Verify error while creating two IPMI user with same name.
214 # Set same username for another IPMI user.
217 ... user set name ${rand_userid_two} ${random_username}
222 [Documentation] Verify error while setting IPMI user with null
231 # Set null password for newly created user.
233 ... user set password ${random_userid} ""
239 [Documentation] Delete user via IPMI and verify.
247 Run IPMI Standard Command user set name ${random_userid} ""
253 [Documentation] Verify IPMI user with user privilege can only run user level commands.
264 [Documentation] Verify IPMI user with operator privilege can only run user and
276 [Documentation] Verify IPMI user with admin privilege can run all levels command.
287 [Documentation] Enable IPMI user and verify that the user is able
296 ... user set password ${random_userid} ${valid_password}
298 # Set admin privilege and enable IPMI messaging for newly created user.
301 # Delay added for user privilege to get set.
307 # Verify that enabled IPMI user is able to run IPMI command.
312 [Documentation] Disable IPMI user and verify that that the user
321 ... user set password ${random_userid} ${valid_password}
323 # Set admin privilege and enable IPMI messaging for newly created user.
326 # Disable IPMI user and verify.
327 Run IPMI Standard Command user disable ${random_userid}
331 # Verify that disabled IPMI user is unable to run IPMI command.
338 [Documentation] Change IPMI root user password and verify that
339 ... root user is able to run IPMI command.
350 # Set new password for root user.
352 ... user set password ${root_userid} ${valid_password}
354 # Delay added for user password to get set.
357 # Verify that root user is able to run IPMI command using new password.
363 [Documentation] Set administrator and user privilege for different channels and verify.
372 ... user set password ${random_userid} ${valid_password}
374 # Set admin privilege for newly created user with channel 1.
377 # Set user privilege for newly created user with channel 2.
380 # Delay added for user privileges to get set.
385 # Verify that user is able to run administrator level IPMI command with channel 1.
388 # Verify that user is unable to run IPMI command with channel 2.
394 [Documentation] Set operator and user privilege for different channels and verify.
403 ... user set password ${random_userid} ${valid_password}
405 # Set operator privilege for newly created user with channel 1.
408 # Set user privilege for newly created user with channel 2.
411 # Delay added for user privileges to get set.
416 # Verify that user is able to run operator level IPMI command with channel 1.
419 # Verify that user is able to run user level IPMI command with channel 2.
424 [Documentation] Verify IPMI user creation with password length of 20 characters.
433 [Documentation] Verify that IPMI user cannot be set with 21 character password using 16 char
444 [Documentation] Verify that IPMI user can create a 16 character password using 16 char or 20
490 [Documentation] Verify modified IPMI user is communicating via IPMI.
498 ... user set password ${random_userid} ${valid_password}
500 # Set admin privilege and enable IPMI messaging for newly created user.
503 # Delay added for user privilege to get set.
508 # Verify that user is able to run administrator level IPMI command.
511 # Set different username for same IPMI user.
513 ... user set name ${random_userid} ${new_username}
516 # Verify that user is able to run administrator level IPMI command.
523 [Documentation] Restore default password for IPMI root user
526 ... user set password ${root_userid} ${OPENBMC_PASSWORD}
530 # Verify that root user is able to run IPMI command using default password.
535 [Documentation] Test IPMI user privilege by executing IPMI command with different privileges.
539 # privilege_level Privilege level of IPMI user (e.g. 4, 3).
547 # Create IPMI user and set valid password.
551 ... user set password ${random_userid} ${valid_password}
553 # Set privilege and enable IPMI messaging for newly created user.
556 # Delay added for user privilege to get set.
574 # username The user name (e.g. "root", "robert", etc.).
575 # password The user password (e.g. "0penBmc", "0penBmc1", etc.).
577 # channel The user channel number (e.g. "1" or "2").
578 # expected_status Expected status of IPMI command run with the user
588 [Documentation] Create a user and set its password with given length and option.
594 # expected_result Expected result for setting the user's password (e.g. "True", "False").
602 # Set password for newly created user.
604 ... user set password ${random_userid} ${password} ${password_option}
609 # Set admin privilege and enable IPMI messaging for newly created user.
612 # Delay added for user privilege to get set.
649 [Documentation] Make sure the enabled user count is below maximum,
650 ... and prepares administrative user list suite variables.
653 # Skip root user checking if user decides not to use root user as default.
658 [Documentation] Determines the user ID of the root user.
661 ... user list ${CHANNEL_NUMBER}
676 Log To Console The root user ID is ${root_userid}.
677 Run Keyword If ${root_userid} < ${1} Fail msg= Did not identify root user ID.
685 # username The user name (e.g. "root", "robert", etc.).
686 # password The user password (e.g. "0penBmc", "0penBmc1", etc.).
691 # Looping verify that root user is able to run IPMI command using new password.
702 ... user summary ${CHANNEL_NUMBER}