From 2547cafddd44181c1f08b7df77f9c0b2cdb03eb7 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 23 Nov 2017 01:30:38 -0500 Subject: Remove all alias tempest test cases in osinterop test specificaion docs 1. Some tempest test cases have alias test cases because of the different versions of tempest. 2. However, Dovetail fixes the version of tempest to be 14.0.0 in its first release. So the number of test cases that can be executed in osinterop is always 205. And for different SUTs, the 205 test cases are all the same. 3. In this situation, there is no need to list the alias test cases. 4. Just list all the 205 test cases which will not confuse users when they reading dovetail docs. JIRA: DOVETAIL-566 Change-Id: I5e39dd82314833c8c0a6c1732c990f671ae64420 Signed-off-by: xudan --- .../testspecification/vimoperationsimage/index.rst | 30 ++-------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'docs/testing/user/testspecification/vimoperationsimage/index.rst') diff --git a/docs/testing/user/testspecification/vimoperationsimage/index.rst b/docs/testing/user/testspecification/vimoperationsimage/index.rst index 254096e4..6bf3f4c8 100644 --- a/docs/testing/user/testspecification/vimoperationsimage/index.rst +++ b/docs/testing/user/testspecification/vimoperationsimage/index.rst @@ -82,19 +82,12 @@ Image get tests using the Glance v2 API Test case specification ----------------------- -tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema -tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema +tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema +tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image -tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema -tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema - -Note: the latter two test cases are the alias of the former first two, respectively. -Alias should always be included so that the test run will be tempest version agnostic, -which can be used to test different version of Openstack. - Test preconditions ------------------ @@ -151,15 +144,8 @@ CRUD image operations in Images API v2 Test case specification ----------------------- -tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params - -tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params -Note: the latter two test cases are the alias of the former one. Alias should -always be included so that the test run will be tempest version agnostic, -which can be used to test different version of Openstack. - Test preconditions ------------------ @@ -197,14 +183,6 @@ Image list tests using the Glance v2 API Test case specification ----------------------- -tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format -tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format -tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit -tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size -tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size -tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status -tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility - tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit @@ -213,10 +191,6 @@ tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility -Note: the latter 7 test cases are the alias of the former 7, respectively. -Alias should always be included so that the test run will be tempest version agnostic, -which can be used to test different version of Openstack. - Test preconditions ------------------ -- cgit 1.2.3-korg