efe719e911
Change-Id: I637ff8cd73c788c519a1af5962fd923a6a12d0da
23 lines
488 B
JSON
23 lines
488 B
JSON
{
|
|
"MistralExecutions.list_executions": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 50,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|