Revert back to orange pythonsdk 40/142640/5
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 4 Dec 2025 11:43:13 +0000 (12:43 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 26 Jan 2026 12:47:42 +0000 (12:47 +0000)
- 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>
smoke-usecases-pythonsdk/docker/Dockerfile

index 571dffa..8de2a1f 100644 (file)
@@ -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"]