rally/samples/tasks/sla/create-and-delete-user.json
Chris St. Pierre e862f86e3f Implement new random name generator for keystone scenarios
This switches keystone scenarios to using the new consistent random
name generator.

Implements blueprint: consistent-resource-names
Change-Id: Ie753b6c6b570ce40bd17df545df4a2cde2c4bc50
2015-10-16 08:00:21 -05:00

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
}
}
}
]
}