349efd5330
The new sla is a failure_rate with min/max sub-keys. Update the documentation and examples to reflect this. Change-Id: Id947e4684aa84fe7d6c239a28b92e2a893ddaf66
14 lines
251 B
YAML
14 lines
251 B
YAML
---
|
|
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
|