rally-openstack/samples/tasks/scenarios/heat/create-update-delete-stack-inplace.json
kairat_kushaev bde074d367 Add "update-inplace/replace resource" cases
The patch adds the following test cases to
create-update-delete stack scenario:
Case 1:
- Heat creates a new stack
- Heat updates the stack and one of stack resources
without replacing the resource itself
- Heat deletes the stack
Case 2:
- Heat creates a stack
- Heat updates the stack and replaces one of stack resource with
the new resource
- Heat deletes the stack.

Change-Id: I9a263a6ee5832cd039f574d4515167eb691ec19f
2015-02-11 11:31:44 +03:00

22 lines
590 B
JSON

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