Add common openstack opertation scenarios: flavor & server 37/39037/19
authorJingLu5 <lvjing5@huawei.com>
Thu, 10 Aug 2017 06:00:58 +0000 (06:00 +0000)
committerJingLu5 <lvjing5@huawei.com>
Fri, 11 Aug 2017 01:13:24 +0000 (01:13 +0000)
commit4d065d2f4080e935b4e3bab4cbcf2b97f8a61ed3
tree5d32d39b88e3901dfbe43c5f519fd1c033ddab48
parent7322829b9f4e3981f9c6214b37f5693c0963b159
Add common openstack opertation scenarios: flavor & server

JIRA: YARDSTICK-781

This patch adds some common openstack opertation scenarios

Change-Id: I9e84a8894fe9b9c1754a45a0ddfdf93739164b9a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/unit/benchmark/scenarios/lib/test_create_flavor.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_create_server.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_delete_flavor.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_get_flavor.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/create_flavor.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/create_server.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/delete_flavor.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/get_flavor.py [new file with mode: 0644]
yardstick/common/openstack_utils.py