2018-03-31 13:45:08,382 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-31 13:45:08,382 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.25:5000/v3 ...OK 2018-03-31 13:45:08,760 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-31 13:45:09,203 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-31 13:45:09,203 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.25:5000 ...OK 2018-03-31 13:45:09,667 - functest.ci.check_deployment - DEBUG - 172.30.9.25:8774 is reachable! 2018-03-31 13:45:09,667 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.25:8774/v2.1 ...OK 2018-03-31 13:45:10,129 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9696 is reachable! 2018-03-31 13:45:10,130 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.25:9696 ...OK 2018-03-31 13:45:10,503 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9292 is reachable! 2018-03-31 13:45:10,503 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.25:9292 ...OK 2018-03-31 13:45:11,530 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-31 13:45:13,120 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-31 13:45:13,145 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-31 13:45:14,539 - functest.ci.check_deployment - INFO - External network found: external 2018-03-31 13:45:17,188 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-81 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-31 13:45:17,190 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ZvQ83WrThFEWK64gyB4s7pUrX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-31 13:45:17,190 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 13:45:17,191 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-03-31 13:45:17,192 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-31 13:45:17,192 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-31 13:45:19,340 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 13:45:28,736 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.385s OK 2018-03-31 13:45:28,866 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 13:45:28,866 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-31 13:45:28,869 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-31 13:45:29,533 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 13:57:20,777 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 711.201s OK 2018-03-31 13:57:20,898 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 13:57:20,899 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-31 13:57:20,903 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-31 13:57:21,592 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 13:58:10,750 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 49.156s OK 2018-03-31 13:58:10,871 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 13:58:10,872 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:49 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-31 13:58:10,876 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 11:51 | PASS | | snaps_health_check | functest | healthcheck | 00:49 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-31 13:58:10,879 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-31 13:58:13,536 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-81 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-31 13:58:13,539 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ZvQ83WrThFEWK64gyB4s7pUrX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-31 13:58:13,539 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 13:58:13,540 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-03-31 13:58:13,541 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-31 13:58:13,541 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-31 13:58:14,410 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-31 13:58:14,410 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-31 13:58:14,824 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-31 13:58:14,824 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-31 13:58:15,192 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-31 13:58:15,192 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-31 13:58:15' 2018-03-31 13:58:15,192 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:17,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:21,176 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:26,426 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:27,214 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:27,873 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:32,789 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:36,139 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-5eaefc5f-cb06-43e0-8c02-17e593734fdc' 2018-03-31 13:58:56,009 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-31 13:59:07,376 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-31 13:59:07,513 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-31 13:59:08,519 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-31 13:59:27,753 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-31 13:59:27,753 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-31 13:59:28,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 13:59:28,231 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-31 13:59:28,235 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-31 13:59:28,334 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-31 13:59:28,334 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-31 13:59:28' 2018-03-31 13:59:28,334 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e1dceea6-92ab-4a7c-9501-f825feb35f4c' 2018-03-31 13:59:32,512 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e1dceea6-92ab-4a7c-9501-f825feb35f4c' 2018-03-31 13:59:34,388 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e1dceea6-92ab-4a7c-9501-f825feb35f4c' 2018-03-31 13:59:40,527 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e1dceea6-92ab-4a7c-9501-f825feb35f4c' 2018-03-31 13:59:41,509 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e1dceea6-92ab-4a7c-9501-f825feb35f4c' 2018-03-31 13:59:47,409 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e1dceea6-92ab-4a7c-9501-f825feb35f4c' 2018-03-31 13:59:52,822 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-31 14:00:04,790 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-31 14:00:07,289 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-31 14:00:35,341 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 14:00:35,341 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-31 14:00:35,345 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-31 14:00:35,448 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 14:00:40,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 14:00:39.930 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=112a1d96-7a7c-40ab-b347-f229b4e1853e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 112a1d96-7a7c-40ab-b347-f229b4e1853e | 2018-03-31T14:00:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 112a1d96-7a7c-40ab-b347-f229b4e1853e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-31 14:00:43,583 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-31 14:00:43,584 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 14:00:49,261 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 14:00:47.782 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 14:00:47.928 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 14:00:49.084 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543) as the default verifier for the future CLI operations. 2018-03-31 14:00:52,114 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 14:00:53,911 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 14:01:04,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 14:01:09,275 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 14:01:08.406 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543) for deployment 'opnfv-rally' (UUID=112a1d96-7a7c-40ab-b347-f229b4e1853e). 2018-03-31 14:01:09.101 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543) has been successfully configured for deployment 'opnfv-rally' (UUID=112a1d96-7a7c-40ab-b347-f229b4e1853e)! 2018-03-31 14:01:09,275 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 14:01:09,275 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 14:01:09,277 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 14:01:09,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-31 14:01:12,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c777e144-97c1-4023-9a40-be698cabf543/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-31 14:01:12,560 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-31 14:01:12,561 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-31 14:01:12,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-31 14:01:14,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:01:14.712 55 INFO rally.api [-] Starting verification (UUID=1bd50638-fe07-4dec-a723-71bc9df2fda4) for deployment 'opnfv-rally' (UUID=112a1d96-7a7c-40ab-b347-f229b4e1853e) by verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543). 2018-03-31 14:01:14,714 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1bd50638-fe07-4dec-a723-71bc9df2fda4 2018-03-31 14:01:21,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:01:21.648 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.176s] 2018-03-31 14:01:21,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:01:21.705 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-03-31 14:01:28,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:01:28.070 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.998s] 2018-03-31 14:01:29,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:01:29.391 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.320s] 2018-03-31 14:01:39,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:01:39.937 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.327s] 2018-03-31 14:01:55,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:01:55.293 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.461s] 2018-03-31 14:02:33,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:02:33.040 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.083s] 2018-03-31 14:02:33,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:02:33.042 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-31 14:03:04,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:03:04.993 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-03-31 14:03:04,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:03:04.995 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-31 14:03:36,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:03:36.346 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-03-31 14:03:36,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:03:36.348 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-31 14:04:24,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:04:24.460 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.430s] 2018-03-31 14:04:48,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:04:48.847 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-03-31 14:04:48,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:04:48.944 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-03-31 14:04:58,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:04:58.270 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.641s] 2018-03-31 14:04:58,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:04:58.279 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-31 14:04:59,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:04:59.547 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-31 14:04:59,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:04:59.548 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-31 14:05:04,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:04.122 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.321s] 2018-03-31 14:05:09,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:09.785 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.079s] 2018-03-31 14:05:16,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:16.625 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.690s] 2018-03-31 14:05:23,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:23.768 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.490s] 2018-03-31 14:05:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:33.095 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.092s] 2018-03-31 14:05:39,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:39.408 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.340s] 2018-03-31 14:05:45,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:45.735 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.198s] 2018-03-31 14:05:52,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:52.966 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.465s] 2018-03-31 14:05:59,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:05:59.418 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.514s] 2018-03-31 14:06:07,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:07.702 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.739s] 2018-03-31 14:06:09,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:09.901 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-31 14:06:12,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:12.059 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.067s] 2018-03-31 14:06:12,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:12.127 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-03-31 14:06:12,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:12.199 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-03-31 14:06:12,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:12.206 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-03-31 14:06:16,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:16.319 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.408s] 2018-03-31 14:06:19,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:19.019 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.699s] 2018-03-31 14:06:22,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:22.157 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.137s] 2018-03-31 14:06:30,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:30.492 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-31 14:06:35,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:35.618 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.994s] 2018-03-31 14:06:49,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:49.332 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.238s] 2018-03-31 14:06:52,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:06:52.743 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.409s] 2018-03-31 14:07:04,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:04.177 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.840s] 2018-03-31 14:07:07,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:07.212 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.034s] 2018-03-31 14:07:14,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:14.961 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.748s] 2018-03-31 14:07:25,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:25.393 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.632s] 2018-03-31 14:07:28,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:28.943 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.549s] 2018-03-31 14:07:31,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:31.686 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.742s] 2018-03-31 14:07:47,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:47.709 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.808s] 2018-03-31 14:07:47,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:47.887 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.178s] 2018-03-31 14:07:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:47.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.105s] 2018-03-31 14:07:48,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:48.046 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.051s] 2018-03-31 14:07:48,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:48.142 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.096s] 2018-03-31 14:07:48,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:48.191 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.049s] 2018-03-31 14:07:59,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:59.069 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.084s] 2018-03-31 14:07:59,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:59.251 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.182s] 2018-03-31 14:07:59,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:59.496 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.244s] 2018-03-31 14:07:59,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:59.547 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.051s] 2018-03-31 14:07:59,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:59.793 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.245s] 2018-03-31 14:07:59,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:07:59.996 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.203s] 2018-03-31 14:08:10,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:10.560 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.134s] 2018-03-31 14:08:15,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:15.223 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.663s] 2018-03-31 14:08:16,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:16.832 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.607s] 2018-03-31 14:08:17,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:17.013 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.181s] 2018-03-31 14:08:17,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:17.064 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-03-31 14:08:27,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:27.034 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.313s] 2018-03-31 14:08:31,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:31.524 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.489s] 2018-03-31 14:08:33,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:33.622 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.096s] 2018-03-31 14:08:33,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:33.675 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2018-03-31 14:08:33,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:33.727 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2018-03-31 14:08:49,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:49.071 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.594s] 2018-03-31 14:08:54,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:08:54.563 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.493s] 2018-03-31 14:09:00,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:00.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.787s] 2018-03-31 14:09:03,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:03.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.823s] 2018-03-31 14:09:24,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:24.459 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.652s] 2018-03-31 14:09:29,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:29.753 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.293s] 2018-03-31 14:09:34,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:34.493 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.739s] 2018-03-31 14:09:37,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:37.252 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.759s] 2018-03-31 14:09:49,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:49.868 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.194s] 2018-03-31 14:09:52,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:52.463 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.592s] 2018-03-31 14:09:52,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:52.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.043s] 2018-03-31 14:09:56,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:56.427 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.039s] 2018-03-31 14:09:58,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:58.426 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.996s] 2018-03-31 14:09:58,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:09:58.467 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-03-31 14:10:02,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:02.193 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.762s] 2018-03-31 14:10:06,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:06.476 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-31 14:10:07,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:07.679 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-31 14:10:07,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:07.681 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-31 14:10:07,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:07.682 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-31 14:10:07,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:07.682 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-31 14:10:07,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:07.683 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-31 14:10:09,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:09.402 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-03-31 14:10:25,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:25.488 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.814s] 2018-03-31 14:10:38,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:38.218 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.797s] 2018-03-31 14:10:53,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:10:53.282 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.062s] 2018-03-31 14:11:01,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:11:01.940 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.181s] 2018-03-31 14:12:19,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:12:19.582 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [71.043s] 2018-03-31 14:12:58,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:12:58.601 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [30.569s] 2018-03-31 14:13:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:13:36.590 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [18.892s] 2018-03-31 14:13:51,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1bd50638-fe07-4dec-a723-71bc9df2fda4']'. 2018-03-31 14:13:52,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 14:13:52,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 14:13:52,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 14:13:52,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1bd50638-fe07-4dec-a723-71bc9df2fda4 | 2018-03-31 14:13:52,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-31 14:13:52,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 14:01:14 | 2018-03-31 14:13:52,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 14:13:51 | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:37 | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c777e144-97c1-4023-9a40-be698cabf543) | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 112a1d96-7a7c-40ab-b347-f229b4e1853e) | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 737.527 | 2018-03-31 14:13:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-03-31 14:13:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-31 14:13:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 14:13:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 14:13:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-31 14:13:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 14:13:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 14:13:52,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-03-31 14:14:00,310 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 14:14:00,310 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:08 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-31 14:14:00,315 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-31 14:14:00,315 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-31 14:14:00,416 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-31 14:14:00,813 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-31 14:14:00,813 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-31 14:14:01,184 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 14:14:03,640 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 14:14:03.262 117 INFO rally.deployment.engine [-] Deployment 112a1d96-7a7c-40ab-b347-f229b4e1853e | Starting: Destroy cloud and free allocated resources. 2018-03-31 14:14:03.342 117 INFO rally.deployment.engine [-] Deployment 112a1d96-7a7c-40ab-b347-f229b4e1853e | Completed: Destroy cloud and free allocated resources. 2018-03-31 14:14:03.383 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543) for deployment 'opnfv-rally'. 2018-03-31 14:14:03.402 117 INFO rally.api [-] Deleting verification (UUID=1bd50638-fe07-4dec-a723-71bc9df2fda4). 2018-03-31 14:14:03.440 117 INFO rally.api [-] Verification has been successfully deleted! 2018-03-31 14:14:03.441 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543). 2018-03-31 14:14:03.453 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 14:14:06,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 14:14:05.737 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9ca602b7-c77b-436d-80ae-6d6b470f0406) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9ca602b7-c77b-436d-80ae-6d6b470f0406 | 2018-03-31T14:14:05 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9ca602b7-c77b-436d-80ae-6d6b470f0406 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-31 14:14:09,269 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-31 14:14:09,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-31 14:14:10,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e'... 2018-03-31 14:14:16,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-2d5d3e3c-5138-4f50-807b-2b1983e4a69e'... 2018-03-31 14:14:18,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-2d5d3e3c-5138-4f50-807b-2b1983e4a69e'... 2018-03-31 14:14:23,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e'... 2018-03-31 14:14:23,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e'... 2018-03-31 14:14:24,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-31 14:14:24,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-03-31 14:14:24,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:14:24,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:14:24,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:15:26,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2b264bc4-add7-4419-9956-5a1c1e33499c 2018-03-31 14:15:26,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-31 14:15:26,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2b264bc4-add7-4419-9956-5a1c1e33499c'] 2018-03-31 14:15:27,511 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2b264bc4-add7-4419-9956-5a1c1e33499c: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b264bc4-add7-4419-9956-5a1c1e33499c has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | total | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> duration | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.45497 Full duration: 7.746936 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b264bc4-add7-4419-9956-5a1c1e33499c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764676 Full duration: 8.367631 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b264bc4-add7-4419-9956-5a1c1e33499c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.621004 Full duration: 6.925678 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b264bc4-add7-4419-9956-5a1c1e33499c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | total | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> duration | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.773166 Full duration: 7.563772 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b264bc4-add7-4419-9956-5a1c1e33499c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945336 Full duration: 7.76171 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b264bc4-add7-4419-9956-5a1c1e33499c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | -> duration | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.650889 Full duration: 7.283657 HINTS: * To plot HTML graphics with this data, run: rally task report 2b264bc4-add7-4419-9956-5a1c1e33499c --out output.html * To generate a JUnit report, run: rally task export 2b264bc4-add7-4419-9956-5a1c1e33499c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2b264bc4-add7-4419-9956-5a1c1e33499c --json --out output.json 2018-03-31 14:15:27,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2b264bc4-add7-4419-9956-5a1c1e33499c'] 2018-03-31 14:15:28,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:15:28,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2b264bc4-add7-4419-9956-5a1c1e33499c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-31 14:15:28,531 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-31 14:15:28,531 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-31 14:15:28,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-03-31 14:15:28,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:15:28,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:15:28,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:17:42,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 64b3dd46-b8a1-40c8-9f32-304a694a6bdc 2018-03-31 14:17:42,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '64b3dd46-b8a1-40c8-9f32-304a694a6bdc'] 2018-03-31 14:17:42,998 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 64b3dd46-b8a1-40c8-9f32-304a694a6bdc: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 64b3dd46-b8a1-40c8-9f32-304a694a6bdc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.012 | 5.012 | 5.012 | 5.012 | 5.012 | 5.012 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 2.435 | 100.0% | 1 | | glance_v2.delete_image | 2.325 | 2.325 | 2.325 | 2.325 | 2.325 | 2.325 | 100.0% | 1 | | total | 7.338 | 7.338 | 7.338 | 7.338 | 7.338 | 7.338 | 100.0% | 1 | | -> duration | 7.338 | 7.338 | 7.338 | 7.338 | 7.338 | 7.338 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.337897 Full duration: 14.938562 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 64b3dd46-b8a1-40c8-9f32-304a694a6bdc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.347 | 6.347 | 6.347 | 6.347 | 6.347 | 6.347 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 4.041 | 4.041 | 4.041 | 4.041 | 4.041 | 4.041 | 100.0% | 1 | | glance_v2.list_images | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 100.0% | 1 | | -> duration | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.457997 Full duration: 18.823528 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 64b3dd46-b8a1-40c8-9f32-304a694a6bdc has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | -> duration | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.278674 Full duration: 7.109247 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e" }, "number_instances": 2, "nics": [ { "net-id": "2519070f-88b3-4d9e-aacb-d6af613b7c2a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 64b3dd46-b8a1-40c8-9f32-304a694a6bdc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.413 | 4.413 | 4.413 | 4.413 | 4.413 | 4.413 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 100.0% | 1 | | nova.boot_servers | 16.095 | 16.095 | 16.095 | 16.095 | 16.095 | 16.095 | 100.0% | 1 | | total | 20.509 | 20.509 | 20.509 | 20.509 | 20.509 | 20.509 | 100.0% | 1 | | -> duration | 19.509 | 19.509 | 19.509 | 19.509 | 19.509 | 19.509 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.509128 Full duration: 73.515225 HINTS: * To plot HTML graphics with this data, run: rally task report 64b3dd46-b8a1-40c8-9f32-304a694a6bdc --out output.html * To generate a JUnit report, run: rally task export 64b3dd46-b8a1-40c8-9f32-304a694a6bdc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 64b3dd46-b8a1-40c8-9f32-304a694a6bdc --json --out output.json 2018-03-31 14:17:42,998 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '64b3dd46-b8a1-40c8-9f32-304a694a6bdc'] 2018-03-31 14:17:44,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:17:44,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '64b3dd46-b8a1-40c8-9f32-304a694a6bdc', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-31 14:17:44,060 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-31 14:17:44,061 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-31 14:17:44,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-31 14:17:44,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:17:44,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:17:44,101 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-31 14:17:44,101 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-31 14:17:44,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-03-31 14:17:44,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:17:44,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:17:44,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:21:04,377 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 2018-03-31 14:21:04,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '316e7764-3edc-45a0-b4cf-eef6e2a4e9c3'] 2018-03-31 14:21:05,530 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.112 | 3.112 | 3.112 | 3.112 | 3.112 | 3.112 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | total | 5.692 | 5.692 | 5.692 | 5.692 | 5.692 | 5.692 | 100.0% | 1 | | -> duration | 5.692 | 5.692 | 5.692 | 5.692 | 5.692 | 5.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.691513 Full duration: 22.228642 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 100.0% | 1 | | cinder_v2.delete_volume | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 100.0% | 1 | | total | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 100.0% | 1 | | -> duration | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 5.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.917821 Full duration: 16.101676 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 11.385 | 11.385 | 11.385 | 11.385 | 11.385 | 11.385 | 100.0% | 1 | | cinder_v2.delete_volume | 2.791 | 2.791 | 2.791 | 2.791 | 2.791 | 2.791 | 100.0% | 1 | | total | 14.176 | 14.176 | 14.176 | 14.176 | 14.176 | 14.176 | 100.0% | 1 | | -> duration | 14.176 | 14.176 | 14.176 | 14.176 | 14.176 | 14.176 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.176245 Full duration: 24.412505 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.177 | 3.177 | 3.177 | 3.177 | 3.177 | 3.177 | 100.0% | 1 | | cinder_v2.delete_volume | 4.679 | 4.679 | 4.679 | 4.679 | 4.679 | 4.679 | 100.0% | 1 | | total | 7.856 | 7.856 | 7.856 | 7.856 | 7.856 | 7.856 | 100.0% | 1 | | -> duration | 7.856 | 7.856 | 7.856 | 7.856 | 7.856 | 7.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.855884 Full duration: 17.82039 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.197 | 3.197 | 3.197 | 3.197 | 3.197 | 3.197 | 100.0% | 1 | | cinder_v2.extend_volume | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | cinder_v2.delete_volume | 2.446 | 2.446 | 2.446 | 2.446 | 2.446 | 2.446 | 100.0% | 1 | | total | 8.095 | 8.095 | 8.095 | 8.095 | 8.095 | 8.095 | 100.0% | 1 | | -> duration | 8.095 | 8.095 | 8.095 | 8.095 | 8.095 | 8.095 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.095185 Full duration: 17.68017 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.242 | 5.242 | 5.242 | 5.242 | 5.242 | 5.242 | 100.0% | 1 | | cinder_v2.delete_volume | 2.625 | 2.625 | 2.625 | 2.625 | 2.625 | 2.625 | 100.0% | 1 | | total | 7.867 | 7.867 | 7.867 | 7.867 | 7.867 | 7.867 | 100.0% | 1 | | -> duration | 7.867 | 7.867 | 7.867 | 7.867 | 7.867 | 7.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.867265 Full duration: 25.461211 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | cinder_v2.list_qos | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72806 Full duration: 12.067446 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | cinder_v2.set_qos | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775147 Full duration: 11.144055 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | cinder_v2.list_types | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741914 Full duration: 12.838421 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | -> duration | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.390491 Full duration: 12.185628 HINTS: * To plot HTML graphics with this data, run: rally task report 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 --out output.html * To generate a JUnit report, run: rally task export 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 316e7764-3edc-45a0-b4cf-eef6e2a4e9c3 --json --out output.json 2018-03-31 14:21:05,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '316e7764-3edc-45a0-b4cf-eef6e2a4e9c3'] 2018-03-31 14:21:06,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:21:06,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '316e7764-3edc-45a0-b4cf-eef6e2a4e9c3', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-31 14:21:06,589 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-31 14:21:06,589 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-31 14:21:06,590 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-31 14:21:06,590 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:21:06,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:21:06,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:22:32,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3b6a4f90-a406-4e88-8cac-49ff487aa09e 2018-03-31 14:22:32,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3b6a4f90-a406-4e88-8cac-49ff487aa09e'] 2018-03-31 14:22:33,553 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3b6a4f90-a406-4e88-8cac-49ff487aa09e: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3b6a4f90-a406-4e88-8cac-49ff487aa09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 100.0% | 1 | | heat.update_stack | 3.796 | 3.796 | 3.796 | 3.796 | 3.796 | 3.796 | 100.0% | 1 | | heat.delete_stack | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | total | 10.817 | 10.817 | 10.817 | 10.817 | 10.817 | 10.817 | 100.0% | 1 | | -> duration | 6.817 | 6.817 | 6.817 | 6.817 | 6.817 | 6.817 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.816735 Full duration: 21.149453 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3b6a4f90-a406-4e88-8cac-49ff487aa09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 100.0% | 1 | | heat.check_stack | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | heat.delete_stack | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 100.0% | 1 | | total | 8.449 | 8.449 | 8.449 | 8.449 | 8.449 | 8.449 | 100.0% | 1 | | -> duration | 6.449 | 6.449 | 6.449 | 6.449 | 6.449 | 6.449 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.449223 Full duration: 16.785786 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3b6a4f90-a406-4e88-8cac-49ff487aa09e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 4.607 | 100.0% | 1 | | heat.suspend_stack | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 100.0% | 1 | | heat.resume_stack | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | heat.delete_stack | 2.408 | 2.408 | 2.408 | 2.408 | 2.408 | 2.408 | 100.0% | 1 | | total | 10.679 | 10.679 | 10.679 | 10.679 | 10.679 | 10.679 | 100.0% | 1 | | -> duration | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.679205 Full duration: 19.316613 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 3b6a4f90-a406-4e88-8cac-49ff487aa09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.632803 Full duration: 8.303935 HINTS: * To plot HTML graphics with this data, run: rally task report 3b6a4f90-a406-4e88-8cac-49ff487aa09e --out output.html * To generate a JUnit report, run: rally task export 3b6a4f90-a406-4e88-8cac-49ff487aa09e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3b6a4f90-a406-4e88-8cac-49ff487aa09e --json --out output.json 2018-03-31 14:22:33,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3b6a4f90-a406-4e88-8cac-49ff487aa09e'] 2018-03-31 14:22:34,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:22:34,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3b6a4f90-a406-4e88-8cac-49ff487aa09e', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-31 14:22:34,591 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-31 14:22:34,592 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-31 14:22:34,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-03-31 14:22:34,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:22:34,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:22:34,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:25:53,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c6f4b67c-d682-4496-88a3-a25492f9d3c8 2018-03-31 14:25:53,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c6f4b67c-d682-4496-88a3-a25492f9d3c8'] 2018-03-31 14:25:54,178 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | keystone_v3.add_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | keystone_v3.revoke_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.823769 Full duration: 14.312788 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.list_roles | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788745 Full duration: 13.671752 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76779 Full duration: 15.737389 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | keystone_v3.delete_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633114 Full duration: 12.153146 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.delete_service | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> duration | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591643 Full duration: 12.324611 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.create_user | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.create_role | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | keystone_v3.get_project | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_user | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 100.0% | 1 | | -> duration | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.178419 Full duration: 20.229804 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | keystone_v3.update_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.delete_project | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909809 Full duration: 11.994763 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | total | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> duration | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817801 Full duration: 14.688356 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | total | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> duration | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.619847 Full duration: 14.18334 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829687 Full duration: 14.14221 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c6f4b67c-d682-4496-88a3-a25492f9d3c8 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | keystone_v3.create_users | 5.182 | 5.182 | 5.182 | 5.182 | 5.182 | 5.182 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.182 | 5.182 | 5.182 | 5.182 | 5.182 | 5.182 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 100.0% | 1 | | total | 6.733 | 6.733 | 6.733 | 6.733 | 6.733 | 6.733 | 100.0% | 1 | | -> duration | 6.733 | 6.733 | 6.733 | 6.733 | 6.733 | 6.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.733492 Full duration: 26.488565 HINTS: * To plot HTML graphics with this data, run: rally task report c6f4b67c-d682-4496-88a3-a25492f9d3c8 --out output.html * To generate a JUnit report, run: rally task export c6f4b67c-d682-4496-88a3-a25492f9d3c8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c6f4b67c-d682-4496-88a3-a25492f9d3c8 --json --out output.json 2018-03-31 14:25:54,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c6f4b67c-d682-4496-88a3-a25492f9d3c8'] 2018-03-31 14:25:55,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:25:55,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c6f4b67c-d682-4496-88a3-a25492f9d3c8', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-31 14:25:55,286 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-31 14:25:55,286 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-31 14:25:55,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-03-31 14:25:55,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:25:55,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:25:55,337 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:30:53,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fe04c07b-d7ac-4620-838a-dc08c7a4fd81 2018-03-31 14:30:53,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fe04c07b-d7ac-4620-838a-dc08c7a4fd81'] 2018-03-31 14:30:54,129 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | neutron.delete_network | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | total | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 100.0% | 1 | | -> duration | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.669549 Full duration: 14.546942 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 100.0% | 1 | | neutron.delete_port | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 2.55 | 2.55 | 2.55 | 2.55 | 2.55 | 2.55 | 100.0% | 1 | | -> duration | 2.55 | 2.55 | 2.55 | 2.55 | 2.55 | 2.55 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.549646 Full duration: 26.863544 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | neutron.create_subnet | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | neutron.create_router | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | neutron.add_interface_router | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | neutron.remove_interface_router | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | neutron.delete_router | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 5.264 | 5.264 | 5.264 | 5.264 | 5.264 | 5.264 | 100.0% | 1 | | -> duration | 5.264 | 5.264 | 5.264 | 5.264 | 5.264 | 5.264 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.263777 Full duration: 35.223842 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | neutron.delete_subnet | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 100.0% | 1 | | -> duration | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.563185 Full duration: 28.171469 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | neutron.list_networks | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> duration | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.358593 Full duration: 15.87108 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | neutron.list_ports | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | -> duration | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.643254 Full duration: 26.944708 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | neutron.create_subnet | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | neutron.create_router | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | neutron.add_interface_router | 1.505 | 1.505 | 1.505 | 1.505 | 1.505 | 1.505 | 100.0% | 1 | | neutron.list_routers | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 100.0% | 1 | | total | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 100.0% | 1 | | -> duration | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.58458 Full duration: 36.257025 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | neutron.create_subnet | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | neutron.list_subnets | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 100.0% | 1 | | -> duration | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.427212 Full duration: 33.097225 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | neutron.delete_security_group | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> duration | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.992969 Full duration: 13.790808 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | neutron.create_security_group_rule | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | neutron.delete_security_group | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | -> duration | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.251597 Full duration: 14.180805 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task fe04c07b-d7ac-4620-838a-dc08c7a4fd81 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | neutron.create_router | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | neutron.add_gateway_router | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 100.0% | 1 | | neutron.remove_gateway_router | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | total | 3.594 | 3.594 | 3.594 | 3.594 | 3.594 | 3.594 | 100.0% | 1 | | -> duration | 3.594 | 3.594 | 3.594 | 3.594 | 3.594 | 3.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.594066 Full duration: 24.115762 HINTS: * To plot HTML graphics with this data, run: rally task report fe04c07b-d7ac-4620-838a-dc08c7a4fd81 --out output.html * To generate a JUnit report, run: rally task export fe04c07b-d7ac-4620-838a-dc08c7a4fd81 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fe04c07b-d7ac-4620-838a-dc08c7a4fd81 --json --out output.json 2018-03-31 14:30:54,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fe04c07b-d7ac-4620-838a-dc08c7a4fd81'] 2018-03-31 14:30:55,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:30:55,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fe04c07b-d7ac-4620-838a-dc08c7a4fd81', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-31 14:30:55,199 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-31 14:30:55,200 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-31 14:30:55,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-03-31 14:30:55,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:30:55,239 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:30:55,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:31:52,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 27120bc6-8ed5-43cc-b19a-969559cc4671 2018-03-31 14:31:52,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '27120bc6-8ed5-43cc-b19a-969559cc4671'] 2018-03-31 14:31:53,500 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 27120bc6-8ed5-43cc-b19a-969559cc4671: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e" }, "image": { "name": "Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e" }, "block_migration": false, "nics": [ { "net-id": "2519070f-88b3-4d9e-aacb-d6af613b7c2a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 27120bc6-8ed5-43cc-b19a-969559cc4671 has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance 2fc3978c-74cc-4199-8238-a88482a6f128 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-0a1c55fe-9275-457d-8c97-a65d07d854fe) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 756, in _live_migrate disk_over_commit=disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 465, in live_migrate disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1691, in live_migrate 'disk_over_commit': disk_over_commit}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1931, in _action info=info, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) BadRequest: No valid host was found. Unable to move instance 2fc3978c-74cc-4199-8238-a88482a6f128 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-0a1c55fe-9275-457d-8c97-a65d07d854fe) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 15.005 | 15.005 | 15.005 | 15.005 | 15.005 | 15.005 | 100.0% | 1 | | nova.find_host_to_migrate | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | nova.live_migrate | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 0.0% | 1 | | total | 17.894 | 17.894 | 17.894 | 17.894 | 17.894 | 17.894 | 0.0% | 1 | | -> duration | 16.894 | 16.894 | 16.894 | 16.894 | 16.894 | 16.894 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.894251 Full duration: 35.964018 HINTS: * To plot HTML graphics with this data, run: rally task report 27120bc6-8ed5-43cc-b19a-969559cc4671 --out output.html * To generate a JUnit report, run: rally task export 27120bc6-8ed5-43cc-b19a-969559cc4671 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 27120bc6-8ed5-43cc-b19a-969559cc4671 --json --out output.json 2018-03-31 14:31:53,500 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '27120bc6-8ed5-43cc-b19a-969559cc4671'] 2018-03-31 14:31:54,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:31:54,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '27120bc6-8ed5-43cc-b19a-969559cc4671', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-31 14:31:54,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-31 14:31:54,550 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-31 14:31:54,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-03-31 14:31:54,551 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-31 14:31:54,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-31 14:31:54,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '2519070f-88b3-4d9e-aacb-d6af613b7c2a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'flavor_name': 'rally-tiny-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2d5d3e3c-5138-4f50-807b-2b1983e4a69e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-31 14:32:44,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f68e7244-2f13-4fd8-a795-509b341a3a53 2018-03-31 14:32:44,876 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f68e7244-2f13-4fd8-a795-509b341a3a53'] 2018-03-31 14:32:45,945 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f68e7244-2f13-4fd8-a795-509b341a3a53: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f68e7244-2f13-4fd8-a795-509b341a3a53 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | quotas.delete_quotas | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | total | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> duration | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.262318 Full duration: 8.560306 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f68e7244-2f13-4fd8-a795-509b341a3a53 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749218 Full duration: 9.633196 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f68e7244-2f13-4fd8-a795-509b341a3a53 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.763862 Full duration: 7.736197 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f68e7244-2f13-4fd8-a795-509b341a3a53 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | total | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> duration | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.997182 Full duration: 8.698481 HINTS: * To plot HTML graphics with this data, run: rally task report f68e7244-2f13-4fd8-a795-509b341a3a53 --out output.html * To generate a JUnit report, run: rally task export f68e7244-2f13-4fd8-a795-509b341a3a53 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f68e7244-2f13-4fd8-a795-509b341a3a53 --json --out output.json 2018-03-31 14:32:45,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f68e7244-2f13-4fd8-a795-509b341a3a53'] 2018-03-31 14:32:46,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-31 14:32:46,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f68e7244-2f13-4fd8-a795-509b341a3a53', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-31 14:32:46,986 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-31 14:32:46,989 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:54 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:05 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:29 | 11 | 100.00% | | nova | 00:35 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:07 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-31 14:32:46,989 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-31 14:32:56,177 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-31 14:32:56,177 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-31 14:32:56,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 14:32:56,666 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-31 14:32:56,670 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-31 14:32:56,671 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-31 14:32:56,771 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 14:32:59,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 14:32:58.871 9788 INFO rally.deployment.engine [-] Deployment 9ca602b7-c77b-436d-80ae-6d6b470f0406 | Starting: Destroy cloud and free allocated resources. 2018-03-31 14:32:58.957 9788 INFO rally.deployment.engine [-] Deployment 9ca602b7-c77b-436d-80ae-6d6b470f0406 | Completed: Destroy cloud and free allocated resources. 2018-03-31 14:32:58.979 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543). 2018-03-31 14:32:58.984 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 14:33:01,616 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 14:33:01.325 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ac2252d9-2886-4be4-9ac0-97adc3eb5cce) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ac2252d9-2886-4be4-9ac0-97adc3eb5cce | 2018-03-31T14:33:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ac2252d9-2886-4be4-9ac0-97adc3eb5cce ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-31 14:33:04,929 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-31 14:33:04,930 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 14:33:07,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-31 14:33:07.025 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c777e144-97c1-4023-9a40-be698cabf543). 2018-03-31 14:33:07.255 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-31 14:33:10,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 14:33:09.327 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 14:33:09.472 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 14:33:10.418 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e) as the default verifier for the future CLI operations. 2018-03-31 14:33:13,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 14:33:15,465 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 14:33:24,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 14:33:29,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 14:33:28.447 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e) for deployment 'opnfv-rally' (UUID=ac2252d9-2886-4be4-9ac0-97adc3eb5cce). 2018-03-31 14:33:29.133 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e) has been successfully configured for deployment 'opnfv-rally' (UUID=ac2252d9-2886-4be4-9ac0-97adc3eb5cce)! 2018-03-31 14:33:29,302 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 14:33:29,303 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 14:33:29,305 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 14:33:31,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-31 14:33:33,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:33.624 9831 INFO rally.api [-] Starting verification (UUID=067e919a-add3-4301-830a-51917cf581cf) for deployment 'opnfv-rally' (UUID=ac2252d9-2886-4be4-9ac0-97adc3eb5cce) by verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e). 2018-03-31 14:33:33,625 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 067e919a-add3-4301-830a-51917cf581cf 2018-03-31 14:33:42,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:42.293 9831 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-03-31 14:33:42,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:42.462 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.254s] 2018-03-31 14:33:42,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:42.532 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.070s] 2018-03-31 14:33:42,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:42.584 9831 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.341s] 2018-03-31 14:33:42,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:42.683 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.404s] 2018-03-31 14:33:42,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:42.858 9831 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.364s] 2018-03-31 14:33:45,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:45.823 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.619s] 2018-03-31 14:33:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:46.850 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.166s] 2018-03-31 14:33:47,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:47.881 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.152s] 2018-03-31 14:33:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:47.993 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.112s] 2018-03-31 14:33:48,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:48.110 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.116s] 2018-03-31 14:33:48,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:48.373 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.212s] 2018-03-31 14:33:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:50.207 9831 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.913s] 2018-03-31 14:33:51,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:51.523 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.147s] 2018-03-31 14:33:53,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:53.352 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.320s] 2018-03-31 14:33:53,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:53.634 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.111s] 2018-03-31 14:33:53,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:53.809 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.162s] 2018-03-31 14:33:53,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:53.824 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.014s] 2018-03-31 14:33:54,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:54.004 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.179s] 2018-03-31 14:33:54,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:54.011 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.006s] 2018-03-31 14:33:54,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:54.021 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.669s] 2018-03-31 14:33:54,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:54.172 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.161s] 2018-03-31 14:33:54,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:54.277 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.642s] 2018-03-31 14:33:54,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:54.881 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.602s] 2018-03-31 14:33:56,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:56.077 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.184s] 2018-03-31 14:33:56,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:56.362 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.284s] 2018-03-31 14:33:56,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:56.447 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.565s] 2018-03-31 14:33:58,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:58.765 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.318s] 2018-03-31 14:33:58,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:58.905 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.139s] 2018-03-31 14:33:58,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:58.942 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.036s] 2018-03-31 14:33:58,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:58.975 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.034s] 2018-03-31 14:33:59,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:33:59.066 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.089s] 2018-03-31 14:34:01,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:01.892 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.065s] 2018-03-31 14:34:17,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:17.338 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.575s] 2018-03-31 14:34:17,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:17.413 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2018-03-31 14:34:17,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:17.640 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.226s] 2018-03-31 14:34:17,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:17.780 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.139s] 2018-03-31 14:34:17,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:17.781 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-31 14:34:36,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:36.405 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [34.506s] 2018-03-31 14:34:40,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:40.574 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [30.632s] 2018-03-31 14:34:47,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:47.315 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.906s] 2018-03-31 14:34:53,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:34:53.673 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.101s] 2018-03-31 14:35:00,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:00.868 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [66.203s] 2018-03-31 14:35:01,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:01.140 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.406s] 2018-03-31 14:35:01,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:01.348 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.208s] 2018-03-31 14:35:01,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:01.570 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.222s] 2018-03-31 14:35:01,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:01.995 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.424s] 2018-03-31 14:35:02,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:02.586 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.590s] 2018-03-31 14:35:04,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:04.131 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.544s] 2018-03-31 14:35:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:13.663 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.311s] 2018-03-31 14:35:14,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:14.539 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.876s] 2018-03-31 14:35:18,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:18.417 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.873s] 2018-03-31 14:35:19,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:19.816 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.402s] 2018-03-31 14:35:21,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:21.666 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.848s] 2018-03-31 14:35:22,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:22.564 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.898s] 2018-03-31 14:35:23,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:23.775 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.209s] 2018-03-31 14:35:23,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:23.818 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2018-03-31 14:35:33,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:33.042 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.167s] 2018-03-31 14:35:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:40.819 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [47.139s] 2018-03-31 14:35:46,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:46.883 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.169s] 2018-03-31 14:35:47,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.047 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.164s] 2018-03-31 14:35:47,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.228 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.180s] 2018-03-31 14:35:47,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.400 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.172s] 2018-03-31 14:35:47,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.551 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.150s] 2018-03-31 14:35:47,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.702 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.151s] 2018-03-31 14:35:47,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.752 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.050s] 2018-03-31 14:35:47,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.788 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-03-31 14:35:47,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.944 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.154s] 2018-03-31 14:35:47,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.978 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-03-31 14:35:47,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:47.988 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-03-31 14:35:48,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.034 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.045s] 2018-03-31 14:35:48,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.080 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.046s] 2018-03-31 14:35:48,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.268 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.187s] 2018-03-31 14:35:48,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.304 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-03-31 14:35:48,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.475 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.170s] 2018-03-31 14:35:48,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.510 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-31 14:35:48,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.542 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-03-31 14:35:48,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.552 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-03-31 14:35:48,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.584 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.031s] 2018-03-31 14:35:48,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.618 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-31 14:35:48,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.651 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-03-31 14:35:48,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:35:48.686 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-03-31 14:36:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:00.428 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [73.099s] 2018-03-31 14:36:05,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:05.345 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.282s] 2018-03-31 14:36:05,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:05.684 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.338s] 2018-03-31 14:36:07,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:07.954 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [27.132s] 2018-03-31 14:36:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.254 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-03-31 14:36:26,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.395 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.140s] 2018-03-31 14:36:26,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.441 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.046s] 2018-03-31 14:36:26,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.631 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.190s] 2018-03-31 14:36:26,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.666 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.034s] 2018-03-31 14:36:26,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.716 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.049s] 2018-03-31 14:36:26,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.762 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.046s] 2018-03-31 14:36:26,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.809 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.046s] 2018-03-31 14:36:26,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.849 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-03-31 14:36:26,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:26.893 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-03-31 14:36:30,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:30.208 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.800s] 2018-03-31 14:36:42,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:42.036 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.825s] 2018-03-31 14:36:58,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:36:58.668 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.630s] 2018-03-31 14:37:03,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '067e919a-add3-4301-830a-51917cf581cf']'. 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 067e919a-add3-4301-830a-51917cf581cf | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 14:33:33 | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 14:37:03 | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:30 | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4af33ba2-e7c8-4c59-8b5e-5e37d515d27e) | 2018-03-31 14:37:04,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ac2252d9-2886-4be4-9ac0-97adc3eb5cce) | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 99 | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 199.149 | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 99 | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 14:37:04,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 14:37:04,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-31 14:37:12,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 14:37:12,467 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:59 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-31 14:37:12,471 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-31 14:37:12,570 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 14:37:15,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 14:37:14.637 9939 INFO rally.deployment.engine [-] Deployment ac2252d9-2886-4be4-9ac0-97adc3eb5cce | Starting: Destroy cloud and free allocated resources. 2018-03-31 14:37:14.723 9939 INFO rally.deployment.engine [-] Deployment ac2252d9-2886-4be4-9ac0-97adc3eb5cce | Completed: Destroy cloud and free allocated resources. 2018-03-31 14:37:14.762 9939 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e) for deployment 'opnfv-rally'. 2018-03-31 14:37:14.779 9939 INFO rally.api [-] Deleting verification (UUID=067e919a-add3-4301-830a-51917cf581cf). 2018-03-31 14:37:14.809 9939 INFO rally.api [-] Verification has been successfully deleted! 2018-03-31 14:37:14.810 9939 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e). 2018-03-31 14:37:14.821 9939 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 14:37:17,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 14:37:17.010 9942 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0c11dd6f-ca3c-46f5-9db9-39b165434e95) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0c11dd6f-ca3c-46f5-9db9-39b165434e95 | 2018-03-31T14:37:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0c11dd6f-ca3c-46f5-9db9-39b165434e95 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-31 14:37:20,664 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-31 14:37:20,664 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 14:37:23,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-31 14:37:22.745 9948 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4af33ba2-e7c8-4c59-8b5e-5e37d515d27e). 2018-03-31 14:37:22.872 9948 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-31 14:37:26,647 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 14:37:25.106 9951 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 14:37:25.252 9951 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 14:37:26.401 9951 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676) has been successfully created! Using verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676) as the default verifier for the future CLI operations. 2018-03-31 14:37:29,730 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 14:37:32,009 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 14:37:39,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 14:37:44,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 14:37:43.932 9970 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676) for deployment 'opnfv-rally' (UUID=0c11dd6f-ca3c-46f5-9db9-39b165434e95). 2018-03-31 14:37:44.617 9970 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676) has been successfully configured for deployment 'opnfv-rally' (UUID=0c11dd6f-ca3c-46f5-9db9-39b165434e95)! 2018-03-31 14:37:44,777 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 14:37:44,778 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 14:37:44,780 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 14:37:44,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-31 14:37:48,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-80784cc7-5756-47d5-b75e-47447b3ac676/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-31 14:37:48,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-31 14:37:50,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 14:37:50.158 9979 INFO rally.api [-] Starting verification (UUID=a3c0068e-8e9d-4b41-b2ac-35e32129ec4d) for deployment 'opnfv-rally' (UUID=0c11dd6f-ca3c-46f5-9db9-39b165434e95) by verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676). 2018-03-31 14:37:50,159 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a3c0068e-8e9d-4b41-b2ac-35e32129ec4d 2018-03-31 14:40:51,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a3c0068e-8e9d-4b41-b2ac-35e32129ec4d']'. 2018-03-31 14:40:53,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 14:40:53,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 14:40:53,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 14:40:53,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a3c0068e-8e9d-4b41-b2ac-35e32129ec4d | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 14:37:50 | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 14:40:51 | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:01 | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 80784cc7-5756-47d5-b75e-47447b3ac676) | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0c11dd6f-ca3c-46f5-9db9-39b165434e95) | 2018-03-31 14:40:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 172.056 | 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 14:40:53,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 14:40:53,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-31 14:41:01,423 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 14:41:01,423 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:32 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-31 14:41:01,427 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-31 14:41:02,199 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-31 15:41:00,480 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ERROR test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1830, in test_deploy_vm_to_each_compute_node inst_creator.create(block=True) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 151, in __create_vm if not self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 522, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 549, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 584, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment ---------------------------------------------------------------------- Ran 119 tests in 3598.207s FAILED (errors=1) 2018-03-31 15:41:00,640 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 15:41:00,640 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 59:58 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-31 15:41:00,644 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-31 15:41:00,644 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-31 15:41:00,738 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-31 15:41:03,291 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-31 15:41:02.833 10206 INFO rally.deployment.engine [-] Deployment 0c11dd6f-ca3c-46f5-9db9-39b165434e95 | Starting: Destroy cloud and free allocated resources. 2018-03-31 15:41:02.916 10206 INFO rally.deployment.engine [-] Deployment 0c11dd6f-ca3c-46f5-9db9-39b165434e95 | Completed: Destroy cloud and free allocated resources. 2018-03-31 15:41:02.954 10206 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676) for deployment 'opnfv-rally'. 2018-03-31 15:41:02.977 10206 INFO rally.api [-] Deleting verification (UUID=a3c0068e-8e9d-4b41-b2ac-35e32129ec4d). 2018-03-31 15:41:03.016 10206 INFO rally.api [-] Verification has been successfully deleted! 2018-03-31 15:41:03.016 10206 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676). 2018-03-31 15:41:03.029 10206 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-31 15:41:05,519 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-31 15:41:05.246 10209 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c7259fc7-dbfc-47fe-b047-33841fb077e7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c7259fc7-dbfc-47fe-b047-33841fb077e7 | 2018-03-31T15:41:05 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c7259fc7-dbfc-47fe-b047-33841fb077e7 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-31 15:41:08,741 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-31 15:41:08,741 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-31 15:41:11,019 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-31 15:41:10.752 10215 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=80784cc7-5756-47d5-b75e-47447b3ac676). 2018-03-31 15:41:10.880 10215 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-31 15:41:14,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-31 15:41:12.956 10218 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-31 15:41:13.135 10218 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-31 15:41:14.191 10218 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8cfb6b20-1ca0-4c29-a100-8b644b9ad08e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8cfb6b20-1ca0-4c29-a100-8b644b9ad08e) as the default verifier for the future CLI operations. 2018-03-31 15:41:17,282 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-31 15:41:20,325 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-31 15:41:26,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-31 15:41:32,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-31 15:41:31.170 10237 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8cfb6b20-1ca0-4c29-a100-8b644b9ad08e) for deployment 'opnfv-rally' (UUID=c7259fc7-dbfc-47fe-b047-33841fb077e7). 2018-03-31 15:41:31.872 10237 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8cfb6b20-1ca0-4c29-a100-8b644b9ad08e) has been successfully configured for deployment 'opnfv-rally' (UUID=c7259fc7-dbfc-47fe-b047-33841fb077e7)! 2018-03-31 15:41:32,043 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-31 15:41:32,043 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-31 15:41:32,045 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-31 15:41:32,056 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-31 15:41:35,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8cfb6b20-1ca0-4c29-a100-8b644b9ad08e/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-31 15:41:35,011 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-31 15:41:35,013 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-31 15:41:35,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-31 15:41:37,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-31 15:41:37.234 10246 INFO rally.api [-] Starting verification (UUID=1f132f58-1a25-4ac4-a03b-03e70b168907) for deployment 'opnfv-rally' (UUID=c7259fc7-dbfc-47fe-b047-33841fb077e7) by verifier 'opnfv-tempest' (UUID=8cfb6b20-1ca0-4c29-a100-8b644b9ad08e). 2018-03-31 15:41:37,236 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1f132f58-1a25-4ac4-a03b-03e70b168907 2018-03-31 15:43:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1f132f58-1a25-4ac4-a03b-03e70b168907']'. 2018-03-31 15:43:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-31 15:43:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-31 15:43:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 15:43:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1f132f58-1a25-4ac4-a03b-03e70b168907 | 2018-03-31 15:43:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-31 15:43:48,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-31 15:41:37 | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-31 15:43:47 | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:10 | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8cfb6b20-1ca0-4c29-a100-8b644b9ad08e) | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c7259fc7-dbfc-47fe-b047-33841fb077e7) | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 118.247 | 2018-03-31 15:43:48,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-31 15:43:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-31 15:43:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-31 15:43:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-31 15:43:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-31 15:43:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-31 15:43:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-31 15:43:48,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-31 15:43:55,247 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 15:43:55,247 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:38 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-31 15:43:55,252 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:53 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 13:08 | FAIL | | rally_sanity | functest | smoke | 18:55 | FAIL | | refstack_defcore | functest | smoke | 03:59 | PASS | | patrole | functest | smoke | 03:32 | PASS | | snaps_smoke | functest | smoke | 59:58 | FAIL | | neutron_trunk | functest | smoke | 02:38 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-31 15:43:55,259 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-31 15:43:58,781 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-81 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-31 15:43:58,785 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ZvQ83WrThFEWK64gyB4s7pUrX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-31 15:43:58,785 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 15:43:58,787 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-03-31 15:43:58,788 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-31 15:43:58,788 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-31 15:47:11,466 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-31 15:47:11,586 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 15:47:11,586 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:13 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-31 15:47:11,589 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-31 16:30:04,754 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-31 16:30:04,891 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 16:30:04,891 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 42:53 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-31 16:30:04,896 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-31 16:30:04,896 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:13 | PASS | | barometercollectd | barometer | features | 42:53 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-31 16:30:04,901 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-31 16:30:57,254 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-81 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-31 16:30:57,256 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ZvQ83WrThFEWK64gyB4s7pUrX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-31 16:30:57,256 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 16:30:57,256 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-31 16:30:57,257 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-31 16:30:57,258 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-31 16:30:59,693 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-81 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-31 16:30:59,698 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ZvQ83WrThFEWK64gyB4s7pUrX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-31 16:30:59,698 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-31 16:30:59,700 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-31 16:30:59,701 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-31 16:30:59,701 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-31 16:34:09,201 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-31 16:34:09,328 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-31 16:34:09,329 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:09 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-31 16:34:09,332 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:09 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-31 16:34:09,334 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK