aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/core
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-01-23 02:52:24 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-23 02:52:24 +0000
commit5babed1aa6b2f867e639193841b231c3a0200b87 (patch)
tree0157186e4e3c94762bc80c3372a9b94254854d7d /yardstick/benchmark/core
parent75f55c05789beb4fbe2391d33349058bba4ea5c0 (diff)
parent0d95404dcdbda326a3fffa344a8295bf696f9626 (diff)
Merge "Record task status if running via CLI"
Diffstat (limited to 'yardstick/benchmark/core')
-rw-r--r--yardstick/benchmark/core/task.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yardstick/benchmark/core/task.py b/yardstick/benchmark/core/task.py
index 14b46867c..87d70f42f 100644
--- a/yardstick/benchmark/core/task.py
+++ b/yardstick/benchmark/core/task.py
@@ -66,8 +66,6 @@ class Task(object): # pragma: no cover
if args.parse_only:
sys.exit(0)
- if os.path.isfile(args.output_file):
- os.remove(args.output_file)
# parse task_files
for i in range(0, len(task_files)):
one_task_start_time = time.time()