From 58ea188974e9d2e792da205c93616653de96216d Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 4 Dec 2025 12:43:13 +0100 Subject: [PATCH] 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 --- smoke-usecases-pythonsdk/docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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"] -- 2.16.6