aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-11-06 11:49:16 +0100
committermrichomme <morgan.richomme@orange.com>2020-11-06 13:51:32 +0100
commitf1598853ba48d609e8b442e3113000830fe37cb7 (patch)
tree121f37f22b77fd3e030044f7cc47635f79308589
parenta83804927cc54128303bc9e619e45da86e4e81da (diff)
Use develop pythonsdk for xtesting docker on develop branch
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>
-rw-r--r--smoke-usecases-pythonsdk/docker/Dockerfile2
-rw-r--r--smoke-usecases-pythonsdk/requirements.txt2
2 files changed, 1 insertions, 3 deletions
diff --git a/smoke-usecases-pythonsdk/docker/Dockerfile b/smoke-usecases-pythonsdk/docker/Dockerfile
index b631883..0322774 100644
--- a/smoke-usecases-pythonsdk/docker/Dockerfile
+++ b/smoke-usecases-pythonsdk/docker/Dockerfile
@@ -9,8 +9,6 @@ RUN apk add --no-cache python3 git && \
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
diff --git a/smoke-usecases-pythonsdk/requirements.txt b/smoke-usecases-pythonsdk/requirements.txt
index c14cf0d..24f6152 100644
--- a/smoke-usecases-pythonsdk/requirements.txt
+++ b/smoke-usecases-pythonsdk/requirements.txt
@@ -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