[XTESTING] Update link to upper-constraints 56/137956/4 newdelhi
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Thu, 16 May 2024 16:32:17 +0000 (18:32 +0200)
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Thu, 16 May 2024 17:24:25 +0000 (19:24 +0200)
update link to upper-constraints.txt

Issue-ID: DOC-823
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166

Pipfile [new file with mode: 0644]
benchmarking/docker/Dockerfile
healthcheck/docker/Dockerfile
infra-healthcheck/tox.ini
smoke-usecases-robot-py3/docker/Dockerfile
smoke-usecases-robot/docker/Dockerfile

diff --git a/Pipfile b/Pipfile
new file mode 100644 (file)
index 0000000..5d44a48
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,11 @@
+[[source]]
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+
+[dev-packages]
+
+[requires]
+python_version = "3.8"
index 38108cd..b205b5b 100644 (file)
@@ -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 \
index 6229f7f..2e98248 100644 (file)
@@ -1,6 +1,6 @@
 FROM opnfv/xtesting:jerma
 
-ARG OPENSTACK_TAG=stable/wallaby
+ARG OPENSTACK_TAG=yoga
 ARG PIP_TAG=20.1
 ARG OPNFV_TAG=stable/jerma
 ARG ONAP_TAG=master
@@ -23,7 +23,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 \
index d1e9f4c..880bea3 100644 (file)
@@ -5,7 +5,7 @@ envlist = pylint,yamllint,bashate,py3
 usedevelop = True
 deps =
   -chttps://git.opnfv.org/functest/plain/upper-constraints.txt
-  -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master}
+  -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
   -r{toxinidir}/requirements.txt
 install_command = pip install {opts} {packages}
 
index ce12e90..f5c7bb6 100644 (file)
@@ -29,7 +29,7 @@ RUN apk --no-cache add --update openssl && \
     pip install --upgrade pip && \
     pip install --no-cache-dir \
     pip 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 && \
     pip install \
         -rrequirements.txt && \
index 23071d9..77f87a8 100644 (file)
@@ -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 \