bde074d367
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
15 lines
376 B
YAML
15 lines
376 B
YAML
---
|
|
HeatStacks.create_update_delete_stack:
|
|
-
|
|
args:
|
|
template_path: "templates/random_strings.yaml.template"
|
|
updated_template_path: "templates/updated_random_strings_replace.yaml.template"
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 3
|