summaryrefslogtreecommitdiffstats
path: root/etc/testcase/functest.rally.gnocchi.yml
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2019-02-01 16:43:28 +0200
committerDan Xu <xudan16@huawei.com>2019-03-08 09:21:49 +0000
commit03610129690840704fdcdbf28188c695a263e46e (patch)
treea683ff6363125915a9b3abddbaa6dbdd8b5fdf24 /etc/testcase/functest.rally.gnocchi.yml
parentea480f97ea68b741a7b62ff07a38808871b568de (diff)
Add Functest Rally test cases
This patch adds all Rally testcases of Functest to Dovetail. Change-Id: I8b20bce9966e924fd5aac41bde5a30442394db05 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'etc/testcase/functest.rally.gnocchi.yml')
-rw-r--r--etc/testcase/functest.rally.gnocchi.yml40
1 files changed, 40 insertions, 0 deletions
diff --git a/etc/testcase/functest.rally.gnocchi.yml b/etc/testcase/functest.rally.gnocchi.yml
new file mode 100644
index 00000000..c1c85a2c
--- /dev/null
+++ b/etc/testcase/functest.rally.gnocchi.yml
@@ -0,0 +1,40 @@
+---
+functest.rally.gnocchi:
+ name: functest.rally.gnocchi
+ objective: Run all Functest Rally Gnocchi test cases
+ validate:
+ type: functest
+ testcase: rally_full
+ image_name: opnfv/functest-components
+ pre_condition:
+ - 'cp /home/opnfv/userconfig/rally_gnocchi_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
+ report:
+ source_archive_files:
+ - functest.log
+ - rally_full/gnocchi.json
+ - rally_full/rally_full.html
+ - rally_full/rally_full.xml
+ dest_archive_files:
+ - rally_gnocchi_logs/functest.rally.gnocchi.functest.log
+ - rally_gnocchi_logs/gnocchi.json
+ - rally_gnocchi_logs/gnocchi.html
+ - rally_gnocchi_logs/gnocchi.xml
+ check_results_files:
+ - 'functest_results.txt'
+ sub_testcase_list:
+ - 'Gnocchi.list_capabilities'
+ - 'Gnocchi.get_status'
+ - 'GnocchiArchivePolicyRule.list_archive_policy_rule'
+ - 'GnocchiArchivePolicyRule.create_archive_policy_rule'
+ - 'GnocchiArchivePolicyRule.create_delete_archive_policy_rule'
+ - 'GnocchiArchivePolicy.list_archive_policy'
+ - 'GnocchiArchivePolicy.create_archive_policy'
+ - 'GnocchiArchivePolicy.create_delete_archive_policy'
+ - 'GnocchiResourceType.list_resource_type'
+ - 'GnocchiResourceType.create_resource_type'
+ - 'GnocchiResourceType.create_delete_resource_type'
+ - 'GnocchiMetric.list_metric'
+ - 'GnocchiMetric.create_metric'
+ - 'GnocchiMetric.create_delete_metric'
+ - 'GnocchiResource.create_resource'
+ - 'GnocchiResource.create_delete_resource'