b16c73c9b7
Spread the content of doc/samples/tasks directory to separate folders for context, scenarios and runners. Add documentation and samples for runners. Change-Id: I4394e73060c6c97fae7bcf7039674041d43917e8
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"HeatStacks.create_and_list_stack": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|