From f208ee19227579d8497b391d14e38bfc937b9869 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Thu, 16 May 2024 18:32:17 +0200 Subject: [XTESTING] Update link to upper-constraints update link to upper-constraints.txt Issue-ID: DOC-823 Signed-off-by: Lukasz Rajewski Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166 --- smoke-usecases-robot/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smoke-usecases-robot') diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile index 23071d9..77f87a8 100644 --- a/smoke-usecases-robot/docker/Dockerfile +++ b/smoke-usecases-robot/docker/Dockerfile @@ -2,7 +2,7 @@ FROM opnfv/xtesting:jerma MAINTAINER Morgan Richomme -ARG OPENSTACK_TAG=stable/wallaby +ARG OPENSTACK_TAG=yoga ARG OPNFV_TAG=stable/jerma ARG ONAP_TAG=master ARG PIP_TAG=20.1 @@ -33,7 +33,7 @@ RUN apk --no-cache add --update openssl chromium chromium-chromedriver && \ git clone --depth 1 https://git.onap.org/testsuite -b $ONAP_TAG /var/opt/ONAP && \ git clone --depth 1 https://git.onap.org/demo -b $ONAP_TAG /src/demo && \ pip install \ - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \ + -chttps://releases.openstack.org/constraints/upper/$OPENSTACK_TAG \ pip==$PIP_TAG && \ pip install \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \ -- cgit 1.2.3-korg