Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a8225b3
)
task: fixup s/exe_info/exc_info
69/43369/1
author
Ross Brattain
<ross.b.brattain@intel.com>
Tue, 26 Sep 2017 05:23:36 +0000
(22:23 -0700)
committer
Jack Chan
<chenjiankun1@huawei.com>
Thu, 28 Sep 2017 01:50:10 +0000
(
01:50
+0000)
JIRA: YARDSTICK-785
Change-Id: Ib37498e8df6a520f1d03256b73346fcedab3a177
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
9ea225f671b774c6e373dbaab146d68cac16194e
)
yardstick/benchmark/core/task.py
patch
|
blob
|
history
diff --git
a/yardstick/benchmark/core/task.py
b/yardstick/benchmark/core/task.py
index
7e071bc
..
c175a95
100644
(file)
--- a/
yardstick/benchmark/core/task.py
+++ b/
yardstick/benchmark/core/task.py
@@
-125,7
+125,7
@@
class Task(object): # pragma: no cover
except KeyboardInterrupt:
raise
except Exception:
- LOG.error('Testcase: "%s" FAILED!!!', case_name, ex
e
_info=True)
+ LOG.error('Testcase: "%s" FAILED!!!', case_name, ex
c
_info=True)
testcases[case_name] = {'criteria': 'FAIL', 'tc_data': []}
else:
LOG.info('Testcase: "%s" SUCCESS!!!', case_name)