diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-18 12:18:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-18 12:18:26 +0000 |
commit | 751bd3a922c32711a56954be9c4e060c991c0dc2 (patch) | |
tree | ffd1c5f77059e8bd1c965036b22c3fb5cda21531 /rally-scenarios/heat-fakevirt.yaml | |
parent | 64f428390c21fdd299cfedb1d12696122979994c (diff) | |
parent | fbb1a49424e72aece397026efa1d494034c3d474 (diff) | |
download | heat-751bd3a922c32711a56954be9c4e060c991c0dc2.tar.gz |
Merge "Add test for performance in constraint validation"
Diffstat (limited to 'rally-scenarios/heat-fakevirt.yaml')
-rw-r--r-- | rally-scenarios/heat-fakevirt.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rally-scenarios/heat-fakevirt.yaml b/rally-scenarios/heat-fakevirt.yaml index a7f8f8e76..420b13793 100644 --- a/rally-scenarios/heat-fakevirt.yaml +++ b/rally-scenarios/heat-fakevirt.yaml @@ -24,3 +24,15 @@ users: tenants: 10 users_per_tenant: 3 + + - + 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 |