e24740f5ab
This scenario first creates a aggregate and then delete it. Change-Id: I35d34f9ea899c234cb79d2ba484c957a64e7fddd
26 lines
577 B
JSON
26 lines
577 B
JSON
{
|
|
"NovaAggregates.create_and_delete_aggregate": [
|
|
{
|
|
"args": {
|
|
"availability_zone": "nova"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|