Repo structure modification
[functest.git] / functest / opnfv_tests / OpenStack / rally / scenario / sanity / opnfv-heat.yaml
1   HeatStacks.create_update_delete_stack:
2     -
3       args:
4         template_path: "{{ tmpl_dir }}/autoscaling_policy.yaml.template"
5         updated_template_path: "{{ tmpl_dir }}/updated_autoscaling_policy_inplace.yaml.template"
6       context:
7         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
8       runner:
9         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
10       sla:
11         {{ no_failures_sla() }}
12
13   HeatStacks.create_check_delete_stack:
14     -
15       args:
16         template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
17       context:
18         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
19       runner:
20         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
21       sla:
22         {{ no_failures_sla() }}
23
24   HeatStacks.create_suspend_resume_delete_stack:
25     -
26       args:
27         template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
28       context:
29         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
30       runner:
31         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
32       sla:
33         {{ no_failures_sla() }}
34
35   HeatStacks.list_stacks_and_resources:
36     -
37       context:
38         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
39       runner:
40         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
41       sla:
42         {{ no_failures_sla() }}