diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-11-25 12:46:26 +0100 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-11-26 13:01:51 +0100 |
commit | a94201cdbbe0c1ceb2fa0e676a61627e4bc7b657 (patch) | |
tree | 6bff2f080aaeb8eebc0eef2f14ace4979ee11985 /tests/oom-platform-cert-service/certservice/cert-service-test.robot | |
parent | 3bbc1c7cb0400aea0235d130d36841e64ae53727 (diff) |
Update CertServiceClient tests with new SANs types
- Add new test with all SANs types
- Add sorting SANs
Issue-ID: OOM-2559
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: Ic32c410109c8340b776ffc78e967106b0873ac4e
Diffstat (limited to 'tests/oom-platform-cert-service/certservice/cert-service-test.robot')
-rw-r--r-- | tests/oom-platform-cert-service/certservice/cert-service-test.robot | 5 |
1 files changed, 5 insertions, 0 deletions
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 85d0f357..3cc2fce8 100644 --- a/tests/oom-platform-cert-service/certservice/cert-service-test.robot +++ b/tests/oom-platform-cert-service/certservice/cert-service-test.robot @@ -68,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 |