
* add heat template validator to the validators. * add `template_validator` to each Heat scenario with usage of templates * add missed sla section to some scenarios in mos job * fix samples - allow them to work from the box Change-Id: I33aa709a3c4b94cb48c8067df685eee6442c0210 Closes-bug: #1535948
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"HeatStacks.create_stack_and_show_output": [
|
|
{
|
|
"args": {
|
|
"template_path": "samples/tasks/scenarios/heat/templates/resource_group_with_outputs.yaml.template",
|
|
"output_key": "val1"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
],
|
|
|
|
"HeatStacks.create_stack_and_show_output_via_API": [
|
|
{
|
|
"args": {
|
|
"template_path": "samples/tasks/scenarios/heat/templates/resource_group_with_outputs.yaml.template",
|
|
"output_key": "val1"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|