diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-17 02:22:33 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-17 02:22:33 +0200 |
commit | dc8556e4daff91de71ec87fde2454dde4a0de9f4 (patch) | |
tree | bd79a80c4624f15c8e73ea5406c175b2fed71934 | |
parent | 0c61fb2ca2029e8f0913d0d838fe3ac30283558c (diff) |
Update upper-constraints.txt to wallaby
Change-Id: I6d34313569d7d7324785f4e9665e0b38bd8f37b4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke/Dockerfile | 4 | ||||
-rw-r--r-- | upper-constraints.txt | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index bf5c4e114..8a0407542 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/Dockerfile @@ -10,9 +10,9 @@ ARG NOVA_TAG=stable/wallaby ARG KEYSTONE_TAG=stable/wallaby ARG CINDER_TAG=stable/wallaby ARG BARBICAN_TAG=1.2.0 -ARG OCTAVIA_TAG=1.6.0 +ARG OCTAVIA_TAG=1.7.0 ARG HEAT_TEMPEST_TAG=1.2.0 -ARG TELEMETRY_TEMPEST_TAG=1.2.0 +ARG TELEMETRY_TEMPEST_TAG=1.3.0 ARG CYBORG_TEMPEST_TAG=1.2.0 RUN apk --no-cache add --update libxml2 libxslt && \ diff --git a/upper-constraints.txt b/upper-constraints.txt index 38ddd6af7..3ed422092 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -1,4 +1,4 @@ -git+https://gerrit.opnfv.org/gerrit/functest#egg=functest +git+https://gerrit.opnfv.org/gerrit/functest@stable/wallaby#egg=functest git+https://github.com/collivier/cloudify-rest-client.git@4.3.3-py3#egg=cloudify-rest-client robotframework===3.1.1 robotframework-httplibrary===0.4.2 @@ -9,10 +9,10 @@ xtesting===0.91.0 git+https://github.com/PyCQA/bandit@3d0824676974e7e2e9635c10bc4f12e261f1dbdf#egg=bandit bandit===1.1.0 ruamel.yaml.jinja2==0.2.2 --e git+https://opendev.org/openstack/tempest#egg=tempest --e git+https://opendev.org/openstack/rally.git#egg=rally -git+https://opendev.org/openstack/rally-openstack.git#egg=rally-openstack -git+https://github.com/xrally/xrally-kubernetes.git#egg=xrally-kubernetes +-e git+https://opendev.org/openstack/tempest@27.0.0#egg=tempest +-e git+https://opendev.org/openstack/rally.git@3.2.0#egg=rally +git+https://opendev.org/openstack/rally-openstack.git@2.1.0#egg=rally-openstack +git+https://github.com/xrally/xrally-kubernetes.git@2ffa85af2bff3438b6b23034b6ec6ee1de481090#egg=xrally-kubernetes pylint===1.9.5;python_version=='2.7' pylint===2.4.4;python_version=='3.8' flake8===3.7.9 |