Merge "Add list-stack-with-resources scenario"
This commit is contained in:
commit
159b197c0c
@ -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:
|
||||
|
21
samples/tasks/scenarios/heat/list-stack-and-resources.json
Normal file
21
samples/tasks/scenarios/heat/list-stack-and-resources.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
14
samples/tasks/scenarios/heat/list-stack-and-resources.yaml
Normal file
14
samples/tasks/scenarios/heat/list-stack-and-resources.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user