Publish tempest details into database 15/67015/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 13 Feb 2019 20:23:28 +0000 (21:23 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 13 Feb 2019 20:23:28 +0000 (21:23 +0100)
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>
functest/opnfv_tests/openstack/tempest/tempest.py

index d7e3f24..011c8b6 100644 (file)
@@ -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 = []