2014-08-01 16:09:58 +03:00
|
|
|
---
|
|
|
|
HeatStacks.create_and_list_stack:
|
|
|
|
-
|
2016-01-21 02:09:00 -05:00
|
|
|
args:
|
|
|
|
template_path: "~/.rally/extra/default.yaml"
|
2014-08-01 16:09:58 +03:00
|
|
|
runner:
|
|
|
|
type: "constant"
|
|
|
|
times: 2000
|
|
|
|
concurrency: 20
|
|
|
|
context:
|
|
|
|
users:
|
|
|
|
tenants: 30
|
|
|
|
users_per_tenant: 1
|
|
|
|
|
|
|
|
HeatStacks.create_and_delete_stack:
|
|
|
|
-
|
2016-01-21 02:09:00 -05:00
|
|
|
args:
|
|
|
|
template_path: "~/.rally/extra/default.yaml"
|
2014-08-01 16:09:58 +03:00
|
|
|
runner:
|
|
|
|
type: "constant"
|
|
|
|
times: 200
|
|
|
|
concurrency: 20
|
|
|
|
context:
|
|
|
|
users:
|
|
|
|
tenants: 10
|
|
|
|
users_per_tenant: 3
|
2016-02-12 05:04:01 -05:00
|
|
|
|
|
|
|
-
|
|
|
|
args:
|
|
|
|
template_path: "~/.rally/extra/rg_template_with_constraint.yaml"
|
|
|
|
runner:
|
|
|
|
type: "constant"
|
|
|
|
times: 10
|
|
|
|
concurrency: 2
|
|
|
|
context:
|
|
|
|
users:
|
|
|
|
tenants: 1
|
|
|
|
users_per_tenant: 1
|
2016-01-20 09:25:07 -05:00
|
|
|
|
|
|
|
{% for s in ("create_stack_and_show_output_new", "create_stack_and_show_output_old") %}
|
|
|
|
CustomHeatBenchmark.{{s}}:
|
|
|
|
-
|
|
|
|
args:
|
|
|
|
template_path: "~/.rally/extra/rg_template_with_outputs.yaml"
|
|
|
|
output_key: "val1"
|
|
|
|
runner:
|
|
|
|
type: "constant"
|
|
|
|
times: 5
|
|
|
|
concurrency: 1
|
|
|
|
context:
|
|
|
|
users:
|
|
|
|
tenants: 1
|
|
|
|
users_per_tenant: 1
|
|
|
|
sla:
|
|
|
|
failure_rate:
|
|
|
|
max: 0
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% for s in ("create_stack_and_list_output_new", "create_stack_and_list_output_old") %}
|
|
|
|
CustomHeatBenchmark.{{s}}:
|
|
|
|
-
|
|
|
|
args:
|
|
|
|
template_path: "~/.rally/extra/rg_template_with_outputs.yaml"
|
|
|
|
runner:
|
|
|
|
type: "constant"
|
|
|
|
times: 5
|
|
|
|
concurrency: 1
|
|
|
|
context:
|
|
|
|
users:
|
|
|
|
tenants: 1
|
|
|
|
users_per_tenant: 1
|
|
|
|
sla:
|
|
|
|
failure_rate:
|
|
|
|
max: 0
|
|
|
|
{% endfor %}
|