aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarking
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-01-06 11:13:38 +0100
committermrichomme <morgan.richomme@orange.com>2020-01-06 11:13:38 +0100
commit3a4cef6bd02cfae2706085fd2ed07b68d95a6d9e (patch)
tree9b909f04cf4de4968c992a92f105a481466edfd8 /benchmarking
parent946c86fe3a9dea05ec3f5178ebf8e783b674409f (diff)
Update python3 version due to xtesting master update
Issue-ID: INT-1366 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I322aa4de7e01895c839e1ccb4259333fb3a7cb17
Diffstat (limited to 'benchmarking')
-rw-r--r--benchmarking/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarking/docker/Dockerfile b/benchmarking/docker/Dockerfile
index 1f2d1cf..4206b4c 100644
--- a/benchmarking/docker/Dockerfile
+++ b/benchmarking/docker/Dockerfile
@@ -2,7 +2,7 @@ FROM opnfv/xtesting
ARG OPENSTACK_TAG=master
ARG OPNFV_TAG=master
ARG ONAP_TAG=master
-ARG PIP_TAG=19.3
+ARG PIP_TAG=19.3.1
ENV PYTHONPATH $PYTHONPATH:/src/testing-utils/robotframework-onap/eteutils
ENV TAG all
@@ -28,6 +28,6 @@ RUN apk --no-cache add --virtual .build-deps --update \
cd / && ln -s /var/opt/ONAP/robot/ /robot && \
apk del .build-deps
-COPY docker/testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
+COPY docker/testcases.yaml /usr/lib/python3.8/site-packages/xtesting/ci/testcases.yaml
COPY scripts/cmd.sh /
CMD ["/cmd.sh"]