task: fixup s/exe_info/exc_info 21/43121/1
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 26 Sep 2017 05:23:36 +0000 (22:23 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Tue, 26 Sep 2017 06:11:45 +0000 (23:11 -0700)
JIRA: YARDSTICK-785

Change-Id: Ib37498e8df6a520f1d03256b73346fcedab3a177
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
yardstick/benchmark/core/task.py

index 7e071bc..c175a95 100644 (file)
@@ -125,7 +125,7 @@ class Task(object):     # pragma: no cover
             except KeyboardInterrupt:
                 raise
             except Exception:
-                LOG.error('Testcase: "%s" FAILED!!!', case_name, exe_info=True)
+                LOG.error('Testcase: "%s" FAILED!!!', case_name, exc_info=True)
                 testcases[case_name] = {'criteria': 'FAIL', 'tc_data': []}
             else:
                 LOG.info('Testcase: "%s" SUCCESS!!!', case_name)