From 24d11dcf944c30668cd91c122c4a1ae7ce17538c Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Tue, 9 Jun 2015 13:31:11 -0700 Subject: [PATCH] Drop flag on tests that require SSH Original commit message: "Currently tests that require SSH are not gated against in Tempest due to the variety of conflicting network models available to OpenStack clusters. Tests that require SSH need to be rationalized and refactored, and is a current work item for the openstack-qa team. Until this test infrastructure is refactored, the tests should be flagged but kept for future capability testing." Tempest has a blueprint [1] out for a new SSH auth strategy, which is dependent on several patches landing. All of the patches which are necessary for the tests that are covered by the flags described above have now landed.[2][3] Therefore, we no longer need to carry forward the flags on these tests that were present in prior releases. Additionally, a patch [4] has been merged in refstack-client to update the default version of Tempest to a version new enough to pick up the fixes to Tempest. [1] https://blueprints.launchpad.net/tempest/+spec/ssh-auth-strategy [2] https://review.openstack.org/#/c/165504/ [3] https://review.openstack.org/#/c/151601/ [4] https://review.openstack.org/203077/ Co-Authored-By: Chris Hoge Co-Authored-By: Mark T. Voelker Change-Id: I7d9e273a4324500c9aaae42de942d3b45ffce824 --- flagged_list | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flagged_list b/flagged_list index 4ddfd8d2..08b90a91 100644 --- a/flagged_list +++ b/flagged_list @@ -1,8 +1,4 @@ tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results[gate,id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] -tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name[gate,id-ac1ad47f-984b-4441-9274-c9079b7a0666] -tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus[gate,id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] -tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name[gate,id-ac1ad47f-984b-4441-9274-c9079b7a0666] -tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus[gate,id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date[gate,id-74745ad8-b346-45b5-b9b8-509d7447fc1f,negative] tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date[gate,id-87d12517-e20a-4c9c-97b6-dd1628d6d6c9,negative] tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits[gate,id-12c80a9f-2dec-480e-882b-98ba15757659] @@ -24,7 +20,6 @@ tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_ tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails[gate,id-85bcdd8f-56b4-4868-ae56-63fbf6f7e405] tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails[gate,id-dea1936a-473d-49f2-92ad-97bb7aded22e] tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails[gate,id-c5f52351-53d9-4fc9-83e5-917f7f5e3d71] -tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[gate,id-52e9045a-e90d-4c0d-9087-79d657faffff] tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params[gate,id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time[gate,id-fb024a42-37f3-4ba5-9684-4f40a7910b41] tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds[gate,id-07c9cf95-c0d4-4b49-b9c8-0ef2c9b27193,smoke]