Use develop pythonsdk for xtesting docker on develop branch 53/114653/2
authormrichomme <morgan.richomme@orange.com>
Fri, 6 Nov 2020 10:49:16 +0000 (11:49 +0100)
committermrichomme <morgan.richomme@orange.com>
Fri, 6 Nov 2020 12:51:32 +0000 (13:51 +0100)
It simplifies the way to test pythonsdk develop chain
xtesting:develop shall be generated and can be sued to very the tests
consuming the deveelop branch of pythonsdk

Issue-ID: INT-1771

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie89fa50e8fe01099fc12e6d0065c3c45ae82c0e0
Signed-off-by: mrichomme <morgan.richomme@orange.com>
smoke-usecases-pythonsdk/docker/Dockerfile
smoke-usecases-pythonsdk/requirements.txt

index b631883..0322774 100644 (file)
@@ -8,8 +8,6 @@ RUN apk add --no-cache python3 git && \
     apk add --no-cache --virtual .build-deps libffi-dev python3-dev \
         gcc openssl-dev linux-headers musl-dev && \
     pip3 install --upgrade pip && \
-    pip3 install --no-cache-dir \
-        git+https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk.git@develop && \
     pip3 install --no-cache-dir \
         git+https://gerrit.onap.org/r/testsuite/pythonsdk-tests@$ONAP_TESTS_TAG && \
     apk del .build-deps
index c14cf0d..24f6152 100644 (file)
@@ -6,5 +6,5 @@ urllib3<=1.24.1
 pyyaml
 xtesting
 oyaml
-openstacksdk
 simplejson
+-e git+https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk.git@develop#egg=onapsdk