From 12e1aaf474b57622fc9db4501ad61a9cde95d944 Mon Sep 17 00:00:00 2001 From: morganrol Date: Sun, 11 Apr 2021 09:57:20 +0200 Subject: [CLAMP] Fix path for schema_details.json As we moved back to standard python packaging, the json artifact must follow the onapsdk requirements. It could be fixed in onap-pythonsdk [1] but it would require a new release of the SDK, it is possible to adjust by creating the file at right place from the docker. Issue-ID: INT-1819 [1]:https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk/ -/blob/develop/src/onapsdk/clamp/loop_instance.py#L82 Signed-off-by: morganrol Change-Id: I4bd21f22a73396160d06d0e02484cdbbd6dc14e1 --- smoke-usecases-pythonsdk/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoke-usecases-pythonsdk/docker') diff --git a/smoke-usecases-pythonsdk/docker/Dockerfile b/smoke-usecases-pythonsdk/docker/Dockerfile index f91d47f..99d4628 100644 --- a/smoke-usecases-pythonsdk/docker/Dockerfile +++ b/smoke-usecases-pythonsdk/docker/Dockerfile @@ -3,7 +3,7 @@ FROM opnfv/xtesting MAINTAINER Morgan Richomme ARG ONAP_TESTS_TAG=master -ARG ONAPSDK_PYTHON_PATH=/usr/lib/python3.8/site-packages/onapsdk +ARG ONAPSDK_PYTHON_PATH=/src/onapsdk ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 -- cgit 1.2.3-korg