Lines Matching +full:send +full:- +full:not +full:- +full:empty
41 # Send CSR request from operator user.
44 # Send CSR request from ReadOnly user.
47 # Send CSR request from NoAccess user.
70 Send CSR Request When VMI Is Off And Verify
71 [Documentation] Send CSR signing request to VMI when it is off and expect an error.
81 # Send CSR request from operator user.
84 # Send CSR request from ReadOnly user.
87 # Send CSR request from NoAccess user.
92 [Documentation] Send corrupted CSR for signing and expect an error.
99 # Send CSR request from operator user.
102 # Send CSR request from ReadOnly user.
105 # Send CSR request from NoAccess user.
159 Dictionary Should Not Contain Value ${dict} False
174 Dictionary Should Not Contain Value ${dict} False
188 Dictionary Should Not Contain Value ${dict} False
204 Dictionary Should Not Contain Value ${dict} False
220 Dictionary Should Not Contain Value ${dict} False
237 Dictionary Should Not Contain Value ${dict} False
251 Dictionary Should Not Contain Value ${dict} False
258 Get Root Certificate And Send CSR Request Concurrently And Verify
259 [Documentation] Get root certificate and send csr request concurrently and
267 Dictionary Should Not Contain Value ${dict} False
272 Get Concurrent Root Certificate And Send CSR Request And Verify
273 [Documentation] Get concurrent root certificate and send csr request
282 Dictionary Should Not Contain Value ${dict} False
287 Get Root Certificate And Send Multiple CSR Requests Concurrently And Verify
288 [Documentation] Get root certificate and send multiple csr requests concurrently and
299 Dictionary Should Not Contain Value ${dict} False
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
315 Dictionary Should Not Contain Value ${dict} False
320 Send Concurrent CSR Request And Corrupted CSR Request And Verify
321 [Documentation] Send concurrent csr request and corrupted csr request
331 Dictionary Should Not Contain Value ${dict} False
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
347 Dictionary Should Not Contain Value ${dict} False
352 Send Concurrent CSR Request From Admin And Non Admin Users And Verify
353 [Documentation] Send concurrent csr requests from admin and non-admin users and verify
354 ... admin gets certificate and non-admin gets error.
361 Dictionary Should Not Contain Value ${dict} False
368 Send Concurrent CSR Request From Non Admin Users And Verify
369 [Documentation] Send concurrent csr request from non admin users
378 Dictionary Should Not Contain Value ${dict} False
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
395 Dictionary Should Not Contain Value ${dict} False
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
412 Dictionary Should Not Contain Value ${dict} False
417 Get Root Certificate From Operator And Admin Send CSR Request From Admin Concurrently
419 ... and send csr request from admin concurrently and verify error for operator
428 Dictionary Should Not Contain Value ${dict} False
433 Send CSR Request From Admin And Operator And Corrupted CSR From Admin Concurrently And Verify
434 [Documentation] Send csr request from admin and operator and corrupted
444 Dictionary Should Not Contain Value ${dict} False
449 Send Corrupted CSR Requests From Admin And Operator And CSR Request From Admin Concurrently And Ver…
450 [Documentation] Send corrupted csr request from admin and operator and csr request
460 Dictionary Should Not Contain Value ${dict} False
465 Send Corrupted CSR Requests From Admin And Operator User Concurrently And Verify
466 [Documentation] Send corrupted csr requests from admin and operator and
475 Dictionary Should Not Contain Value ${dict} False
482 Get Root Certificate From Admin And Send CSR Requests From Non Admin Concurrently And Verify
485 ... errors for non-admins.
492 Dictionary Should Not Contain Value ${dict} False
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
506 Dictionary Should Not Contain Value ${dict} False
511 Send Corrupted CSR Request From Admin And CSR Requests From Non Admin Concurrently And Verify
512 [Documentation] Send corrupted csr request from admin and csr request from non admin
520 Dictionary Should Not Contain Value ${dict} False
525 Send CSR Request And Corrupted CSR Requests From Non Admin Users Concurrently And Verify
526 [Documentation] Send csr and corrupted csr request from non admin users
534 Dictionary Should Not Contain Value ${dict} False
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
552 Dictionary Should Not Contain Value ${dict} False
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
568 Dictionary Should Not Contain Value ${dict} False
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"
596 Send CSR To VMI And Get Signed
606 IF "${XAUTH_TOKEN}" != "${EMPTY}" or ${force_create} == ${True}
611 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
612 ... Content-Type=application/json
637 # This is not applicable for root certificate.
640 IF "${XAUTH_TOKEN}" != "${EMPTY}" or ${force_create} == ${True}
645 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
646 ... Content-Type=application/json
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
705 # This is not applicable for root certificate.
718 ${resp}= Send CSR To VMI And Get Signed ${csr_str} ${force_create} ${username} ${password}