86aed462d3
The patch includes scenario that measures performance for the following scenario steps: - Create a new stack from template in Heat - Check the created stack and its resources in Heat. - Delete the stack. The patch includes samples and unittests. Change-Id: I512f5d5c01d8f5973b68672476e970c54000470b
14 lines
287 B
YAML
14 lines
287 B
YAML
---
|
|
HeatStacks.create_check_delete_stack:
|
|
-
|
|
args:
|
|
template_path: "templates/random_strings.yaml.template"
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 3
|