diff options
author | 2019-05-18 11:27:06 +0200 | |
---|---|---|
committer | 2019-05-18 11:41:02 +0200 | |
commit | 623dbb04fe0bb6fc2430e6744a5a3657c22f85a1 (patch) | |
tree | 87b00bf028a54f521942b1c08cb5ab295e42b0d4 /docker/benchmarking | |
parent | bec855b55a018c88c9f440d5f21576d788f9c6d1 (diff) |
Update tempest to avoid resource leaks in EndPointGroupsTest
It includes "Fix resource leaks in EndPointGroupsTest" [1] which
removes the 2 remaining tempest services.
It's worth mentioning they raised side effects when trying to connect
to Horizon.
Change-Id: Ic85fa38a4690c5532d10d21d2eec64d99ab1e8cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 084ce7dd3976d65409f54d8ff5010e709ec76cd6)
Diffstat (limited to 'docker/benchmarking')
-rw-r--r-- | docker/benchmarking/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/benchmarking/Dockerfile b/docker/benchmarking/Dockerfile index c63bbad28..31e4392c4 100644 --- a/docker/benchmarking/Dockerfile +++ b/docker/benchmarking/Dockerfile @@ -2,7 +2,7 @@ FROM opnfv/functest-tempest:hunter ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky -ARG TEMPEST_TAG=20.0.0 +ARG TEMPEST_TAG=23325c0ee8868324b1d4cd79ccbcb5026c7ed00a ARG VMTP_TAG=2.4.8 RUN apk --no-cache add --update libxml2 libxslt && \ |