rally-openstack/samples/tasks/scenarios/mistral/list-executions.json
Michal Gershenzon efe719e911 Add option to create mistral execution from workbook
Change-Id: I637ff8cd73c788c519a1af5962fd923a6a12d0da
2016-10-12 17:21:40 +00:00

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
}
}
}
]
}