From 2950b1d0f9744ac83a18510792d057c30a2ee67e Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Tue, 4 Jul 2017 05:59:52 +0000 Subject: Bugfix: Abnormally stopped background scenario causes test data lost Change-Id: I19b8d1c1c6becf4335537d585046cbd59cab5935 Signed-off-by: JingLu5 --- yardstick/benchmark/core/task.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'yardstick/benchmark/core/task.py') diff --git a/yardstick/benchmark/core/task.py b/yardstick/benchmark/core/task.py index d1a4d7561..af5b70566 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): -- cgit 1.2.3-korg