file/dir renaming for consistency
[functest.git] / functest / opnfv_tests / openstack / rally / scenario / templates / updated_random_strings_replace.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 deletes one resource from the stack defined by
6   random_strings.yaml.template and re-creates it with the updated parameters
7   (so-called update-replace). That happens because some parameters cannot be
8   changed without resource re-creation. The template allows to measure performance
9   of update-replace operation.
10
11 resources:
12   test_string_one:
13     type: OS::Heat::RandomString
14     properties:
15       length: 20
16   test_string_two:
17     type: OS::Heat::RandomString
18     properties:
19       length: 40