b312c01587
List of changes: - Added support of 'list' operation for share networks. - Added benchmark for creating and listing share networks. Change-Id: Ib62f3291d685a4392e26fdf55e2edac09bb3f73c
30 lines
717 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|