rally-openstack/samples/tasks/scenarios/heat/create-suspend-resume-delete-stack.json
kairat_kushaev 14ada832c4 Add create-suspend-resume-delete stack scenario
The patch includes create-suspend-resume-delete scenario
with samples and unit tests. The scenario allows to test the
following typical steps:
- User creates a stack in Heat
- User suspends the stack
- User resumes the stack from previous step
- User deletes the stack

Change-Id: I38a075bb57dd8311f234e4c8e1585df05d087b92
2015-03-06 12:33:50 +03:00

21 lines
492 B
JSON

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