aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/runners/iteration.py
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2018-12-14 08:30:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-12-14 08:30:06 +0000
commitc3c8f6277acc2a1d49c9d4f562db3a8a23db61ca (patch)
tree0353b52e4fc6bc5ceeeaf3f14954a2dbe0cc440b /yardstick/benchmark/runners/iteration.py
parent24700ec3606ca422708646d60fb346d2e0d103cc (diff)
parent337eab4eb00aab01f6f5b36523248ac792b99581 (diff)
Merge "Add raise for iteration exception in IterationRunner"
Diffstat (limited to 'yardstick/benchmark/runners/iteration.py')
-rw-r--r--yardstick/benchmark/runners/iteration.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/benchmark/runners/iteration.py b/yardstick/benchmark/runners/iteration.py
index 4c88f3671..58ab06a32 100644
--- a/yardstick/benchmark/runners/iteration.py
+++ b/yardstick/benchmark/runners/iteration.py
@@ -96,6 +96,7 @@ def _worker_process(queue, cls, method_name, scenario_cfg,
except Exception: # pylint: disable=broad-except
errors = traceback.format_exc()
LOG.exception("")
+ raise
else:
if result:
# add timeout for put so we don't block test