e862f86e3f
This switches keystone scenarios to using the new consistent random name generator. Implements blueprint: consistent-resource-names Change-Id: Ie753b6c6b570ce40bd17df545df4a2cde2c4bc50
23 lines
558 B
JSON
23 lines
558 B
JSON
{
|
|
"KeystoneBasic.create_delete_user": [
|
|
{
|
|
"args": {},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 100,
|
|
"concurrency": 10
|
|
},
|
|
"sla": {
|
|
"max_seconds_per_iteration": 4.0,
|
|
"failure_rate": {"max": 1},
|
|
"max_avg_duration": 3.0,
|
|
"outliers": {
|
|
"max": 1,
|
|
"min_iterations": 10,
|
|
"sigmas": 10
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|