Add heat list_stack_and_events scenario

This scenario covers list heat stack events

Change-Id: I5e90a373bfa8efbeecc883c9dc0863c24087d8bb
This commit is contained in:
Pradeep K Surisetty 2015-04-07 08:47:10 +05:30
parent 098b0cb3f6
commit 078b95db60
3 changed files with 52 additions and 0 deletions

View File

@ -1525,3 +1525,20 @@
sla:
failure_rate:
max: 0
HeatStacks.list_stacks_and_events:
-
runner:
type: "constant"
times: 6
concurrency: 3
context:
users:
tenants: 2
users_per_tenant: 3
stacks:
stacks_per_tenant: 2
resources_per_stack: 10
sla:
failure_rate:
max: 0

View File

@ -0,0 +1,21 @@
{
"HeatStacks.list_stacks_and_events": [
{
"runner": {
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"stacks": {
"stacks_per_tenant": 2,
"resources_per_stack": 10
}
}
}
]
}

View File

@ -0,0 +1,14 @@
---
HeatStacks.list_stacks_and_events:
-
runner:
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
stacks:
stacks_per_tenant: 2
resources_per_stack: 10