summaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-02-14 08:45:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-14 08:45:58 +0000
commit5ecd7b446156775b8adb9cd15fe7decea5d305d9 (patch)
tree4ba37278e908ccbbf5b5a543859b26cea54a08d0 /yardstick
parent5420dd71763226d78fb1ff486b78918432c73e49 (diff)
parent75a8fe55b3e0932539a6c22a54f387b9e9b3c4f0 (diff)
Merge "Bux: task_id parameter from API can not pass to yardstick core"
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/cmd/commands/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/cmd/commands/task.py b/yardstick/cmd/commands/task.py
index 20ab086e5..57c2b1526 100644
--- a/yardstick/cmd/commands/task.py
+++ b/yardstick/cmd/commands/task.py
@@ -48,7 +48,7 @@ class TaskCommands(object):
self._init_result_file()
try:
- Task().start(param)
+ Task().start(param, **kwargs)
except Exception as e:
self._write_error_data(e)