Add raise for iteration exception in IterationRunner 57/65357/5
authorcope.li <cope.li@huawei.com>
Fri, 23 Nov 2018 08:34:23 +0000 (16:34 +0800)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 13 Dec 2018 14:54:23 +0000 (14:54 +0000)
commit337eab4eb00aab01f6f5b36523248ac792b99581
tree474acbc3bfa909796aec54fe236cd58a5a2fa01e
parentedb66ef37f9d89a783f3eda15d82d6fcebd7598e
Add raise for iteration exception in IterationRunner

When we run the testcase, if there was a exception in iteration
_work_process, the process will still run on ,and the test result will
not affected by the exception.

JIRA: YARDSTICK-1555

Change-Id: I03803c0473015379bb0eb20ed7d474a2d923a4e3
Signed-off-by: cope.li <cope.li@huawei.com>
yardstick/benchmark/runners/iteration.py
yardstick/tests/unit/benchmark/runner/test_iteration.py [new file with mode: 0644]