X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Foom-platform-cert-service%2Fcertservice%2Fcert-service-test.robot;h=3cc2fce89a8795429faa321fb97b1a57d4230b3f;hb=b7e9993ce237092ce54d0e753d5f7173a4976f37;hp=58e8a7e34e1d0ac64ecd7b923632b69bf7e92de9;hpb=b360b52498bdfca7b21f8751cd47f9938ebcecab;p=integration%2Fcsit.git diff --git a/tests/oom-platform-cert-service/certservice/cert-service-test.robot b/tests/oom-platform-cert-service/certservice/cert-service-test.robot index 58e8a7e3..3cc2fce8 100644 --- a/tests/oom-platform-cert-service/certservice/cert-service-test.robot +++ b/tests/oom-platform-cert-service/certservice/cert-service-test.robot @@ -28,6 +28,11 @@ Generate Certificate In RA Mode For CA Name [Documentation] Send request to ${CERT_SERVICE_ENDPOINT}${RA_CA_NAME} endpoint and expect 200 Send Get Request with Header And Expect Success ${CERT_SERVICE_ENDPOINT}${RA_CA_NAME} ${VALID_RA_CSR_FILE} ${VALID_RA_PK_FILE} +Generate Certificate with all Sans types In RA Mode For CA Name + [Tags] OOM-CERT-SERVICE + [Documentation] Send request to ${CERT_SERVICE_ENDPOINT}${RA_CA_NAME} endpoint and expect 200 + Send Get Request with Header And Expect Success ${CERT_SERVICE_ENDPOINT}${RA_CA_NAME} ${VALID_RA_ALL_SANS_CSR_FILE} ${VALID_RA_ALL_SANS_PK_FILE} + Report Not Found Error When Path To Service Is Not Valid [Tags] OOM-CERT-SERVICE [Documentation] Send request to ${CERT_SERVICE_ENDPOINT} endpoint and expect 404 @@ -63,6 +68,11 @@ Cert Service Client successfully creates keystore and truststore with expected d [Documentation] Run with correct env and PKCS12 files created with correct data Run Cert Service Client And Validate PKCS12 Files Contain Expected Data ${VALID_ENV_FILE} 0 +Cert Service Client successfully creates keystore and truststore with all SANs types provided + [Tags] OOM-CERT-SERVICE + [Documentation] Run with correct env and expected exit code 0 + Run Cert Service Client And Validate PKCS12 Files Contain Expected Data ${VALID_ENV_FILE_ALL_SANS_TYPES} 0 + Cert Service Client successfully creates keystore and truststore with expected data with OUTPUT_TYPE=JKS [Tags] OOM-CERT-SERVICE [Documentation] Run with correct env and JKS files created with correct data