heat/rally-scenarios/heat-fakevirt.yaml
Sergey Kraynev 396e1c2075 Fix rally internal Heat job
Previous scenarious were obsolete.
This patch adds necessary paramater "template_path".
Also default.yaml template was added for using in this list of scenarios.

Additionally fix wrong import in sample_plugin.py

Change-Id: I31cd295d322d907883a22cddef25b5ccc609f2c1
2016-02-15 07:44:17 +00:00

27 lines
550 B
YAML

---
HeatStacks.create_and_list_stack:
-
args:
template_path: "~/.rally/extra/default.yaml"
runner:
type: "constant"
times: 2000
concurrency: 20
context:
users:
tenants: 30
users_per_tenant: 1
HeatStacks.create_and_delete_stack:
-
args:
template_path: "~/.rally/extra/default.yaml"
runner:
type: "constant"
times: 200
concurrency: 20
context:
users:
tenants: 10
users_per_tenant: 3