diff options
Diffstat (limited to 'smoke-usecases-robot/docker')
-rw-r--r-- | smoke-usecases-robot/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <morgan.richomme@orange.com> -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 \ |