Add common openstack opertation scenarios: volume & floating ip 27/39927/6
authorJingLu5 <lvjing5@huawei.com>
Wed, 23 Aug 2017 02:15:13 +0000 (02:15 +0000)
committerJingLu5 <lvjing5@huawei.com>
Wed, 23 Aug 2017 03:02:08 +0000 (03:02 +0000)
commitb8f0aedae524539e9d0d069c07662e288046bc6f
tree4e785eb15a79d942e6f493db222e9b20e31cde12
parentb39fe5457e846e734e980666bc209fb7c07a6bdc
Add common openstack opertation scenarios: volume & floating ip

JIRA: YARDSTICK-781

This patch adds some common openstack opertation scenarios

Change-Id: I1300a61b389202242f112b6d280ab47746379546
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/unit/benchmark/scenarios/lib/test_delete_floating_ip.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_delete_keypair.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_delete_volume.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_detach_volume.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/delete_floating_ip.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/delete_keypair.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/delete_volume.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/detach_volume.py [new file with mode: 0644]
yardstick/common/openstack_utils.py