aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/smoke/Dockerfile4
-rw-r--r--upper-constraints.txt10
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