rally-openstack/samples/tasks/scenarios/manila/list-shares.json
Valeriy Ponomaryov eda7d96106 [Manila] Add base benchmark for list shares operation
List of changes:
- Added general support of Manila project.
- Added support of 'list' operation for shares.
- Added benchmark for listing of shares.
- Added two different manila jobs scripts that will be used for two
different Manila installtions. Current benchmark is used without changes in
both installations.

Change-Id: Ie29be6162e788c880aea6816803c9ddea340bcf7
2015-06-12 21:21:11 +03:00

21 lines
431 B
JSON

{
"ManilaShares.list_shares": [
{
"args": {
"detailed": true
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
}
}
}
]
}