From 85a8cc2b3c348386070f3fd0f0401e6a11feeff8 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Fri, 3 May 2019 20:29:33 +0200
Subject: Update to tempest 20.0.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

test_dualnet_multi_prefix_slaac which is uncovered (marked as slow) by
OpenStack gates [1] is failing on lf-virtual6 [2]. Updating to 20.0.0
is closer to the current OpenStack Neutron Rocky gates
(tempest==20.0.1.dev42) [3].

It's worth mentioning that we cannot downgrade to 19.0.0 because the
next commit is needed [4].

[1] http://logs.openstack.org/28/656428/1/check/tempest-multinode-full-py3/74d9cd7/testr_results.html.gz
[2] http://artifacts.opnfv.org/functest/functest-opnfv-functest-smoke-hunter-tempest_scenario-run-113/results/tempest_scenario/tempest-report.html
[3] http://logs.openstack.org/57/654957/2/check/neutron-tempest-multinode-full/e5eda83/job-output.txt.gz
[4] https://github.com/openstack/tempest/commit/3588bb3f5ef546a0ef4d4ad621fd1be381b5fdaf

Change-Id: I496df1272f26ad73daf388070b762b736e4e5fd8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 docker/tempest/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docker/tempest/Dockerfile')

diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile
index edbe748a2..8af55e506 100644
--- a/docker/tempest/Dockerfile
+++ b/docker/tempest/Dockerfile
@@ -2,7 +2,7 @@ FROM opnfv/functest-core:hunter
 
 ARG BRANCH=stable/hunter
 ARG OPENSTACK_TAG=stable/rocky
-ARG TEMPEST_TAG=3588bb3f5ef546a0ef4d4ad621fd1be381b5fdaf
+ARG TEMPEST_TAG=20.0.0
 ARG RALLY_TAG=1.3.0
 ARG RALLY_OPENSTACK_TAG=1.3.0
 ARG UJSON_TAG=d25e024f481c5571d15f3c0c406a498ca0467cfd
-- 
cgit