9c165148fd
This scenario creates a aggregate and then lists all aggregates. Change-Id: If0a9aa864d5e912d72e197f5042b9c050768ddfe
26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"NovaAggregates.create_and_list_aggregates": [
|
|
{
|
|
"args": {
|
|
"availability_zone": "nova"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|