From 623dbb04fe0bb6fc2430e6744a5a3657c22f85a1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 18 May 2019 11:27:06 +0200 Subject: Update tempest to avoid resource leaks in EndPointGroupsTest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 084ce7dd3976d65409f54d8ff5010e709ec76cd6) --- docker/smoke/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/smoke/Dockerfile') diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index 14b3fc394..3811fd1e4 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/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 REFSTACK_TARGET=2018.11 ARG PATROLE_TAG=0.4.0 ARG NEUTRON_TEMPEST_TAG=0.3.0 -- cgit 1.2.3-korg