Lines Matching +full:- +full:- +full:root
51 Get Root Certificate Using Different Privilege Users Role
52 [Documentation] Get root certificate using different users.
54 [Template] Get Root Certificate
57 # Request root certificate from admin user.
60 # Request root certificate from operator user.
63 # Request root certificate from ReadOnly user.
66 # Request root certificate from NoAccess user.
109 Get Root Certificate When VMI Is Off And Verify
110 [Documentation] Get root certificate when vmi is off and verify.
115 [Template] Get Root Certificate
120 # Request root certificate from operator user.
123 # Request root certificate from ReadOnly user.
126 # Request root certificate from NoAccess user.
130 Get Root Certificate After BMC Reboot And Verify
131 [Documentation] Get root certificate after bmc reboot and verify.
134 [Template] Get Root Certificate
139 # Request root certificate from operator user.
142 # Request root certificate from ReadOnly user.
145 # Request root certificate from NoAccess user.
149 Get Concurrent Root Certificate Requests From Multiple Admin Users
150 [Documentation] Get multiple concurrent root certificate requests from multiple admins
156 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
157 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
158 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
195 Get Concurrent Root Certificate Request From Operator Users
196 …[Documentation] Get multiple concurrent root certificate from non admin users and verify no error…
201 ... Get Root Certificate operator_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
202 ... Get Root Certificate operator_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
203 ... Get Root Certificate operator_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
211 Get Concurrent Root Certificate Request From Admin And Non Admin Users
212 [Documentation] Get multiple concurrent root certificate from admin and non admin users
218 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
219 ... Get Root Certificate readonly_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
227 Get Concurrent Root Certificate Request From Different Non Admin Users
228 [Documentation] Get multiple concurrent root certificate from different non admin users
234 ... Get Root Certificate operator_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
235 ... Get Root Certificate readonly_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
236 ... Get Root Certificate noaccess_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
258 Get Root Certificate And Send CSR Request Concurrently And Verify
259 [Documentation] Get root certificate and send csr request concurrently and
260 ... verify gets root and signed certificate.
265 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
272 Get Concurrent Root Certificate And Send CSR Request And Verify
273 [Documentation] Get concurrent root certificate and send csr request
274 ... and verify gets root certificate and signed certificate.
279 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
280 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
287 Get Root Certificate And Send Multiple CSR Requests Concurrently And Verify
288 [Documentation] Get root certificate and send multiple csr requests concurrently and
289 ... verify gets root certificate and signed certificates.
294 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
304 Get Root Certificate And Send Multiple Corrupted CSR Requests Concurrently And Verify
305 [Documentation] Get root certificate and send multiple corrupted csr requests concurrently and
306 ... verify gets root certificate and error for corrupted csr requests.
311 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
336 Get Root Certificate Send CSR And Corrupted CSR Request Concurrently And Verify
337 [Documentation] Get root certificate send csr and corrupted csr requests concurrently and
338 ... verify gets root certificate and certificate for valid csr and error for corrupted csr.
344 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
353 [Documentation] Send concurrent csr requests from admin and non-admin users and verify
354 ... admin gets certificate and non-admin gets error.
383 Get Root Certificate And Send Corrupted CSR From Admin CSR Request From Operator Concurrently
384 [Documentation] Get root certificate and send corrupted csr request from admin and
385 ... csr from operator concurrently and verify gets root certificate and errors for corrupted
391 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
400 Get Root Certificate From Operator And Send Corrupted CSR Request And CSR Request From Admin Concur…
401 [Documentation] Get root certificate from operator and send corrupted csr request
408 ... Get Root Certificate operator_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
417 Get Root Certificate From Operator And Admin Send CSR Request From Admin Concurrently
418 [Documentation] Get root certificate from operator and admin and
420 ... and admin gets root and signed certificate.
425 ... Get Root Certificate operator_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
426 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
482 Get Root Certificate From Admin And Send CSR Requests From Non Admin Concurrently And Verify
483 [Documentation] Get root certificate from admin and csr requests from
484 ... non admin users concurrently and verify gets root certificate for admin and
485 ... errors for non-admins.
490 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
497 Get Root Certificate And Send CSR Requests From Non Admin Users Concurrently And Verify
498 [Documentation] Get root certificate and send csr requests from non admin
504 ... Get Root Certificate readonly_user TestPwd123 ${True} ${True} ${HTTP_FORBIDDEN}
541 Get Root Certificate And Send CSR Requests From Admin And Operator Concurrently And Verify
542 [Documentation] Get root certificate from admin and send csr requests
543 ... from admin and operator concurrently and verify gets root certificate
549 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
557 Get Root Certificate And Send Corrupted CSR Requests From Admin And Operator Concurrently And Verify
558 [Documentation] Get root certificate from admin and send corrupted csr requests
559 ... from admin and operator concurrently and verify gets root certificate and errors
565 ... Get Root Certificate ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_OK}
584 …${ssl_cmd}= Set Variable openssl req -new -newkey rsa:2048 -nodes -keyout ${CSR_KEY} -out ${CSR_…
586 ... -subj "/C=XY/ST=Abcd/L=Efgh/O=ABC/OU=Systems/CN=abc.com/emailAddress=xyz@xx.ABC.com"
611 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
612 ... Content-Type=application/json
626 Get Root Certificate
627 [Documentation] Get root certificate from VMI.
632 # cert_type Type of the certificate requesting. eg. root or SignCSR.
637 # This is not applicable for root certificate.
645 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
646 ... Content-Type=application/json
648 ${cert_uri}= Set Variable ${VMI_BASE_URI}Host/Certificate/root
670 ... openssl req -in ${file_name} -text -noout | grep Subject:
671 ... openssl x509 -in ${file_name} -text -noout | grep Subject:
686 ... openssl req -in ${file_name} -noout -pubkey
687 ... openssl x509 -in ${file_name} -noout -pubkey
700 # cert_type Type of the certificate requesting. eg. root or SignCSR.
705 # This is not applicable for root certificate.