rally-openstack/samples/tasks/scenarios/heat/create-update-delete-stack-reduce.json
kairat_kushaev 868177743a Add update + add/delete resource cases
The patch defines the following complex cases for
create-update-delete stack scenario in rally tests for Heat:
Case 1:
- Heat creates a stack
- Heat updates the stack (stack resource is updating
and children resource is creating during stack-update)
- Heat deletes the stack
Case 2:
- Heat creates a stack
- Heat updates the stack (stack resource is updating and children
resource is deleting during stack-update)
- Heat deletes the stack

Change-Id: I9d420b316ce38fd73f8eb74c0be253ed1a20f7db
2015-02-11 11:33:13 +03:00

22 lines
581 B
JSON

{
"HeatStacks.create_update_delete_stack": [
{
"args": {
"template_path": "templates/resource_group.yaml.template",
"updated_template_path": "templates/updated_resource_group_reduce.yaml.template"
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 3
}
}
}
]
}