From: Fiete Ostkamp Date: Thu, 4 Dec 2025 11:43:13 +0000 (+0100) Subject: Revert back to orange pythonsdk X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F142640%2F5;p=integration%2Fxtesting.git Revert back to orange pythonsdk - 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 --- diff --git a/smoke-usecases-pythonsdk/docker/Dockerfile b/smoke-usecases-pythonsdk/docker/Dockerfile index 571dffa..8de2a1f 100644 --- a/smoke-usecases-pythonsdk/docker/Dockerfile +++ b/smoke-usecases-pythonsdk/docker/Dockerfile @@ -19,6 +19,9 @@ RUN apk add --no-cache git && \ 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"]