summaryrefslogtreecommitdiffstats
path: root/etc/testcase/functest.rally.keystone.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.keystone.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.keystone.yml')
-rw-r--r--etc/testcase/functest.rally.keystone.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/etc/testcase/functest.rally.keystone.yml b/etc/testcase/functest.rally.keystone.yml
new file mode 100644
index 00000000..9dd45b99
--- /dev/null
+++ b/etc/testcase/functest.rally.keystone.yml
@@ -0,0 +1,35 @@
+---
+functest.rally.keystone:
+ name: functest.rally.keystone
+ objective: Run all Functest Rally Keystone test cases
+ validate:
+ type: functest
+ testcase: rally_full
+ image_name: opnfv/functest-components
+ pre_condition:
+ - 'cp /home/opnfv/userconfig/rally_keystone_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
+ report:
+ source_archive_files:
+ - functest.log
+ - rally_full/keystone.json
+ - rally_full/rally_full.html
+ - rally_full/rally_full.xml
+ dest_archive_files:
+ - rally_keystone_logs/functest.rally.keystone.functest.log
+ - rally_keystone_logs/keystone.json
+ - rally_keystone_logs/keystone.html
+ - rally_keystone_logs/keystone.xml
+ check_results_files:
+ - 'functest_results.txt'
+ sub_testcase_list:
+ - 'KeystoneBasic.add_and_remove_user_role'
+ - 'KeystoneBasic.create_add_and_list_user_roles'
+ - 'KeystoneBasic.create_and_list_tenants'
+ - 'KeystoneBasic.create_and_delete_role'
+ - 'KeystoneBasic.create_and_delete_service'
+ - 'KeystoneBasic.get_entities'
+ - 'KeystoneBasic.create_update_and_delete_tenant'
+ - 'KeystoneBasic.create_user'
+ - 'KeystoneBasic.create_tenant'
+ - 'KeystoneBasic.create_and_list_users'
+ - 'KeystoneBasic.create_tenant_with_users'