Merge "Add list-stack-with-resources scenario"

This commit is contained in:
Jenkins 2015-02-21 13:25:14 +00:00 committed by Gerrit Code Review
commit 159b197c0c
3 changed files with 52 additions and 0 deletions

View File

@ -606,6 +606,23 @@
failure_rate:
max: 0
HeatStacks.list_stacks_and_resources:
-
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
Authenticate.keystone:
-
runner:

View File

@ -0,0 +1,21 @@
{
"HeatStacks.list_stacks_and_resources": [
{
"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_resources:
-
runner:
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
stacks:
stacks_per_tenant: 2
resources_per_stack: 10