a19c1acea3
Rename sample scenario files so that dash(-) used consistently instead of underscore (_) Change-Id: I8e4ccabfc16b32a12a091e6b168b12d25643b028
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"Dummy.dummy_exception_probability": [
|
|
{
|
|
"args": {
|
|
"exception_probability": 0.5
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 1000,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|