546bed4c6d
Change-Id: I637ff8cd73c788c519a1af5962fd923a6a12d0da
28 lines
679 B
JSON
28 lines
679 B
JSON
{
|
|
"MistralExecutions.create_execution_from_workbook": [
|
|
{
|
|
"args": {
|
|
"definition": "rally-jobs/extra/mistral_wb.yaml",
|
|
"workflow_name": "wf1",
|
|
"do_delete": true
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 20,
|
|
"concurrency": 5
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|