summaryrefslogtreecommitdiffstats
path: root/etc/testcase/smoke.tempest_identity_v3.yml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-03-22 04:01:49 -0400
committerDan Xu <xudan16@huawei.com>2018-05-15 08:47:41 +0000
commitc888cc9dfde02983733e2a137f2950d3bbfe7386 (patch)
tree325eb16fd3aa7996f2bf929116f07c5e059d560f /etc/testcase/smoke.tempest_identity_v3.yml
parent9cdaaae34d5d814c71a92d7092a5c9a8ab705c04 (diff)
Split tempest_smoke test case
1. Total number of sub test cases is 119 2. Remove all 14 object_storage test cases which need swift 3. Remove 26 test cases already included in osinterop test area 4. Remove 21 test cases already included in ipv6 test area 5. Remove 2 scenario test cases already included in tempest test area 6. Split other 56 test cases into 8 groups Change-Id: I9eef20593ebf5f69347a2ec3a612c9ebc5a753db Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/testcase/smoke.tempest_identity_v3.yml')
-rw-r--r--etc/testcase/smoke.tempest_identity_v3.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/testcase/smoke.tempest_identity_v3.yml b/etc/testcase/smoke.tempest_identity_v3.yml
new file mode 100644
index 00000000..f724bdbe
--- /dev/null
+++ b/etc/testcase/smoke.tempest_identity_v3.yml
@@ -0,0 +1,25 @@
+---
+dovetail.smoke.tempest_identity_v3:
+ name: dovetail.smoke.tempest_identity_v3
+ objective: tempest smoke test cases about identity v3
+ validate:
+ type: functest
+ testcase: tempest_custom
+ pre_condition:
+ - 'cp /home/opnfv/userconfig/pre_config/tempest_conf.yaml /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml'
+ - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
+ pre_copy:
+ src_file: tempest_custom.txt
+ dest_path: /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/test_list.txt
+ report:
+ sub_testcase_list:
+ - tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke]
+ - tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke]
+ - tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke]
+ - tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke]
+ - tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke]
+ - tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke]
+ - tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke]
+ - tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke]
+ - tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke]
+ - tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke]