From: Cédric Ollivier Date: Fri, 17 Dec 2021 16:32:45 +0000 (+0100) Subject: Fix OPNFV tag X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=83dce0f64ebeb0ea0a3e0bad828e2f265cc80e98;p=functest-kubernetes.git Fix OPNFV tag Change-Id: If09336d4d00c8b69500765824dfe5f2554160403 Signed-off-by: Cédric Ollivier --- diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 41ac18d1..e144a80e 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.14 ARG BRANCH=stable/v1.22 ARG OPENSTACK_TAG=stable/xena -ARG OPNFV_TAG=stable/v1.22 +ARG OPNFV_TAG=stable/xena COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch diff --git a/tox.ini b/tox.ini index db516736..91ab03b2 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = pep8,pylint,yamllint,bashate,py39,bandit,perm pip_version = pip==20.2.4 usedevelop = True deps = - -chttps://git.opnfv.org/functest/plain/upper-constraints.txt + -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/xena -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/xena/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt