diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-01 11:55:09 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-01 11:55:09 +0200 |
commit | b950ff8ea39c666ba3e593d051cfd826be6fd080 (patch) | |
tree | 6cf90eebb9dcc87b40bc643083291bc712dddac0 /tests | |
parent | 98ed0327558d259097cfa91c696d5a20a9cbbc53 (diff) |
Set fixed version of oom-certservice-client in CSITs
oom-certservice-client is getting deprecated, and
won't be built anymore, so we can set its version
to latest released one - 2.3.3
Issue-ID: OOM-2744
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ifb63caa55313c7dbf8fd2889a7cc4d57fde6e4ae
Diffstat (limited to 'tests')
-rw-r--r-- | tests/oom-platform-cert-service/certservice/resources/cert-service-properties.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oom-platform-cert-service/certservice/resources/cert-service-properties.robot b/tests/oom-platform-cert-service/certservice/resources/cert-service-properties.robot index f417f5ec..d2ff4eeb 100644 --- a/tests/oom-platform-cert-service/certservice/resources/cert-service-properties.robot +++ b/tests/oom-platform-cert-service/certservice/resources/cert-service-properties.robot @@ -27,7 +27,7 @@ ${VALID_ENV_FILE_PEM} %{WORKSPACE}/tests/oom-platform-cert-se ${VALID_ENV_FILE_ALL_SANS_TYPES} %{WORKSPACE}/tests/oom-platform-cert-service/certservice/assets/valid_client_docker_all_sans_types.env ${INVALID_ENV_FILE_OUTPUT_TYPE} %{WORKSPACE}/tests/oom-platform-cert-service/certservice/assets/invalid_client_docker_output_type.env ${INVALID_ENV_FILE} %{WORKSPACE}/tests/oom-platform-cert-service/certservice/assets/invalid_client_docker.env -${DOCKER_CLIENT_IMAGE} nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:latest +${DOCKER_CLIENT_IMAGE} nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3 ${CLIENT_CONTAINER_NAME} %{ClientContainerName} ${CERT_SERVICE_NETWORK} certservice_certservice ${MOUNT_PATH} %{WORKSPACE}/tests/oom-platform-cert-service/certservice/tmp |