rally-openstack/samples/tasks/scenarios/manila/list-share-servers.json
Valeriy Ponomaryov 1f62a97138 [Manila] Add benchmark for Manila list share servers operation
List of changes:
- Added support of 'list' operation for share servers.
- Added benchmark for listing of share servers.

Change-Id: Iea34c51eaf3cf73de52f882b09592a793a3159c1
2015-06-19 14:24:09 +03:00

15 lines
279 B
JSON

{
"ManilaShares.list_share_servers": [
{
"args": {
"search_opts": {}
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 10
}
}
]
}