a31a30327d
Without inheriting default meta from parent class, OpenStack scenarios do not use `args_spec` validator https://github.com/openstack/rally/blob/1.4.0/rally/task/scenario.py#L85 which is critical for checking input task config. This commit changes that behaviour. Also, this patch fixes broken samples for one of barbocan scenarios Change-Id: I281d361577135377654bde3ae60c3ebd355e3561
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"BarbicanContainers.create_certificate_and_delete": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|