rally/rally-jobs/rally-manila-no-ss.yaml
Valeriy Ponomaryov c14cecb828 [Manila] Add scenario for creation and deletion of Manila shares
List of changes:
- Added support of 'create' and 'delete' operations for shares.
- Added benchmark for creating and deleting shares without usage
of share networks.

Change-Id: I48adb06140f70c5d18139726f5af6d7e1ab93a47
2015-06-17 18:16:37 +03:00

58 lines
1.1 KiB
YAML

---
Dummy.dummy:
-
runner:
type: "constant"
times: 1
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
quotas:
manila:
shares: -1
gigabytes: -1
snapshots: -1
snapshot_gigabytes: -1
share_networks: -1
ManilaShares.list_shares:
-
args:
detailed: True
runner:
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
sla:
failure_rate:
max: 0
ManilaShares.create_and_delete_share:
-
args:
share_proto: "nfs"
size: 1
min_sleep: 1
max_sleep: 2
runner:
type: "constant"
times: 4
concurrency: 4
context:
quotas:
manila:
shares: -1
gigabytes: -1
users:
tenants: 2
users_per_tenant: 1
sla:
failure_rate:
max: 0