349efd5330
The new sla is a failure_rate with min/max sub-keys. Update the documentation and examples to reflect this. Change-Id: Id947e4684aa84fe7d6c239a28b92e2a893ddaf66
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"KeystoneBasic.create_delete_user": [
|
|
{
|
|
"args": {
|
|
"name_length": 10
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 100,
|
|
"concurrency": 10
|
|
},
|
|
"sla": {
|
|
"max_seconds_per_iteration": 4,
|
|
"failure_rate": {
|
|
"max": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|