diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-05-16 18:32:17 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-05-16 19:24:25 +0200 |
commit | f208ee19227579d8497b391d14e38bfc937b9869 (patch) | |
tree | d0ba66b669447f8b9c9d031483699a8aff26df97 /benchmarking | |
parent | b59c4a660eae7768fd546297fdcbce4564bf0d55 (diff) |
[XTESTING] Update link to upper-constraintsnewdelhi
update link to upper-constraints.txt
Issue-ID: DOC-823
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166
Diffstat (limited to 'benchmarking')
-rw-r--r-- | benchmarking/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarking/docker/Dockerfile b/benchmarking/docker/Dockerfile index 38108cd..b205b5b 100644 --- a/benchmarking/docker/Dockerfile +++ b/benchmarking/docker/Dockerfile @@ -16,7 +16,7 @@ RUN apk --no-cache add --virtual .build-deps --update \ git clone --depth 1 https://git.onap.org/testsuite/python-testing-utils -b $ONAP_TAG /src/testing-utils && \ git clone --depth 1 https://git.onap.org/demo -b $ONAP_TAG /src/demo && \ pip3 install \ - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \ + -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \ pip==$PIP_TAG && \ pip3 install \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \ |