From af27a923750ae7e4c2590d6be0c3a1400981c03e Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 13 Feb 2019 21:23:28 +0100 Subject: [PATCH] Publish tempest details into database MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It switches from tempest.log to rally.log to conform with rally/stestr. Change-Id: I00c2a268a2bc312a22a8d70278fad618c1c25235 Signed-off-by: Cédric Ollivier (cherry picked from commit 4afaf09c94da6e98ca449a7495f158e2d30255e5) --- functest/opnfv_tests/openstack/tempest/tempest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py index d7e3f243d..011c8b6fb 100644 --- a/functest/opnfv_tests/openstack/tempest/tempest.py +++ b/functest/opnfv_tests/openstack/tempest/tempest.py @@ -260,7 +260,7 @@ class TempestCommon(singlevm.VmReady2): return with open(os.path.join(self.res_dir, - "tempest.log"), 'r') as logfile: + "rally.log"), 'r') as logfile: output = logfile.read() success_testcases = [] -- 2.16.6