84fbfccc54
Added scenario that allows to test list_resources(stack) command in Heat. In addition, added samples and unittest for the scenario. Change-Id: I05c8dd12807756d35191a79820f3ff9ec0ab35ac
22 lines
510 B
JSON
22 lines
510 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|