Lines Matching full:create
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.
40 Create Admin User Via Redfish And Verify Login Via IPMI
41 [Documentation] Create user via redfish and verify via IPMI.
47 ${payload}= Create Dictionary
59 ${payload}= Create Dictionary Password=${valid_password2}
69 # Create user using Redfish.
73 ${payload}= Create Dictionary
82 ${payload}= Create Dictionary Password=${valid_password2}
97 # Create user using Redfish.
101 ${payload}= Create Dictionary
110 ${payload}= Create Dictionary Password=${valid_password2}
124 # Create user using Redfish with admin privilege.
128 ${payload}= Create Dictionary
137 ${payload}= Create Dictionary Password=${valid_password2}
141 ${payload}= Create Dictionary RoleId=ReadOnly
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}