1 HeatStacks.create_and_delete_stack:
4 template_path: "{{ tmpl_dir }}/default.yaml.template"
6 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
8 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
10 {{ no_failures_sla() }}
13 template_path: "{{ tmpl_dir }}/server_with_ports.yaml.template"
15 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
17 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
19 {{ no_failures_sla() }}
22 template_path: "{{ tmpl_dir }}/server_with_volume.yaml.template"
24 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
26 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
28 {{ no_failures_sla() }}
30 HeatStacks.create_and_list_stack:
33 template_path: "{{ tmpl_dir }}/default.yaml.template"
35 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
37 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
39 {{ no_failures_sla() }}
41 HeatStacks.create_check_delete_stack:
44 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
46 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
48 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
50 {{ no_failures_sla() }}
52 HeatStacks.create_suspend_resume_delete_stack:
55 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
57 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
59 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
61 {{ no_failures_sla() }}
63 HeatStacks.create_update_delete_stack:
66 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
67 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_add.yaml.template"
69 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
71 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
73 {{ no_failures_sla() }}
76 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
77 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_delete.yaml.template"
79 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
81 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
83 {{ no_failures_sla() }}
86 template_path: "{{ tmpl_dir }}/resource_group.yaml.template"
87 updated_template_path: "{{ tmpl_dir }}/updated_resource_group_increase.yaml.template"
89 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
91 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
93 {{ no_failures_sla() }}
96 template_path: "{{ tmpl_dir }}/autoscaling_policy.yaml.template"
97 updated_template_path: "{{ tmpl_dir }}/updated_autoscaling_policy_inplace.yaml.template"
99 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
101 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
103 {{ no_failures_sla() }}
106 template_path: "{{ tmpl_dir }}/resource_group.yaml.template"
107 updated_template_path: "{{ tmpl_dir }}/updated_resource_group_reduce.yaml.template"
109 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
111 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
113 {{ no_failures_sla() }}
116 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
117 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_replace.yaml.template"
119 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
121 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
123 {{ no_failures_sla() }}
125 HeatStacks.list_stacks_and_resources:
128 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
130 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
132 {{ no_failures_sla() }}