acf554cca8
Improving mistral rally tests by adding more options. Change-Id: I37443ebae674b7eeacdcade36b6a848a151d94d4
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"MistralExecutions.create_execution_from_workbook": [
|
|
{
|
|
"args": {
|
|
"definition": "rally-jobs/extra/mistral_wb.yaml",
|
|
"wf_input": "rally-jobs/extra/mistral_input.json"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 20,
|
|
"concurrency": 5
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|