57adf9e026
List of changes: - Added support of 'attach-security-service-to-share-network' operation. - Added benchmark for creating security service and share network and attaching the former to the latter. Change-Id: Icc6fe65ddf796603e7f507b62c2f6c76a030c400
26 lines
634 B
JSON
26 lines
634 B
JSON
{
|
|
"ManilaShares.attach_security_service_to_share_network": [
|
|
{
|
|
"args": {
|
|
"security_service_type": "active_directory"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"quotas": {
|
|
"manila": {
|
|
"share_networks": -1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|