a884a2e4c8
The scenario list the quotas for nova Change-Id: I4e7afbae7134cf6f29cf3a1d1747467cdec5a5a8
24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"Quotas.nova_get": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
|
|
}
|
|
]
|
|
}
|