aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-11-23 08:02:46 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2021-11-23 07:03:50 +0000
commit75e88376ceb8ad62ef05c42c4cd1c059c5ce481f (patch)
treec4e7e8714e2c9192acd1e3537d925c80f0d05016
parentdf4c6bd9dfe62d0e21486e69b6f551f0d9696a45 (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
-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