0b9b15f640
List of changes: - Added support of 'create' and 'delete' operations for share networks. - Added benchmark for creating and deleting share networks. Change-Id: I25ffb2d8d769f6d81972f8773951246f11abb2a0
26 lines
597 B
JSON
26 lines
597 B
JSON
{
|
|
"ManilaShares.create_share_network_and_delete": [
|
|
{
|
|
"args": {
|
|
"name": "rally"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"quotas": {
|
|
"manila": {
|
|
"share_networks": -1
|
|
}
|
|
},
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|