From a85d35f86170a2a2f2455fa157c12be823060522 Mon Sep 17 00:00:00 2001 From: xudan Date: Sun, 4 Aug 2019 21:59:56 -0400 Subject: Update Dovetail for XCI and Functest Hunter All info are recorded in etherpad https://etherpad.opnfv.org/p/Dovetail_XCI_TCs Change-Id: Iec54ecca63ef9d83a2e6cceb4c8664a9d107eab4 Signed-off-by: xudan --- docs/testing/user/ovpaddendum/index.rst | 1 - docs/testing/user/testspecification/index.rst | 1 - .../user/testspecification/snaps_smoke/index.rst | 232 --------------------- .../tempest_identity_v3/index.rst | 2 +- .../tempest_vm_lifecycle/index.rst | 2 +- docs/testing/user/userguide/cli_reference.rst | 1 - docs/testing/user/userguide/testing_guide.rst | 4 - 7 files changed, 2 insertions(+), 241 deletions(-) delete mode 100644 docs/testing/user/testspecification/snaps_smoke/index.rst (limited to 'docs/testing') diff --git a/docs/testing/user/ovpaddendum/index.rst b/docs/testing/user/ovpaddendum/index.rst index c84f85de..7072d3f1 100644 --- a/docs/testing/user/ovpaddendum/index.rst +++ b/docs/testing/user/ovpaddendum/index.rst @@ -350,7 +350,6 @@ of OVP is as follows: - yardstick.ha.controller_restart - functest.vnf.vims - functest.vnf.vepc - - functest.snaps.smoke \* The OPNFV OVP utilizes the same set of test cases as the OpenStack interoperability program *OpenStack Powered Compute*. Passing the OPNFV OVP diff --git a/docs/testing/user/testspecification/index.rst b/docs/testing/user/testspecification/index.rst index b4232b68..69df2a01 100644 --- a/docs/testing/user/testspecification/index.rst +++ b/docs/testing/user/testspecification/index.rst @@ -30,7 +30,6 @@ specification documents. highavailability/index security_patrole/index security_patrole_vxlan_dependent/index - snaps_smoke/index stress/index tempest_compute/index tempest_identity_v3/index diff --git a/docs/testing/user/testspecification/snaps_smoke/index.rst b/docs/testing/user/testspecification/snaps_smoke/index.rst deleted file mode 100644 index dff2b2b5..00000000 --- a/docs/testing/user/testspecification/snaps_smoke/index.rst +++ /dev/null @@ -1,232 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) Ericsson AB - -============================== -SNAPS smoke test specification -============================== - -.. toctree:: - :maxdepth: 2 - -Scope -===== - -The SNAPS smoke test case contains tests that setup and destroy environments -with VMs with and without Floating IPs with a newly created user and project. - -References -========== - -This smoke test executes the Python Tests included with the SNAPS libraries -that exercise many of the OpenStack APIs within Keystone, Glance, Neutron, -and Nova. - -- https://wiki.opnfv.org/display/PROJ/SNAPS-OO - -System Under Test (SUT) -======================= - -The SUT is assumed to be the NFVi and VIM in operation on a Pharos compliant infrastructure. - - -Test Area Structure -=================== - -The test area is structured in individual tests as listed below. -For detailed information on the individual steps and assertions performed -by the tests, review the Python source code accessible via the following links: - -**Dynamic creation of User/Project objects to be leveraged for the integration tests:** - -- `Create Image Success tests `_ - - snaps.openstack.tests.create_image_tests.CreateImageSuccessTests.test_create_delete_image - - snaps.openstack.tests.create_image_tests.CreateImageSuccessTests.test_create_image_clean_file - - snaps.openstack.tests.create_image_tests.CreateImageSuccessTests.test_create_image_clean_url - - snaps.openstack.tests.create_image_tests.CreateImageSuccessTests.test_create_image_clean_url_properties - - snaps.openstack.tests.create_image_tests.CreateImageSuccessTests.test_create_same_image - - snaps.openstack.tests.create_image_tests.CreateImageSuccessTests.test_create_same_image_new_settings - -- `Create Image Negative tests `_ - - snaps.openstack.tests.create_image_tests.CreateImageNegativeTests.test_bad_image_file - - snaps.openstack.tests.create_image_tests.CreateImageNegativeTests.test_bad_image_image_type - - snaps.openstack.tests.create_image_tests.CreateImageNegativeTests.test_bad_image_name - - snaps.openstack.tests.create_image_tests.CreateImageNegativeTests.test_bad_image_url - -- `Create Image Multi Part tests `_ - - snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests.test_create_three_part_image_from_file_3_creators - - snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests.test_create_three_part_image_from_url - - snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests.test_create_three_part_image_from_url_3_creators - -- `Create Keypairs tests `_ - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests.test_create_delete_keypair - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests.test_create_keypair_from_file - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests.test_create_keypair_large_key - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests.test_create_keypair_only - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests.test_create_keypair_save_both - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests.test_create_keypair_save_pub_only - -- `Create Keypairs Cleanup tests `_ - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests.test_create_keypair_exist_files_delete - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests.test_create_keypair_exist_files_keep - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests.test_create_keypair_gen_files_delete_1 - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests.test_create_keypair_gen_files_delete_2 - - snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests.test_create_keypair_gen_files_keep - -- `Create Network Success tests `_ - - snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests.test_create_delete_network - - snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests.test_create_network_router_admin_user_to_new_project - - snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests.test_create_network_router_new_user_to_admin_project - - snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests.test_create_network_with_router - - snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests.test_create_network_without_router - - snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests.test_create_networks_same_name - -- `Create Router Success tests `_ - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_delete_router - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_admin_state_True - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_admin_state_false - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_admin_user_to_new_project - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_external_network - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_new_user_as_admin_project - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_private_network - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_vanilla - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_router_with_ext_port - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_with_internal_sub - - snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests.test_create_with_invalid_internal_sub - -- `Create Router Negative tests `_ - - snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests.test_create_router_admin_ports - - snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests.test_create_router_invalid_gateway_name - - snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests.test_create_router_noname - - -- `Create QoS tests `_ - - snaps.openstack.tests.create_qos_tests.CreateQoSTests.test_create_delete_qos - - snaps.openstack.tests.create_qos_tests.CreateQoSTests.test_create_qos - - snaps.openstack.tests.create_qos_tests.CreateQoSTests.test_create_same_qos - -- `Create Simple Volume Success tests `_ - - snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests.test_create_delete_volume - - snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests.test_create_same_volume - - snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests.test_create_volume_simple - -- `Create Simple Volume Failure tests `_ - - snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests.test_create_volume_bad_image - - snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests.test_create_volume_bad_size - - snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests.test_create_volume_bad_type - -- `Create Volume With Type tests `_ - - snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests.test_bad_volume_type - - snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests.test_valid_volume_type - -- `Create Volume With Image tests `_ - - snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests.test_bad_image_name - - snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests.test_valid_volume_image - -- `Create Simple Volume Type Success tests `_ - - snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests.test_create_delete_volume_type - - snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests.test_create_same_volume_type - - snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests.test_create_volume_type - -- `Create Volume Type Complex tests `_ - - snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests.test_volume_type_with_encryption - - snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests.test_volume_type_with_qos - - snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests.test_volume_type_with_qos_and_encryption - -- `Simple Health Check `_ - - snaps.openstack.tests.create_instance_tests.SimpleHealthCheck.test_check_vm_ip_dhcp - -- `Create Instance Two Net tests `_ - - snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests.test_ping_via_router - -- `Create Instance Simple tests `_ - - snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests.test_create_admin_instance - - snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests.test_create_delete_instance - -- `Create Instance Port Manipulation tests `_ - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_allowed_address_pairs - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_allowed_address_pairs_bad_ip - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_allowed_address_pairs_bad_mac - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_custom_invalid_ip_one_subnet - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_custom_invalid_mac - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_custom_mac_and_ip - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_custom_valid_ip_one_subnet - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_custom_valid_mac - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_one_port_two_ip_one_subnet - - snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests.test_set_one_port_two_ip_two_subnets - -- `Instance Security Group tests `_ - - snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests.test_add_invalid_security_group - - snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests.test_add_same_security_group - - snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests.test_add_security_group - - snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests.test_remove_security_group - - snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests.test_remove_security_group_never_added - -- `Create Instance On Compute Host `_ - - snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost.test_deploy_vm_to_each_compute_node - -- `Create Instance From Three Part Image `_ - - snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage.test_create_instance_from_three_part_image - -- `Create Instance Volume tests `_ - - snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests.test_create_instance_with_one_volume - - snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests.test_create_instance_with_two_volumes - -- `Create Instance Single Network tests `_ - - snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests.test_single_port_static - - snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests.test_ssh_client_fip_after_active - - snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests.test_ssh_client_fip_after_init - - snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests.test_ssh_client_fip_after_reboot - - snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests.test_ssh_client_fip_before_active - - snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests.test_ssh_client_fip_reverse_engineer - - snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests.test_ssh_client_fip_second_creator - - -- `Create Stack Success tests `_ - - snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests.test_create_delete_stack - - snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests.test_create_same_stack - - snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests.test_create_stack_short_timeout - - snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests.test_create_stack_template_dict - - snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests.test_create_stack_template_file - - snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests.test_retrieve_network_creators - - snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests.test_retrieve_vm_inst_creators - -- `Create Stack Volume tests `_ - - snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests.test_retrieve_volume_creator - - snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests.test_retrieve_volume_type_creator - -- `Create Stack Flavor tests `_ - - snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests.test_retrieve_flavor_creator - -- `Create Stack Keypair tests `_ - - snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests.test_retrieve_keypair_creator - -- `Create Stack Security Group tests `_ - - snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests.test_retrieve_security_group_creatorl - -- `Create Stack Negative tests `_ - - snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests.test_bad_stack_file - - snaps.openstack.tests.create_stack_tests.CreateStackNegativeTest.test_missing_dependencies - -- `Create Security Group tests `_ - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_add_rule - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_create_delete_group - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_create_group_admin_user_to_new_project - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_create_group_new_user_to_admin_project - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_create_group_with_one_complex_rule - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_create_group_with_one_simple_rule - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_create_group_with_several_rules - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_create_group_without_rules - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_remove_rule_by_id - - snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests.test_remove_rule_by_setting - -**Floating IP and Ansible provisioning:** - -- `Create Stack Floating tests `_ - - snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests.test_connect_via_ssh_heat_vm - - snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests.test_connect_via_ssh_heat_vm_derived - - -- `Ansible Provisioning tests `_ - - snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests.test_apply_simple_playbook - - snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests.test_apply_template_playbook diff --git a/docs/testing/user/testspecification/tempest_identity_v3/index.rst b/docs/testing/user/testspecification/tempest_identity_v3/index.rst index bb60b204..df5bdbb6 100644 --- a/docs/testing/user/testspecification/tempest_identity_v3/index.rst +++ b/docs/testing/user/testspecification/tempest_identity_v3/index.rst @@ -53,7 +53,7 @@ OVP test suite. - tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete - `Create and Verify Domain `_ - - tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists + - tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists - `Create, Update and Delete Domain `_ - tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain diff --git a/docs/testing/user/testspecification/tempest_vm_lifecycle/index.rst b/docs/testing/user/testspecification/tempest_vm_lifecycle/index.rst index 7091929a..bbfd2884 100644 --- a/docs/testing/user/testspecification/tempest_vm_lifecycle/index.rst +++ b/docs/testing/user/testspecification/tempest_vm_lifecycle/index.rst @@ -575,7 +575,7 @@ Test Case 10 - Resize volume backed server Test case specification ----------------------- -tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_resize_volume_backed_server_confirm +tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm Test preconditions ------------------ diff --git a/docs/testing/user/userguide/cli_reference.rst b/docs/testing/user/userguide/cli_reference.rst index 010c7a50..532da0a5 100644 --- a/docs/testing/user/userguide/cli_reference.rst +++ b/docs/testing/user/userguide/cli_reference.rst @@ -170,7 +170,6 @@ Dovetail List Commands yardstick.ha.controller_restart functest.vnf.vims functest.vnf.vepc - functest.snaps.smoke Dovetail Show Commands ---------------------- diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst index 5636c982..d28969d3 100644 --- a/docs/testing/user/userguide/testing_guide.rst +++ b/docs/testing/user/userguide/testing_guide.rst @@ -724,10 +724,6 @@ Host by default within the directory specified below. * Its log is stored in ``stress_logs/bottlenecks.stress.XXX.log``. - * Snaps test cases - - * Its log is stored in ``snaps_logs/functest.snaps.smoke.log``. - * VNF test cases * Its log is stored in ``vnf_logs/functest.vnf.XXX.log``. -- cgit 1.2.3-korg