5f5461ab0f
Create a server group, then list all server groups. Measure the "nova server-group-create" and "nova server-group-list" command performance. Change-Id: I84cb4819d80a30e37aeaf15ae42c550de211d6c9
31 lines
728 B
JSON
31 lines
728 B
JSON
{
|
|
"NovaServerGroups.create_and_list_server_groups": [
|
|
{
|
|
"args": {
|
|
"kwargs": {
|
|
"policies": [
|
|
"affinity"
|
|
]
|
|
},
|
|
"all_projects": false
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 4,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|