diff options
Diffstat (limited to 'tests/oom-platform-cert-service/postprocessor/resources/test-properties.robot')
-rw-r--r-- | tests/oom-platform-cert-service/postprocessor/resources/test-properties.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/oom-platform-cert-service/postprocessor/resources/test-properties.robot b/tests/oom-platform-cert-service/postprocessor/resources/test-properties.robot index ab4c18ba..80fc06af 100644 --- a/tests/oom-platform-cert-service/postprocessor/resources/test-properties.robot +++ b/tests/oom-platform-cert-service/postprocessor/resources/test-properties.robot @@ -1,7 +1,7 @@ *** Variables *** -${DOCKER_MERGER_IMAGE} nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:latest -${MERGER_CONTAINER_NAME} %{CertServicePostProcessorContainerName} +${CERT_POST_PROCESSOR_DOCKER_IMAGE} nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:latest +${CERT_POST_PROCESSOR_CONTAINER_NAME} %{CertServicePostProcessorContainerName} ${BASE_PATH} %{WORKSPACE}/tests/oom-platform-cert-service/postprocessor ${MOUNT_PATH} ${BASE_PATH}/tmp ${TRUSTSTORES_PATH} ${BASE_PATH}/assets/truststores |