aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-05-16 18:32:17 +0200
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-05-16 19:24:25 +0200
commitf208ee19227579d8497b391d14e38bfc937b9869 (patch)
treed0ba66b669447f8b9c9d031483699a8aff26df97
parentb59c4a660eae7768fd546297fdcbce4564bf0d55 (diff)
[XTESTING] Update link to upper-constraintsHEADnewdelhimaster
update link to upper-constraints.txt Issue-ID: DOC-823 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166
-rw-r--r--Pipfile11
-rw-r--r--benchmarking/docker/Dockerfile2
-rw-r--r--healthcheck/docker/Dockerfile4
-rw-r--r--infra-healthcheck/tox.ini2
-rw-r--r--smoke-usecases-robot-py3/docker/Dockerfile2
-rw-r--r--smoke-usecases-robot/docker/Dockerfile4
6 files changed, 18 insertions, 7 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
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"
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 \
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile
index 6229f7f..2e98248 100644
--- a/healthcheck/docker/Dockerfile
+++ b/healthcheck/docker/Dockerfile
@@ -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 \
diff --git a/infra-healthcheck/tox.ini b/infra-healthcheck/tox.ini
index d1e9f4c..880bea3 100644
--- a/infra-healthcheck/tox.ini
+++ b/infra-healthcheck/tox.ini
@@ -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}
diff --git a/smoke-usecases-robot-py3/docker/Dockerfile b/smoke-usecases-robot-py3/docker/Dockerfile
index ce12e90..f5c7bb6 100644
--- a/smoke-usecases-robot-py3/docker/Dockerfile
+++ b/smoke-usecases-robot-py3/docker/Dockerfile
@@ -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 && \
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 \