associate an uuid to yardstick_key and yardstick_key.pub 05/26705/3
authorJingLu5 <lvjing5@huawei.com>
Mon, 9 Jan 2017 11:35:47 +0000 (11:35 +0000)
committerJingLu5 <lvjing5@huawei.com>
Tue, 10 Jan 2017 10:06:32 +0000 (10:06 +0000)
commit5386de98f7d9e44ab507904d82530fff3a3ae5e4
tree5629791c65ee13f553a830344726a666b291edb3
parent57011bd0769f54a98b90d489df0f38751ca76c0e
associate an uuid to yardstick_key and yardstick_key.pub

JIRA: YARDSTICK-527

This work is to support yardstick parallel tasks in the future.
Currently, the RSA key we generated and used to access the VM is named
'yardstick_key'.
If more than two tasks are running paralleled, the later 'yardstick_key' will
cover the former.
We want associate an uuid to identify differnets for each tasks. So the key
files won't conflict.
The first 8 digits will be used, as there is no need to used a full-length uuid.

Change-Id: If8eaf47ae527cf9b3bd50f37ab3051fbdccf5f03
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/unit/benchmark/contexts/test_heat.py
yardstick/benchmark/contexts/heat.py
yardstick/orchestrator/heat.py