rally-openstack/samples/tasks/scenarios/manila/create-share-without-share-networks-and-list.yaml
Valeriy Ponomaryov 6ccbb3893a [Manila] Add create_and_list_share scenario for Manila
Add 'create_and_list_share' scenario and task samples and update manila
tasks for CI.

Change-Id: I9317e40f8f62eb84d26833f7efbe32337cdfb770
2016-10-21 19:52:08 +03:00

25 lines
482 B
YAML

---
ManilaShares.create_and_list_share:
-
args:
share_proto: "nfs"
size: 1
min_sleep: 1
max_sleep: 2
runner:
type: "constant"
times: 2
concurrency: 2
context:
quotas:
manila:
shares: -1
gigabytes: -1
users:
tenants: 2
users_per_tenant: 1
user_choice_method: "round_robin"
sla:
failure_rate:
max: 0