717de8291e
- added Mistral client initialization - added Mistral scenarios - added unit tests Change-Id: Ie60a36504a970e6acb369adc570a556e549c20e1
22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"MistralWorkbooks.create_workbook": [
|
|
{
|
|
"args": {
|
|
"definition": "rally-jobs/extra/mistral_wb.yaml",
|
|
"do_delete": true
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 50,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|