From 4afaf09c94da6e98ca449a7495f158e2d30255e5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 13 Feb 2019 21:23:28 +0100 Subject: Publish tempest details into database MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- 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 = [] -- cgit 1.2.3-korg