summaryrefslogtreecommitdiffstats
path: root/etc/testcase/functest.rally.heat.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/testcase/functest.rally.heat.yml')
-rw-r--r--etc/testcase/functest.rally.heat.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/etc/testcase/functest.rally.heat.yml b/etc/testcase/functest.rally.heat.yml
new file mode 100644
index 00000000..a6a632a2
--- /dev/null
+++ b/etc/testcase/functest.rally.heat.yml
@@ -0,0 +1,47 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+functest.rally.heat:
+ name: functest.rally.heat
+ objective: Run all Functest Rally Heat test cases
+ validate:
+ type: functest
+ testcase: rally_full
+ image_name: opnfv/functest-benchmarking
+ pre_condition:
+ - 'cp /home/opnfv/userconfig/rally_heat_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
+ report:
+ source_archive_files:
+ - functest.log
+ - rally_full/heat.json
+ - rally_full/rally_full.html
+ - rally_full/rally_full.xml
+ dest_archive_files:
+ - rally_heat_logs/functest.rally.heat.functest.log
+ - rally_heat_logs/heat.json
+ - rally_heat_logs/heat.html
+ - rally_heat_logs/heat.xml
+ check_results_files:
+ - 'functest_results.txt'
+ portal_key_file: rally_heat_logs/functest.rally.heat.functest.log
+ sub_testcase_list:
+ - 'HeatStacks.create_and_delete_stack'
+ - 'HeatStacks.create_and_delete_stack-2'
+ - 'HeatStacks.create_and_delete_stack-3'
+ - 'HeatStacks.create_and_list_stack'
+ - 'HeatStacks.create_update_delete_stack'
+ - 'HeatStacks.create_update_delete_stack-2'
+ - 'HeatStacks.create_update_delete_stack-3'
+ - 'HeatStacks.create_update_delete_stack-4'
+ - 'HeatStacks.create_update_delete_stack-5'
+ - 'HeatStacks.create_update_delete_stack-6'
+ - 'HeatStacks.create_check_delete_stack'
+ - 'HeatStacks.create_suspend_resume_delete_stack'
+ - 'HeatStacks.list_stacks_and_resources'