aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-10-03 15:24:52 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-10-03 15:29:30 +0200
commit435b84b001eacfad7abba1c5d15deef6d7e3ed71 (patch)
treed40a82bb3bf3eae18fe4f2417a5fc4b206837b03
parent077eaae74d9eed5329c8f4a38e15f6e18e84bcf3 (diff)
Update rally versions to detect cinder endpoints
It mainly backports "Update rally-openstack to support block-storage" [1] to fix the issues when cinder enpoint is missing (reported by Dovetail and Orange). [1] https://gerrit.opnfv.org/gerrit/c/functest/+/67614 Change-Id: I3369d2063e8829f1f0881a757f1f91c187127e23 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/tempest/Dockerfile4
-rw-r--r--upper-constraints.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile
index ffb9bd7e8..ad1a2f34e 100644
--- a/docker/tempest/Dockerfile
+++ b/docker/tempest/Dockerfile
@@ -3,8 +3,8 @@ FROM opnfv/functest-core:hunter
ARG BRANCH=stable/hunter
ARG OPENSTACK_TAG=stable/rocky
ARG TEMPEST_TAG=21.0.0
-ARG RALLY_TAG=1.3.0
-ARG RALLY_OPENSTACK_TAG=1.3.0
+ARG RALLY_TAG=1.5.1
+ARG RALLY_OPENSTACK_TAG=1.5.0
ARG UJSON_TAG=d25e024f481c5571d15f3c0c406a498ca0467cfd
RUN apk --no-cache add --virtual .build-deps --update \
diff --git a/upper-constraints.txt b/upper-constraints.txt
index de66a3156..2c77f6248 100644
--- a/upper-constraints.txt
+++ b/upper-constraints.txt
@@ -19,7 +19,7 @@ xtesting===0.62.0
networking-bgpvpn===9.0.0
networking-sfc===7.0.0
neutron===13.0.2
-os-faults===0.1.18
+os-faults===0.2.1
bandit===1.1.0
ruamel.yaml.jinja2==0.2.2
pylint===1.9.5;python_version=='2.7'