Bugfix: task_id parameter from API can not pass to yardstick core 63/26863/1
authorchenjiankun <chenjiankun1@huawei.com>
Wed, 11 Jan 2017 10:42:32 +0000 (10:42 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Wed, 11 Jan 2017 10:42:32 +0000 (10:42 +0000)
commitcf7459ddc6d4e978b310bde8578bdaf47e7f1cfe
tree7e0efc547121ff893d38c46c46b4f39e43034d1b
parent708550dd0718abdad8862e2275cc8e025a7c55e3
Bugfix: task_id parameter from API can not pass to yardstick core

JIRA: YARDSTICK-531

Now in API entry the task_id parameter will not pass to yardstick core.
I fix it by pass task_id to yardstick.benchmark.core.task.start() method.

Change-Id: I66439660ff116d83104e5ba4f040106ca73142e6
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
yardstick/cmd/commands/task.py