- undo [previous CR](https://gerrit.onap.org/r/c/integration/xtesting/+/140846) that switched to
latest ONAP pythonsdk
- smoke tests are not working with it and the diff is too large (changes in 197 files compared to
Orange version)
Issue-ID: INT-2339
Change-Id: Id58d7d060bce16f49785a99a658edcfdad0039e4
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
pip3 install markupsafe==2.0.1 && \
apk del .build-deps
+FROM pythonsdk-release as pythonsdk-develop
+RUN pip3 install --no-cache-dir git+https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk@develop#onapsdk
+
FROM ${PYTHONSDK_VERSION} as final
COPY docker/testcases.yaml /usr/local/lib/python3.11/site-packages/xtesting/ci/testcases.yaml
CMD ["run_tests", "-t", "all"]