4634c4bed5
This scenario first creates an aggregate and then get details of it. Change-Id: I0cff122b7bdae3b2074522ba701eb8282c40428d
26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"NovaAggregates.create_and_get_aggregate_details": [
|
|
{
|
|
"args": {
|
|
"availability_zone": "nova"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|