Adapt Parser test case to the new template
[functest.git] / functest / opnfv_tests / openstack / rally / scenario / templates / updated_resource_group_increase.yaml.template
1 heat_template_version: 2014-10-16
2
3 description: >
4   Test template for create-update-delete-stack scenario in rally.
5   The template updates one resource from the stack defined by resource_group.yaml.template
6   and adds children resources to that resource.
7
8 resources:
9   test_group:
10     type: OS::Heat::ResourceGroup
11     properties:
12       count: 3
13       resource_def:
14         type: OS::Heat::RandomString
15         properties:
16           length: 20