Yardstick framework concurrent support 63/26763/3
authorchenjiankun <chenjiankun1@huawei.com>
Fri, 6 Jan 2017 08:01:53 +0000 (08:01 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Mon, 9 Jan 2017 02:14:26 +0000 (02:14 +0000)
commit52e7c7111a45bd9b89cabdeb446f4b50d7c7a07c
treeb9ccd4ebc308e3d8a7dd4c62c1537d4ad0518f02
parent57011bd0769f54a98b90d489df0f38751ca76c0e
Yardstick framework concurrent support

JIRA: YARDSTICK-528

Currently yardstick framework can not support run the same test case at
the same time.
But actually we need to support it.
The reason why framework can't support it is that openstack do not allow
to create stack with the same name.
So I use the task_id to make the stack different.

Change-Id: I9e853793650066dfc56606464f7826f330a1401c
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
yardstick/benchmark/core/task.py