Merge "Add configuration for Heat caching during validation"
This commit is contained in:
commit
3d1084d044
@ -0,0 +1,21 @@
|
||||
heat_template_version: 2013-05-23
|
||||
|
||||
description: Template for testing caching.
|
||||
|
||||
parameters:
|
||||
count:
|
||||
type: number
|
||||
default: 40
|
||||
delay:
|
||||
type: number
|
||||
default: 0.3
|
||||
|
||||
resources:
|
||||
rg:
|
||||
type: OS::Heat::ResourceGroup
|
||||
properties:
|
||||
count: {get_param: count}
|
||||
resource_def:
|
||||
type: OS::Heat::TestResource
|
||||
properties:
|
||||
constraint_prop_secs: {get_param: delay}
|
@ -64,6 +64,21 @@
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
-
|
||||
args:
|
||||
template_path: "~/.rally/extra/resource_group_with_constraint.yaml.template"
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 6
|
||||
concurrency: 2
|
||||
context:
|
||||
users:
|
||||
tenants: 2
|
||||
users_per_tenant: 2
|
||||
sla:
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
HeatStacks.create_check_delete_stack:
|
||||
-
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user