4d22d8944b
This adds the first class-based scenario. Change-Id: Ia1a0ea6988b21f792070ac15e425dc52441ff4c2 Implements: class-based-scenarios
24 lines
516 B
JSON
24 lines
516 B
JSON
{
|
|
"dummy.failure": [
|
|
{
|
|
"args": {
|
|
"sleep": 0.2,
|
|
"from_iteration": 5,
|
|
"to_iteration": 10,
|
|
"each": 2
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 20,
|
|
"concurrency": 5
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|