Lines Matching full:verify

39 Verify IPMI User Summary
40 [Documentation] Verify IPMI maximum supported IPMI user ID and
52 # Enable IPMI user and verify
53 Enable IPMI User And Verify ${random_userid}
55 # Verify number of currently enabled users.
60 # Verify maximum user count IPMI local user can have.
64 Verify IPMI User List
65 [Documentation] Verify user list via IPMI.
85 # Verify the user access of created user.
94 Verify IPMI User Creation With Valid Name And ID
95 [Documentation] Create user via IPMI and verify.
104 Verify IPMI User Creation With Invalid Name
105 [Documentation] Verify error while creating IPMI user with invalid
115 Verify IPMI User Creation With Invalid ID
116 [Documentation] Verify error while creating IPMI user with invalid
132 Verify Setting IPMI User With Invalid Password
133 [Documentation] Verify error while setting IPMI user with invalid password.
151 Verify Setting IPMI Root User With New Name
152 [Documentation] Verify error while setting IPMI root user with new name.
162 Verify IPMI User Password Via Test Command
163 [Documentation] Verify IPMI user password using test command.
175 # Verify newly set password using test command.
182 Verify Setting Valid Password For IPMI User
183 [Documentation] Set valid password for IPMI user and verify.
203 Verify IPMI Username And Password ${random_username} ${valid_password}
206 Verify IPMI User Creation With Same Name
207 [Documentation] Verify error while creating two IPMI user with same name.
221 Verify Setting IPMI User With Null Password
222 [Documentation] Verify error while setting IPMI user with null
238 Verify IPMI User Deletion
239 [Documentation] Delete user via IPMI and verify.
246 # Delete IPMI User and verify
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.
286 Enable IPMI User And Verify
287 [Documentation] Enable IPMI user and verify that the user is able
304 Enable IPMI User And Verify ${random_userid}
307 # Verify that enabled IPMI user is able to run IPMI command.
308 Verify IPMI Username And Password ${random_username} ${valid_password}
311 Disable IPMI User And Verify
312 [Documentation] Disable IPMI user and verify that that the user
326 # Disable IPMI user and verify.
331 # Verify that disabled IPMI user is unable to run IPMI command.
332 ${msg}= Run Keyword And Expect Error * Verify IPMI Username And Password
337 Verify IPMI Root User Password Change
338 [Documentation] Change IPMI root user password and verify that
357 # Verify that root user is able to run IPMI command using new password.
358 Wait Until Keyword Succeeds 15 sec 5 sec Verify IPMI Username And Password
362 Verify Administrator And User Privilege For Different Channels
363 [Documentation] Set administrator and user privilege for different channels and verify.
383 Enable IPMI User And Verify ${random_userid}
385 # Verify that user is able to run administrator level IPMI command with channel 1.
386 Verify IPMI Command ${random_username} ${valid_password} Administrator ${CHANNEL_NUMBER}
388 # Verify that user is unable to run IPMI command with channel 2.
393 Verify Operator And User Privilege For Different Channels
394 [Documentation] Set operator and user privilege for different channels and verify.
414 Enable IPMI User And Verify ${random_userid}
416 # Verify that user is able to run operator level IPMI command with channel 1.
417 Verify IPMI Command ${random_username} ${valid_password} Operator ${CHANNEL_NUMBER}
419 # Verify that user is able to run user level IPMI command with channel 2.
420 Verify IPMI Command ${random_username} ${valid_password} User ${secondary_channel_number}
423 Verify Setting IPMI User With Max Password Length
424 [Documentation] Verify IPMI user creation with password length of 20 characters.
426 [Template] Set User Password And Verify
432 Verify Setting IPMI User With Invalid Password Length
433 [Documentation] Verify that IPMI user cannot be set with 21 character password using 16 char
436 [Template] Set User Password And Verify
443 Verify Setting IPMI User With 16 Character Password
444 [Documentation] Verify that IPMI user can create a 16 character password using 16 char or 20
447 [Template] Set User Password And Verify
454 Verify Default Selection Of 16 Character Password For IPMI User
455 [Documentation] Verify that ipmitool by default opts for the 16 character option when given a
458 [Template] Set User Password And Verify
465 Verify Minimum Password Length For IPMI User
466 [Documentation] Verify minimum password length of 8 characters.
468 [Template] Set User Password And Verify
477 Verify Continuous IPMI Command Execution
478 [Documentation] Verify that continuous IPMI command execution runs fine.
490 [Documentation] Verify modified IPMI user is communicating via IPMI.
506 Enable IPMI User And Verify ${random_userid}
508 # Verify that user is able to run administrator level IPMI command.
509 Verify IPMI Command ${random_username} ${valid_password} Administrator ${CHANNEL_NUMBER}
516 # Verify that user is able to run administrator level IPMI command.
517 Verify IPMI Command ${new_username} ${valid_password} Administrator ${CHANNEL_NUMBER}
530 # Verify that root user is able to run IPMI command using default password.
531 Verify IPMI Username And Password root ${OPENBMC_PASSWORD}
559 Enable IPMI User And Verify ${random_userid}
561 Verify IPMI Command ${random_username} ${valid_password} User
563 Verify IPMI Command ${random_username} ${valid_password} Operator
565 Verify IPMI Command ${random_username} ${valid_password} Administrator
569 Verify IPMI Command
570 [Documentation] Verify IPMI command execution with given username,
587 Set User Password And Verify
615 Enable IPMI User And Verify ${random_userid}
618 # For all other cases, passwords will be retained as it is to verify.
621 ${status}= Run Keyword And Return Status Verify IPMI Username And Password ${random_username}
691 # Looping verify that root user is able to run IPMI command using new password.
692 Wait Until Keyword Succeeds 15 sec 5 sec Verify IPMI Username And Password