aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/core/task.py
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-07-06 12:20:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-06 12:20:58 +0000
commite8da5039e00da77c06c7acd481e2b6732ba6762f (patch)
tree2cb3e1cb4428fd7b25ebdf9b1cb956ab12942f53 /yardstick/benchmark/core/task.py
parent2bea82e39d62246552a9d6d49c74bbc32747f018 (diff)
parent2950b1d0f9744ac83a18510792d057c30a2ee67e (diff)
Merge "Bugfix: Abnormally stopped background scenario causes test data lost"
Diffstat (limited to 'yardstick/benchmark/core/task.py')
-rw-r--r--yardstick/benchmark/core/task.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/yardstick/benchmark/core/task.py b/yardstick/benchmark/core/task.py
index 30ad98f4b..0e85e6316 100644
--- a/yardstick/benchmark/core/task.py
+++ b/yardstick/benchmark/core/task.py
@@ -255,11 +255,7 @@ class Task(object): # pragma: no cover
self.outputs.update(runner.get_output())
result.extend(runner.get_result())
-
- if status != 0:
- raise RuntimeError
print("Background task ended")
-
return result
def atexit_handler(self):