From: Cédric Ollivier Date: Wed, 13 Feb 2019 20:23:28 +0000 (+0100) Subject: Publish tempest details into database X-Git-Tag: opnfv-9.0.0~69 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4afaf09c94da6e98ca449a7495f158e2d30255e5;p=functest.git Publish tempest details into database It switches from tempest.log to rally.log to conform with rally/stestr. Change-Id: I00c2a268a2bc312a22a8d70278fad618c1c25235 Signed-off-by: Cédric Ollivier --- 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 = []