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 <morgan.richomme@orange.com>
Change-Id: I4bd21f22a73396160d06d0e02484cdbbd6dc14e1
MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
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