Merge "Add Kubernetes test details to functest userguide"
[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         roles:
9           - "heat_stack_owner"
10       runner:
11         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
12       sla:
13         {{ no_failures_sla() }}
14
15   HeatStacks.create_check_delete_stack:
16     -
17       args:
18         template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
19       context:
20         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
21         roles:
22           - "heat_stack_owner"
23       runner:
24         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
25       sla:
26         {{ no_failures_sla() }}
27
28   HeatStacks.create_suspend_resume_delete_stack:
29     -
30       args:
31         template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
32       context:
33         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
34         roles:
35           - "heat_stack_owner"
36       runner:
37         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
38       sla:
39         {{ no_failures_sla() }}
40
41   HeatStacks.list_stacks_and_resources:
42     -
43       context:
44         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
45         roles:
46           - "heat_stack_owner"
47       runner:
48         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
49       sla:
50         {{ no_failures_sla() }}