14ada832c4
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
21 lines
492 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|