aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-11-23 08:02:46 +0100
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-11-24 07:58:44 +0000
commitdb6c41f81496a13b593f4312cb6a50d247771bb6 (patch)
tree78aefbcd6a91e052247454704d624b06cf8f3c68
parent7821409918a1f40170bf2623ac666dd6af65f9e4 (diff)
[PYTHON] Fix python dep for healthcheck xtesting docker
same than for smoke-usecases-robot Issue-ID: INT-2006 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I97d38d3dc6517bbbc5643e9eea8614c171d7ae27 (cherry picked from commit 75e88376ceb8ad62ef05c42c4cd1c059c5ce481f)
-rw-r--r--healthcheck/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile
index 60422ef..3ca0f00 100644
--- a/healthcheck/docker/Dockerfile
+++ b/healthcheck/docker/Dockerfile
@@ -1,8 +1,8 @@
FROM opnfv/xtesting:jerma
-ARG OPENSTACK_TAG=master
+ARG OPENSTACK_TAG=stable/wallaby
ARG PIP_TAG=20.1
-ARG OPNFV_TAG=master
+ARG OPNFV_TAG=stable/jerma
ARG ONAP_TAG=master
ENV PYTHONPATH $PYTHONPATH:/src/testing-utils/robotframework-onap/eteutils