rally-openstack/samples/tasks/scenarios/manila/create-share-network-and-list.json
Valeriy Ponomaryov b312c01587 [Manila] Add scenario for creation and listing of Manila share networks
List of changes:
- Added support of 'list'  operation for share networks.
- Added benchmark for creating and listing share networks.

Change-Id: Ib62f3291d685a4392e26fdf55e2edac09bb3f73c
2015-06-19 09:24:50 +00:00

30 lines
717 B
JSON

{
"ManilaShares.create_share_network_and_list": [
{
"args": {
"name": "rally",
"detailed": true,
"search_opts": {
"name": "rally"
}
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 10
},
"context": {
"quotas": {
"manila": {
"share_networks": -1
}
},
"users": {
"tenants": 2,
"users_per_tenant": 1
}
}
}
]
}