58af71e7e9
This scenario first creates an aggregate, add a host to it, and then remove the host from it. Change-Id: I1b1149f7b991bbcba51522bb54a6da872c2333ca
26 lines
586 B
JSON
26 lines
586 B
JSON
{
|
|
"NovaAggregates.create_aggregate_add_and_remove_host": [
|
|
{
|
|
"args": {
|
|
"availability_zone": "nova"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|