aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-02-13 21:23:28 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-02-13 21:26:20 +0100
commitaf27a923750ae7e4c2590d6be0c3a1400981c03e (patch)
treec4c816e0de7688cce25a34b4e8abfdabaf8bd14b
parent8443c88eb2689de36d070b16f744f13ecce72635 (diff)
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 <cedric.ollivier@orange.com> (cherry picked from commit 4afaf09c94da6e98ca449a7495f158e2d30255e5)
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py2
1 files changed, 1 insertions, 1 deletions
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 = []