6dbd51ac8d
SLA (Service-level agreement) is set of details for determining compliance with contracted values such as maximum error rate or minimum response time. Add two criteria: maximum time per iteration maximum error rate Change-Id: I1212bd684831461a7d7e33636d45a6d346e3b574 Blueprint: task-success-criteria
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"KeystoneBasic.create_delete_user": [
|
|
{
|
|
"args": {
|
|
"name_length": 10
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 100,
|
|
"concurrency": 10
|
|
},
|
|
"sla": {
|
|
"max_seconds_per_iteration": 4,
|
|
"max_failure_percent": 1
|
|
}
|
|
}
|
|
]
|
|
}
|