rally/samples/tasks/scenarios/manila/create-share-without-share-networks-and-delete.json
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

30 lines
716 B
JSON

{
"ManilaShares.create_and_delete_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
}
}
}
]
}