############################################################################## # Copyright (c) 2019 opnfv. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- functest.rally.neutron: name: functest.rally.neutron objective: Run all Functest Rally Neutron test cases validate: type: functest testcase: rally_full image_name: opnfv/functest-benchmarking pre_condition: - 'cp /home/opnfv/userconfig/rally_neutron_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml' report: source_archive_files: - functest.log - rally_full/neutron.json - rally_full/rally_full.html - rally_full/rally_full.xml dest_archive_files: - rally_neutron_logs/functest.rally.neutron.functest.log - rally_neutron_logs/neutron.json - rally_neutron_logs/neutron.html - rally_neutron_logs/neutron.xml check_results_files: - 'functest_results.txt' sub_testcase_list: - 'NeutronNetworks.create_and_update_networks' - 'NeutronNetworks.create_and_update_ports' - 'NeutronNetworks.create_and_update_routers' - 'NeutronNetworks.create_and_update_subnets' - 'NeutronNetworks.create_and_delete_networks' - 'NeutronNetworks.create_and_delete_ports' - 'NeutronNetworks.create_and_delete_routers' - 'NeutronNetworks.create_and_delete_subnets' - 'NeutronNetworks.create_and_list_networks' - 'NeutronNetworks.create_and_list_ports' - 'NeutronNetworks.create_and_list_routers' - 'NeutronNetworks.create_and_list_subnets' - 'NeutronSecurityGroup.create_and_delete_security_groups' - 'NeutronSecurityGroup.create_and_delete_security_group_rule' - 'NeutronSecurityGroup.create_and_list_security_group_rules' - 'NeutronSecurityGroup.create_and_show_security_group' - 'NeutronNetworks.set_and_clear_router_gateway' - 'NeutronNetworks.create_and_show_ports' - 'NeutronNetworks.create_and_show_routers' - 'NeutronNetworks.create_and_show_subnets'