Lines Matching refs:IPMI
2 Documentation Test IPMI and Redfish combinations for user management.
23 Create IPMI User Without Any Privilege And Verify Via Redfish
24 [Documentation] Create user using IPMI without privilege and verify user privilege
28 # Create IPMI user with random id and username.
31 Run IPMI Standard Command
40 Create Admin User Via Redfish And Verify Login Via IPMI
41 [Documentation] Create user via redfish and verify via IPMI.
56 Enable IPMI Access To User Using Redfish ${random_username}
62 Verify IPMI Username And Password ${random_username} ${valid_password2}
65 Delete User Via Redfish And Verify Using IPMI
66 [Documentation] Delete user via redfish and verify using IPMI.
79 Enable IPMI Access To User Using Redfish ${random_username}
88 # Verify that IPMI command fails with deleted user.
89 Run Keyword And Expect Error *Error: Unable to establish IPMI*
90 ... Verify IPMI Username And Password ${random_username} ${valid_password2}
93 Update User Password Via Redfish And Verify Using IPMI
94 [Documentation] Update user password via Redfish and verify using IPMI.
107 Enable IPMI Access To User Using Redfish ${random_username}
113 # Verify that IPMI command works with new password and fails with older password.
114 Verify IPMI Username And Password ${random_username} ${valid_password2}
116 Run Keyword And Expect Error *Error: Unable to establish IPMI*
117 ... Verify IPMI Username And Password ${random_username} ${valid_password}
120 Update User Privilege Via Redfish And Verify Using IPMI
121 [Documentation] Update user privilege via Redfish and verify using IPMI.
134 Enable IPMI Access To User Using Redfish ${random_username}
144 # Verify new user privilege level via IPMI.
145 ${resp}= Run IPMI Standard Command user list
148 # ID Name Callin Link Auth IPMI Msg Channel Priv Limit
163 Create IPMI Random User With Password And Privilege
164 [Documentation] Create random IPMI user with given password and privilege
172 # Create IPMI user.
177 IPMI Create User ${random_userid} ${random_username}
180 Run IPMI Standard Command
183 # Enable IPMI user.
184 Run IPMI Standard Command user enable ${random_userid}
186 # Set given privilege and enable IPMI messaging for newly created user.
210 Enable IPMI Access To User Using Redfish
211 [Documentation] Add IPMI access to a user through Redfish.
215 # user_name User name to which IPMI access is to be added.
217 # Adding IPMI access to user name.
219 ... body={"AccountTypes": ["Redfish", "HostConsole", "ManagerConsole", "WebUI", "IPMI"]}
243 # IPMI maximum users count (i.e. 15 users).
245 ${access_output}= Run IPMI Standard Command channel getaccess 1 ${random_userid}