aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-10-06 15:44:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-06 15:44:32 +0000
commita62648d0dbb85a09a267edaa083df8f2cd0a9fbc (patch)
tree3bdf3e15dbc3563a0cd2b4c706e77aee07a5015f /testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml
parent8c4aa3c9cca399a804ae0f8747855819aa471430 (diff)
parente80c3b71aab51aa0a54b8c27047b987aa4345cd2 (diff)
Merge "Refactor rally task scenario files"
Diffstat (limited to 'testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml')
-rw-r--r--testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml b/testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml
new file mode 100644
index 000000000..dc34cc3f2
--- /dev/null
+++ b/testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml
@@ -0,0 +1,42 @@
+ HeatStacks.create_update_delete_stack:
+ -
+ args:
+ template_path: "{{ tmpl_dir }}/autoscaling_policy.yaml.template"
+ updated_template_path: "{{ tmpl_dir }}/updated_autoscaling_policy_inplace.yaml.template"
+ context:
+ {{ user_context(tenants_amount, users_amount, use_existing_users) }}
+ runner:
+ {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ sla:
+ {{ no_failures_sla() }}
+
+ HeatStacks.create_check_delete_stack:
+ -
+ args:
+ template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
+ context:
+ {{ user_context(tenants_amount, users_amount, use_existing_users) }}
+ runner:
+ {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ sla:
+ {{ no_failures_sla() }}
+
+ HeatStacks.create_suspend_resume_delete_stack:
+ -
+ args:
+ template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
+ context:
+ {{ user_context(tenants_amount, users_amount, use_existing_users) }}
+ runner:
+ {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ sla:
+ {{ no_failures_sla() }}
+
+ HeatStacks.list_stacks_and_resources:
+ -
+ context:
+ {{ user_context(tenants_amount, users_amount, use_existing_users) }}
+ runner:
+ {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ sla:
+ {{ no_failures_sla() }}