Add common openstack opertation scenarios: network 07/39107/6
authorJingLu5 <lvjing5@huawei.com>
Fri, 11 Aug 2017 06:16:19 +0000 (06:16 +0000)
committerJingLu5 <lvjing5@huawei.com>
Fri, 11 Aug 2017 07:56:50 +0000 (07:56 +0000)
commitf01dea6918048d92984be69c6d96377dbd759d46
treec8d60484eaadfcc63aa8407690a790bc8af0edad
parentd8a34ec774f96412f7722fc4ddc66c796722ac25
Add common openstack opertation scenarios: network

JIRA: YARDSTICK-781

This patch adds some common openstack opertation scenarios

Change-Id: I854fc435a5c951245a5997cd4e3e63c5162030af
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/unit/benchmark/scenarios/lib/test_attach_volume.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_create_floating_ip.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/lib/test_create_keypair.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/attach_volume.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/create_floating_ip.py [new file with mode: 0644]
yardstick/benchmark/scenarios/lib/create_keypair.py [new file with mode: 0644]
yardstick/common/openstack_utils.py