diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-07-06 12:20:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-06 12:20:58 +0000 |
commit | e8da5039e00da77c06c7acd481e2b6732ba6762f (patch) | |
tree | 2cb3e1cb4428fd7b25ebdf9b1cb956ab12942f53 | |
parent | 2bea82e39d62246552a9d6d49c74bbc32747f018 (diff) | |
parent | 2950b1d0f9744ac83a18510792d057c30a2ee67e (diff) |
Merge "Bugfix: Abnormally stopped background scenario causes test data lost"
-rw-r--r-- | yardstick/benchmark/core/task.py | 4 |
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): |