2018-03-29 14:56:59,246 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-03-29 14:56:59,246 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.26:5000/v3 ...OK 2018-03-29 14:56:59,675 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-29 14:57:00,043 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-03-29 14:57:00,044 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.26:5000 ...OK 2018-03-29 14:57:00,492 - functest.ci.check_deployment - DEBUG - 172.30.9.26:8774 is reachable! 2018-03-29 14:57:00,492 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.26:8774/v2.1 ...OK 2018-03-29 14:57:00,852 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9696 is reachable! 2018-03-29 14:57:00,852 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.26:9696 ...OK 2018-03-29 14:57:01,295 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9292 is reachable! 2018-03-29 14:57:01,296 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.26:9292 ...OK 2018-03-29 14:57:02,475 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-29 14:57:04,098 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-29 14:57:04,114 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-29 14:57:05,488 - functest.ci.check_deployment - INFO - External network found: external 2018-03-29 14:57:07,959 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-72 | | 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-29 14:57:07,961 - 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=bmbb89Dqbzd4wVQ7uupKxChCG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-29 14:57:07,961 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 14:57:07,962 - 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-29 14:57:07,963 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-29 14:57:07,963 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-29 14:57:09,909 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 14:57:18,470 - 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 8.551s OK 2018-03-29 14:57:18,596 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 14:57:18,596 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-29 14:57:18,600 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-29 14:57:19,340 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 15:08:42,400 - 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 683.007s OK 2018-03-29 15:08:42,525 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:08:42,526 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:23 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-29 15:08:42,529 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-29 15:08:43,431 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 15:09:32,255 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 48.823s OK 2018-03-29 15:09:32,387 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:09:32,388 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:49 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-29 15:09:32,391 - 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:23 | PASS | | snaps_health_check | functest | healthcheck | 00:49 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-29 15:09:32,394 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-29 15:09:35,060 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-72 | | 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-29 15:09:35,064 - 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=bmbb89Dqbzd4wVQ7uupKxChCG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-29 15:09:35,064 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 15:09:35,066 - 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-29 15:09:35,069 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-29 15:09:35,070 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-29 15:09:35,998 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-29 15:09:35,998 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-29 15:09:36,406 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-29 15:09:36,407 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-29 15:09:36,778 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-29 15:09:36,778 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-29 15:09:36' 2018-03-29 15:09:36,778 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:09:39,611 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:09:42,474 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:09:48,147 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:09:48,995 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:09:49,661 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:09:54,115 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:09:56,551 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-14e2bfe2-e909-4b5e-a3b0-5945719c4e56' 2018-03-29 15:10:13,301 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-29 15:10:16,782 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-29 15:10:16,919 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-29 15:10:17,925 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-29 15:10:56,148 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-29 15:10:56,148 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-29 15:10:56,640 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:10:56,641 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-29 15:10:56,645 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-29 15:10:56,743 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-29 15:10:56,743 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-29 15:10:56' 2018-03-29 15:10:56,743 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--436fd9e3-d475-421f-877b-df9c15fd5a2a' 2018-03-29 15:11:00,617 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-436fd9e3-d475-421f-877b-df9c15fd5a2a' 2018-03-29 15:11:02,542 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-436fd9e3-d475-421f-877b-df9c15fd5a2a' 2018-03-29 15:11:08,118 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-436fd9e3-d475-421f-877b-df9c15fd5a2a' 2018-03-29 15:11:08,732 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-436fd9e3-d475-421f-877b-df9c15fd5a2a' 2018-03-29 15:11:13,759 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-436fd9e3-d475-421f-877b-df9c15fd5a2a' 2018-03-29 15:11:18,619 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-29 15:11:27,075 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-29 15:11:30,416 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-03-29 15:11:34,904 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-29 15:12:09,584 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:12:09,585 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-29 15:12:09,588 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-29 15:12:09,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 15:12:14,352 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 15:12:14.047 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0329f6c4-07ff-4db1-8a59-e14cf5056b0d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0329f6c4-07ff-4db1-8a59-e14cf5056b0d | 2018-03-29T15:12:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0329f6c4-07ff-4db1-8a59-e14cf5056b0d ~/.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-29 15:12:17,560 - 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-29 15:12:17,561 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 15:12:23,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 15:12:21.878 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 15:12:22.016 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 15:12:22.925 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003) as the default verifier for the future CLI operations. 2018-03-29 15:12:25,994 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 15:12:27,484 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 15:12:35,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 15:12:40,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 15:12:39.696 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003) for deployment 'opnfv-rally' (UUID=0329f6c4-07ff-4db1-8a59-e14cf5056b0d). 2018-03-29 15:12:40.357 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003) has been successfully configured for deployment 'opnfv-rally' (UUID=0329f6c4-07ff-4db1-8a59-e14cf5056b0d)! 2018-03-29 15:12:40,569 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 15:12:40,569 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 15:12:40,571 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 15:12:40,576 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-29 15:12:43,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ee7e6732-7010-4e8a-a2fd-6c7aa24d5003/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-29 15:12:43,600 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-29 15:12:43,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-29 15:12:43,602 - 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-29 15:12:45,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:12:45.782 55 INFO rally.api [-] Starting verification (UUID=24fa419c-b0c4-47b8-8bd9-daf55e4c795d) for deployment 'opnfv-rally' (UUID=0329f6c4-07ff-4db1-8a59-e14cf5056b0d) by verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003). 2018-03-29 15:12:45,784 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 24fa419c-b0c4-47b8-8bd9-daf55e4c795d 2018-03-29 15:12:53,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:12:53.735 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.163s] 2018-03-29 15:12:53,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:12:53.799 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.064s] 2018-03-29 15:13:01,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:13:01.399 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.251s] 2018-03-29 15:13:03,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:13:03.066 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.666s] 2018-03-29 15:13:12,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:13:12.000 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.237s] 2018-03-29 15:13:32,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:13:32.075 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [14.444s] 2018-03-29 15:14:06,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:14:06.562 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-03-29 15:14:06,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:14:06.564 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-29 15:14:36,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:14:36.570 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-03-29 15:14:36,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:14:36.571 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-29 15:15:05,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:15:05.721 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-03-29 15:15:05,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:15:05.722 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-29 15:15:58,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:15:58.513 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.268s] 2018-03-29 15:16:20,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:20.831 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-03-29 15:16:20,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:20.927 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-03-29 15:16:30,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:30.914 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.832s] 2018-03-29 15:16:30,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:30.923 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-29 15:16:32,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:32.264 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-29 15:16:32,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:32.265 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-29 15:16:36,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:36.738 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.364s] 2018-03-29 15:16:42,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:42.587 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-03-29 15:16:48,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:48.558 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.635s] 2018-03-29 15:16:55,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:16:55.823 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.411s] 2018-03-29 15:17:04,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:04.863 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.064s] 2018-03-29 15:17:11,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:11.063 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.358s] 2018-03-29 15:17:17,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:17.910 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.192s] 2018-03-29 15:17:25,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:25.484 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.569s] 2018-03-29 15:17:32,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:32.442 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.438s] 2018-03-29 15:17:40,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:40.457 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.675s] 2018-03-29 15:17:42,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:42.821 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-29 15:17:44,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:44.929 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-03-29 15:17:45,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:45.013 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.084s] 2018-03-29 15:17:45,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:45.094 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.080s] 2018-03-29 15:17:45,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:45.100 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-29 15:17:49,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:49.289 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.450s] 2018-03-29 15:17:50,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:50.729 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.440s] 2018-03-29 15:17:52,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:17:52.757 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.027s] 2018-03-29 15:18:04,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:04.439 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2018-03-29 15:18:10,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:10.255 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.111s] 2018-03-29 15:18:23,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:23.671 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.421s] 2018-03-29 15:18:26,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:26.701 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.029s] 2018-03-29 15:18:38,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:38.400 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.974s] 2018-03-29 15:18:41,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:41.201 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.800s] 2018-03-29 15:18:48,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:48.870 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.668s] 2018-03-29 15:18:58,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:18:58.663 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.976s] 2018-03-29 15:19:02,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:02.902 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.238s] 2018-03-29 15:19:07,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:07.568 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.666s] 2018-03-29 15:19:23,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:23.087 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.323s] 2018-03-29 15:19:23,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:23.331 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.243s] 2018-03-29 15:19:23,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:23.455 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.124s] 2018-03-29 15:19:23,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:23.785 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.328s] 2018-03-29 15:19:23,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:23.901 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.115s] 2018-03-29 15:19:23,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:23.955 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-03-29 15:19:35,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:35.460 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.730s] 2018-03-29 15:19:36,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:36.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [1.043s] 2018-03-29 15:19:36,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:36.745 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.242s] 2018-03-29 15:19:36,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:36.797 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.051s] 2018-03-29 15:19:36,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:36.893 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.096s] 2018-03-29 15:19:37,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:37.086 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.192s] 2018-03-29 15:19:47,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:47.243 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.162s] 2018-03-29 15:19:52,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:52.453 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.209s] 2018-03-29 15:19:54,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:54.751 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.298s] 2018-03-29 15:19:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:54.803 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.051s] 2018-03-29 15:19:54,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:19:54.860 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.057s] 2018-03-29 15:20:06,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:06.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.098s] 2018-03-29 15:20:10,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:10.936 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.349s] 2018-03-29 15:20:12,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:12.726 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.789s] 2018-03-29 15:20:12,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:12.780 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2018-03-29 15:20:12,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:12.832 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2018-03-29 15:20:27,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:27.776 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.911s] 2018-03-29 15:20:34,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:34.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.752s] 2018-03-29 15:20:38,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:38.687 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.157s] 2018-03-29 15:20:42,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:20:42.199 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.510s] 2018-03-29 15:21:02,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:02.894 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.810s] 2018-03-29 15:21:08,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:08.928 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.033s] 2018-03-29 15:21:13,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:13.454 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.525s] 2018-03-29 15:21:17,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:17.027 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.572s] 2018-03-29 15:21:29,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:29.047 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.694s] 2018-03-29 15:21:31,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:31.310 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.260s] 2018-03-29 15:21:31,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:31.485 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.178s] 2018-03-29 15:21:35,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:35.939 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.152s] 2018-03-29 15:21:37,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:37.006 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.064s] 2018-03-29 15:21:37,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:37.046 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-03-29 15:21:41,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:41.329 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.800s] 2018-03-29 15:21:44,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:44.378 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-29 15:21:46,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:46.250 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-29 15:21:46,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:46.252 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-29 15:21:46,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:46.253 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-29 15:21:46,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:46.255 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-29 15:21:46,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:46.256 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-29 15:21:48,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:21:48.112 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-29 15:22:09,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:22:09.094 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.544s] 2018-03-29 15:22:24,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:22:24.232 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.308s] 2018-03-29 15:22:39,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:22:39.341 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.103s] 2018-03-29 15:22:49,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:22:49.399 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.052s] 2018-03-29 15:24:08,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:24:08.113 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [71.838s] 2018-03-29 15:24:52,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:24:52.295 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [35.448s] 2018-03-29 15:25:15,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:25:15.055 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [3.705s] 2018-03-29 15:25:28,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '24fa419c-b0c4-47b8-8bd9-daf55e4c795d']'. 2018-03-29 15:25:29,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 15:25:29,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 15:25:29,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 15:25:29,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 24fa419c-b0c4-47b8-8bd9-daf55e4c795d | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 15:12:45 | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 15:25:28 | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:43 | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ee7e6732-7010-4e8a-a2fd-6c7aa24d5003) | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 15:25:29,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0329f6c4-07ff-4db1-8a59-e14cf5056b0d) | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 743.829 | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 15:25:29,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 15:25:29,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-03-29 15:25:37,348 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:25:37,349 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:11 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-29 15:25:37,353 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-29 15:25:37,354 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-29 15:25:37,453 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-29 15:25:37,870 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-29 15:25:37,870 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-29 15:25:38,240 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 15:25:40,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 15:25:40.349 117 INFO rally.deployment.engine [-] Deployment 0329f6c4-07ff-4db1-8a59-e14cf5056b0d | Starting: Destroy cloud and free allocated resources. 2018-03-29 15:25:40.432 117 INFO rally.deployment.engine [-] Deployment 0329f6c4-07ff-4db1-8a59-e14cf5056b0d | Completed: Destroy cloud and free allocated resources. 2018-03-29 15:25:40.474 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003) for deployment 'opnfv-rally'. 2018-03-29 15:25:40.493 117 INFO rally.api [-] Deleting verification (UUID=24fa419c-b0c4-47b8-8bd9-daf55e4c795d). 2018-03-29 15:25:40.531 117 INFO rally.api [-] Verification has been successfully deleted! 2018-03-29 15:25:40.531 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003). 2018-03-29 15:25:40.543 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 15:25:43,189 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 15:25:42.887 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dcd88266-5717-45c7-8080-8d985c7cf259) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dcd88266-5717-45c7-8080-8d985c7cf259 | 2018-03-29T15:25:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dcd88266-5717-45c7-8080-8d985c7cf259 ~/.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-29 15:25:46,502 - 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-29 15:25:46,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-29 15:25:47,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3'... 2018-03-29 15:25:49,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-97afe065-d903-4980-89fe-fa6e5f987cb3'... 2018-03-29 15:25:52,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-97afe065-d903-4980-89fe-fa6e5f987cb3'... 2018-03-29 15:25:57,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3'... 2018-03-29 15:25:58,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3'... 2018-03-29 15:25:59,000 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-29 15:25:59,001 - 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-29 15:25:59,002 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:25:59,045 - 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-29 15:25:59,051 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:27:01,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4facc36a-efb4-4bc2-8337-0d7c16528998 2018-03-29 15:27:01,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-29 15:27:01,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4facc36a-efb4-4bc2-8337-0d7c16528998'] 2018-03-29 15:27:02,085 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4facc36a-efb4-4bc2-8337-0d7c16528998: 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 4facc36a-efb4-4bc2-8337-0d7c16528998 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | total | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> duration | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.4702 Full duration: 6.797004 -------------------------------------------------------------------------------- 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 4facc36a-efb4-4bc2-8337-0d7c16528998 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> duration | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766481 Full duration: 8.177095 -------------------------------------------------------------------------------- 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 4facc36a-efb4-4bc2-8337-0d7c16528998 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.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.609373 Full duration: 6.981591 -------------------------------------------------------------------------------- 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 4facc36a-efb4-4bc2-8337-0d7c16528998 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.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.735316 Full duration: 6.854595 -------------------------------------------------------------------------------- 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 4facc36a-efb4-4bc2-8337-0d7c16528998 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.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757566 Full duration: 7.424979 -------------------------------------------------------------------------------- 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 4facc36a-efb4-4bc2-8337-0d7c16528998 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.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> duration | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.649765 Full duration: 6.676684 HINTS: * To plot HTML graphics with this data, run: rally task report 4facc36a-efb4-4bc2-8337-0d7c16528998 --out output.html * To generate a JUnit report, run: rally task export 4facc36a-efb4-4bc2-8337-0d7c16528998 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4facc36a-efb4-4bc2-8337-0d7c16528998 --json --out output.json 2018-03-29 15:27:02,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4facc36a-efb4-4bc2-8337-0d7c16528998'] 2018-03-29 15:27:03,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:27:03,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4facc36a-efb4-4bc2-8337-0d7c16528998', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-29 15:27:03,161 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-29 15:27:03,161 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-29 15:27:03,162 - 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-29 15:27:03,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:27:03,223 - 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-29 15:27:03,225 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:28:59,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bc1172ff-9d33-4be4-a4ab-9a64720a9983 2018-03-29 15:28:59,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bc1172ff-9d33-4be4-a4ab-9a64720a9983'] 2018-03-29 15:29:00,834 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bc1172ff-9d33-4be4-a4ab-9a64720a9983: 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 bc1172ff-9d33-4be4-a4ab-9a64720a9983 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.88 | 6.88 | 6.88 | 6.88 | 6.88 | 6.88 | 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 | 4.502 | 4.502 | 4.502 | 4.502 | 4.502 | 4.502 | 100.0% | 1 | | glance_v2.delete_image | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 100.0% | 1 | | total | 9.301 | 9.301 | 9.301 | 9.301 | 9.301 | 9.301 | 100.0% | 1 | | -> duration | 9.301 | 9.301 | 9.301 | 9.301 | 9.301 | 9.301 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.301423 Full duration: 17.693232 -------------------------------------------------------------------------------- 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 bc1172ff-9d33-4be4-a4ab-9a64720a9983 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.993 | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 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 | 3.694 | 3.694 | 3.694 | 3.694 | 3.694 | 3.694 | 100.0% | 1 | | glance_v2.list_images | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | total | 6.052 | 6.052 | 6.052 | 6.052 | 6.052 | 6.052 | 100.0% | 1 | | -> duration | 6.052 | 6.052 | 6.052 | 6.052 | 6.052 | 6.052 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.052289 Full duration: 18.59616 -------------------------------------------------------------------------------- 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 bc1172ff-9d33-4be4-a4ab-9a64720a9983 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.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | -> duration | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.178421 Full duration: 7.943686 -------------------------------------------------------------------------------- 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-97afe065-d903-4980-89fe-fa6e5f987cb3" }, "number_instances": 2, "nics": [ { "net-id": "9812ce6a-72e5-4afe-bd78-450f6055f2eb" } ] }, "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 bc1172ff-9d33-4be4-a4ab-9a64720a9983 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.746 | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 3.455 | 3.455 | 3.455 | 3.455 | 3.455 | 3.455 | 100.0% | 1 | | nova.boot_servers | 19.412 | 19.412 | 19.412 | 19.412 | 19.412 | 19.412 | 100.0% | 1 | | total | 25.159 | 25.159 | 25.159 | 25.159 | 25.159 | 25.159 | 100.0% | 1 | | -> duration | 24.159 | 24.159 | 24.159 | 24.159 | 24.159 | 24.159 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.158694 Full duration: 55.957466 HINTS: * To plot HTML graphics with this data, run: rally task report bc1172ff-9d33-4be4-a4ab-9a64720a9983 --out output.html * To generate a JUnit report, run: rally task export bc1172ff-9d33-4be4-a4ab-9a64720a9983 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bc1172ff-9d33-4be4-a4ab-9a64720a9983 --json --out output.json 2018-03-29 15:29:00,835 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bc1172ff-9d33-4be4-a4ab-9a64720a9983'] 2018-03-29 15:29:01,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:29:01,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bc1172ff-9d33-4be4-a4ab-9a64720a9983', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-29 15:29:01,898 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-29 15:29:01,898 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-29 15:29:01,898 - 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-29 15:29:01,898 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:29:01,917 - 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-29 15:29:01,917 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-29 15:29:01,917 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-29 15:29:01,917 - 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-29 15:29:01,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:29:01,934 - 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-29 15:29:01,937 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:32:24,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e0e33137-314a-4a65-9c31-1a68764e2aa6 2018-03-29 15:32:24,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e0e33137-314a-4a65-9c31-1a68764e2aa6'] 2018-03-29 15:32:25,508 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e0e33137-314a-4a65-9c31-1a68764e2aa6: 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.489 | 3.489 | 3.489 | 3.489 | 3.489 | 3.489 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.579 | 2.579 | 2.579 | 2.579 | 2.579 | 2.579 | 100.0% | 1 | | total | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 100.0% | 1 | | -> duration | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.068319 Full duration: 23.824093 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.176 | 3.176 | 3.176 | 3.176 | 3.176 | 3.176 | 100.0% | 1 | | cinder_v2.delete_volume | 4.521 | 4.521 | 4.521 | 4.521 | 4.521 | 4.521 | 100.0% | 1 | | total | 7.697 | 7.697 | 7.697 | 7.697 | 7.697 | 7.697 | 100.0% | 1 | | -> duration | 7.697 | 7.697 | 7.697 | 7.697 | 7.697 | 7.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.696655 Full duration: 18.641632 -------------------------------------------------------------------------------- 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-97afe065-d903-4980-89fe-fa6e5f987cb3" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task e0e33137-314a-4a65-9c31-1a68764e2aa6 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 | 10.039 | 10.039 | 10.039 | 10.039 | 10.039 | 10.039 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 12.661 | 12.661 | 12.661 | 12.661 | 12.661 | 12.661 | 100.0% | 1 | | -> duration | 12.661 | 12.661 | 12.661 | 12.661 | 12.661 | 12.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.660954 Full duration: 22.990706 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.26 | 5.26 | 5.26 | 5.26 | 5.26 | 5.26 | 100.0% | 1 | | cinder_v2.delete_volume | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 100.0% | 1 | | total | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 100.0% | 1 | | -> duration | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.737969 Full duration: 16.833871 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.067 | 3.067 | 3.067 | 3.067 | 3.067 | 3.067 | 100.0% | 1 | | cinder_v2.extend_volume | 2.517 | 2.517 | 2.517 | 2.517 | 2.517 | 2.517 | 100.0% | 1 | | cinder_v2.delete_volume | 2.639 | 2.639 | 2.639 | 2.639 | 2.639 | 2.639 | 100.0% | 1 | | total | 8.223 | 8.223 | 8.223 | 8.223 | 8.223 | 8.223 | 100.0% | 1 | | -> duration | 8.223 | 8.223 | 8.223 | 8.223 | 8.223 | 8.223 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.222669 Full duration: 18.182217 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.328 | 5.328 | 5.328 | 5.328 | 5.328 | 5.328 | 100.0% | 1 | | cinder_v2.delete_volume | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 100.0% | 1 | | total | 7.922 | 7.922 | 7.922 | 7.922 | 7.922 | 7.922 | 100.0% | 1 | | -> duration | 7.922 | 7.922 | 7.922 | 7.922 | 7.922 | 7.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.92236 Full duration: 25.772623 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | cinder_v2.list_qos | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.830901 Full duration: 12.282736 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | cinder_v2.set_qos | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | -> duration | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.839709 Full duration: 11.137438 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | cinder_v2.list_types | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.721956 Full duration: 12.191978 -------------------------------------------------------------------------------- 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 e0e33137-314a-4a65-9c31-1a68764e2aa6 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.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> duration | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.836291 Full duration: 11.897559 HINTS: * To plot HTML graphics with this data, run: rally task report e0e33137-314a-4a65-9c31-1a68764e2aa6 --out output.html * To generate a JUnit report, run: rally task export e0e33137-314a-4a65-9c31-1a68764e2aa6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e0e33137-314a-4a65-9c31-1a68764e2aa6 --json --out output.json 2018-03-29 15:32:25,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e0e33137-314a-4a65-9c31-1a68764e2aa6'] 2018-03-29 15:32:26,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:32:26,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e0e33137-314a-4a65-9c31-1a68764e2aa6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-29 15:32:26,577 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-29 15:32:26,578 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-29 15:32:26,578 - 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-29 15:32:26,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:32:26,634 - 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-29 15:32:26,636 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:33:52,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 27b22de9-dd55-4935-ab93-4cda2fb2e30c 2018-03-29 15:33:52,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '27b22de9-dd55-4935-ab93-4cda2fb2e30c'] 2018-03-29 15:33:53,587 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 27b22de9-dd55-4935-ab93-4cda2fb2e30c: 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 27b22de9-dd55-4935-ab93-4cda2fb2e30c 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.747 | 4.747 | 4.747 | 4.747 | 4.747 | 4.747 | 100.0% | 1 | | heat.update_stack | 3.898 | 3.898 | 3.898 | 3.898 | 3.898 | 3.898 | 100.0% | 1 | | heat.delete_stack | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 100.0% | 1 | | total | 11.152 | 11.152 | 11.152 | 11.152 | 11.152 | 11.152 | 100.0% | 1 | | -> duration | 7.152 | 7.152 | 7.152 | 7.152 | 7.152 | 7.152 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.151896 Full duration: 22.095975 -------------------------------------------------------------------------------- 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 27b22de9-dd55-4935-ab93-4cda2fb2e30c 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.215 | 5.215 | 5.215 | 5.215 | 5.215 | 5.215 | 100.0% | 1 | | heat.check_stack | 1.667 | 1.667 | 1.667 | 1.667 | 1.667 | 1.667 | 100.0% | 1 | | heat.delete_stack | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | total | 9.446 | 9.446 | 9.446 | 9.446 | 9.446 | 9.446 | 100.0% | 1 | | -> duration | 7.446 | 7.446 | 7.446 | 7.446 | 7.446 | 7.446 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.446155 Full duration: 17.514579 -------------------------------------------------------------------------------- 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 27b22de9-dd55-4935-ab93-4cda2fb2e30c 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.02 | 5.02 | 5.02 | 5.02 | 5.02 | 5.02 | 100.0% | 1 | | heat.suspend_stack | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 100.0% | 1 | | heat.resume_stack | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | heat.delete_stack | 2.568 | 2.568 | 2.568 | 2.568 | 2.568 | 2.568 | 100.0% | 1 | | total | 10.85 | 10.85 | 10.85 | 10.85 | 10.85 | 10.85 | 100.0% | 1 | | -> duration | 8.85 | 8.85 | 8.85 | 8.85 | 8.85 | 8.85 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.849998 Full duration: 19.386549 -------------------------------------------------------------------------------- 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 27b22de9-dd55-4935-ab93-4cda2fb2e30c 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.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | total | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | -> duration | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.565094 Full duration: 8.510491 HINTS: * To plot HTML graphics with this data, run: rally task report 27b22de9-dd55-4935-ab93-4cda2fb2e30c --out output.html * To generate a JUnit report, run: rally task export 27b22de9-dd55-4935-ab93-4cda2fb2e30c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 27b22de9-dd55-4935-ab93-4cda2fb2e30c --json --out output.json 2018-03-29 15:33:53,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '27b22de9-dd55-4935-ab93-4cda2fb2e30c'] 2018-03-29 15:33:54,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:33:54,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '27b22de9-dd55-4935-ab93-4cda2fb2e30c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-29 15:33:54,669 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-29 15:33:54,670 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-29 15:33:54,670 - 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-29 15:33:54,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:33:54,712 - 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-29 15:33:54,716 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:37:01,180 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ef1acd01-5dde-41c2-b5f9-64099934dcdd 2018-03-29 15:37:01,180 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ef1acd01-5dde-41c2-b5f9-64099934dcdd'] 2018-03-29 15:37:02,287 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ef1acd01-5dde-41c2-b5f9-64099934dcdd: 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | keystone_v3.add_role | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | keystone_v3.revoke_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798991 Full duration: 13.846258 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.70736 Full duration: 14.453578 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | keystone_v3.list_projects | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | -> duration | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.073266 Full duration: 15.849859 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.46 | 0.46 | 0.46 | 0.46 | 0.46 | 0.46 | 100.0% | 1 | | keystone_v3.delete_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> duration | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.579799 Full duration: 12.938366 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | keystone_v3.delete_service | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> duration | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584319 Full duration: 11.603419 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | keystone_v3.create_user | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | -> keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.create_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_role | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.list_services | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | -> duration | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.772652 Full duration: 20.098345 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | keystone_v3.update_project | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | keystone_v3.delete_project | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> duration | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.89315 Full duration: 11.713094 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ef1acd01-5dde-41c2-b5f9-64099934dcdd 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 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | total | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | -> duration | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.20517 Full duration: 14.3843 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | total | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> duration | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.630835 Full duration: 14.010134 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | keystone_v3.list_users | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | -> duration | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.000859 Full duration: 13.937491 -------------------------------------------------------------------------------- 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 ef1acd01-5dde-41c2-b5f9-64099934dcdd 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.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | keystone_v3.create_users | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 100.0% | 1 | | total | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 100.0% | 1 | | -> duration | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.881202 Full duration: 23.561449 HINTS: * To plot HTML graphics with this data, run: rally task report ef1acd01-5dde-41c2-b5f9-64099934dcdd --out output.html * To generate a JUnit report, run: rally task export ef1acd01-5dde-41c2-b5f9-64099934dcdd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ef1acd01-5dde-41c2-b5f9-64099934dcdd --json --out output.json 2018-03-29 15:37:02,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ef1acd01-5dde-41c2-b5f9-64099934dcdd'] 2018-03-29 15:37:03,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:37:03,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ef1acd01-5dde-41c2-b5f9-64099934dcdd', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-29 15:37:03,285 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-29 15:37:03,286 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-29 15:37:03,286 - 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-29 15:37:03,286 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:37:03,339 - 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-29 15:37:03,347 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:42:02,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ff5242c5-3b45-4bf3-b05c-9c4b90d45568 2018-03-29 15:42:02,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ff5242c5-3b45-4bf3-b05c-9c4b90d45568'] 2018-03-29 15:42:03,711 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ff5242c5-3b45-4bf3-b05c-9c4b90d45568: 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | neutron.delete_network | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | total | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | -> duration | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.433839 Full duration: 13.921473 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.59 | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 100.0% | 1 | | neutron.delete_port | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | total | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 100.0% | 1 | | -> duration | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 2.227 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.227486 Full duration: 27.336839 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | neutron.create_subnet | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.create_router | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | neutron.add_interface_router | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | neutron.remove_interface_router | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 100.0% | 1 | | neutron.delete_router | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | total | 5.58 | 5.58 | 5.58 | 5.58 | 5.58 | 5.58 | 100.0% | 1 | | -> duration | 5.58 | 5.58 | 5.58 | 5.58 | 5.58 | 5.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.579914 Full duration: 35.20784 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | neutron.delete_subnet | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | -> duration | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.476947 Full duration: 26.46329 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | neutron.list_networks | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> duration | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.272752 Full duration: 17.08201 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.794 | 1.794 | 1.794 | 1.794 | 1.794 | 1.794 | 100.0% | 1 | | neutron.list_ports | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 1.892 | 1.892 | 1.892 | 1.892 | 1.892 | 1.892 | 100.0% | 1 | | -> duration | 1.892 | 1.892 | 1.892 | 1.892 | 1.892 | 1.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.892143 Full duration: 27.861464 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_subnet | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 2.175 | 100.0% | 1 | | neutron.create_router | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | neutron.add_interface_router | 1.569 | 1.569 | 1.569 | 1.569 | 1.569 | 1.569 | 100.0% | 1 | | neutron.list_routers | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | total | 4.804 | 4.804 | 4.804 | 4.804 | 4.804 | 4.804 | 100.0% | 1 | | -> duration | 4.804 | 4.804 | 4.804 | 4.804 | 4.804 | 4.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.803551 Full duration: 36.549549 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | neutron.create_subnet | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | neutron.list_subnets | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 100.0% | 1 | | -> duration | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.600072 Full duration: 32.188169 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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 | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 100.0% | 1 | | neutron.delete_security_group | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | total | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> duration | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.522321 Full duration: 13.914614 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | neutron.create_security_group_rule | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> duration | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.207259 Full duration: 14.207144 -------------------------------------------------------------------------------- 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 ff5242c5-3b45-4bf3-b05c-9c4b90d45568 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.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | neutron.create_router | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | neutron.add_gateway_router | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | neutron.remove_gateway_router | 1.884 | 1.884 | 1.884 | 1.884 | 1.884 | 1.884 | 100.0% | 1 | | total | 4.486 | 4.486 | 4.486 | 4.486 | 4.486 | 4.486 | 100.0% | 1 | | -> duration | 4.486 | 4.486 | 4.486 | 4.486 | 4.486 | 4.486 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.486106 Full duration: 24.69899 HINTS: * To plot HTML graphics with this data, run: rally task report ff5242c5-3b45-4bf3-b05c-9c4b90d45568 --out output.html * To generate a JUnit report, run: rally task export ff5242c5-3b45-4bf3-b05c-9c4b90d45568 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ff5242c5-3b45-4bf3-b05c-9c4b90d45568 --json --out output.json 2018-03-29 15:42:03,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ff5242c5-3b45-4bf3-b05c-9c4b90d45568'] 2018-03-29 15:42:04,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:42:04,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ff5242c5-3b45-4bf3-b05c-9c4b90d45568', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-29 15:42:04,791 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-29 15:42:04,792 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-29 15:42:04,792 - 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-29 15:42:04,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:42:04,832 - 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-29 15:42:04,838 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:43:03,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 102468b4-72c6-4dfa-a6b1-f6eb380e919b 2018-03-29 15:43:03,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '102468b4-72c6-4dfa-a6b1-f6eb380e919b'] 2018-03-29 15:43:05,000 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 102468b4-72c6-4dfa-a6b1-f6eb380e919b: 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-97afe065-d903-4980-89fe-fa6e5f987cb3" }, "image": { "name": "Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3" }, "block_migration": false, "nics": [ { "net-id": "9812ce6a-72e5-4afe-bd78-450f6055f2eb" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 102468b4-72c6-4dfa-a6b1-f6eb380e919b has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance f5f094c9-6367-43df-95dc-09074c4230bf to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-d8f45e49-6d2b-4faa-bbff-29da689b87b8) 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 f5f094c9-6367-43df-95dc-09074c4230bf to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-d8f45e49-6d2b-4faa-bbff-29da689b87b8) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.776 | 10.776 | 10.776 | 10.776 | 10.776 | 10.776 | 100.0% | 1 | | nova.find_host_to_migrate | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | nova.live_migrate | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 0.0% | 1 | | total | 13.611 | 13.611 | 13.611 | 13.611 | 13.611 | 13.611 | 0.0% | 1 | | -> duration | 12.611 | 12.611 | 12.611 | 12.611 | 12.611 | 12.611 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.611335 Full duration: 37.662671 HINTS: * To plot HTML graphics with this data, run: rally task report 102468b4-72c6-4dfa-a6b1-f6eb380e919b --out output.html * To generate a JUnit report, run: rally task export 102468b4-72c6-4dfa-a6b1-f6eb380e919b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 102468b4-72c6-4dfa-a6b1-f6eb380e919b --json --out output.json 2018-03-29 15:43:05,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '102468b4-72c6-4dfa-a6b1-f6eb380e919b'] 2018-03-29 15:43:05,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:43:05,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '102468b4-72c6-4dfa-a6b1-f6eb380e919b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-29 15:43:05,988 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-29 15:43:05,989 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-29 15:43:05,989 - 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-29 15:43:05,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 15:43:06,029 - 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-29 15:43:06,031 - 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': '9812ce6a-72e5-4afe-bd78-450f6055f2eb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-97afe065-d903-4980-89fe-fa6e5f987cb3', 'flavor_name': 'rally-tiny-97afe065-d903-4980-89fe-fa6e5f987cb3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-97afe065-d903-4980-89fe-fa6e5f987cb3', '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-29 15:43:56,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2540e511-b492-418d-b8ae-b7f988dfe3c6 2018-03-29 15:43:56,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2540e511-b492-418d-b8ae-b7f988dfe3c6'] 2018-03-29 15:43:57,853 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2540e511-b492-418d-b8ae-b7f988dfe3c6: 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 2540e511-b492-418d-b8ae-b7f988dfe3c6 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | quotas.delete_quotas | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> duration | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.930593 Full duration: 7.948691 -------------------------------------------------------------------------------- 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 2540e511-b492-418d-b8ae-b7f988dfe3c6 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708634 Full duration: 8.209425 -------------------------------------------------------------------------------- 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 2540e511-b492-418d-b8ae-b7f988dfe3c6 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.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | -> duration | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.377557 Full duration: 8.353934 -------------------------------------------------------------------------------- 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 2540e511-b492-418d-b8ae-b7f988dfe3c6 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.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | total | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | -> duration | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.895607 Full duration: 8.356451 HINTS: * To plot HTML graphics with this data, run: rally task report 2540e511-b492-418d-b8ae-b7f988dfe3c6 --out output.html * To generate a JUnit report, run: rally task export 2540e511-b492-418d-b8ae-b7f988dfe3c6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2540e511-b492-418d-b8ae-b7f988dfe3c6 --json --out output.json 2018-03-29 15:43:57,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2540e511-b492-418d-b8ae-b7f988dfe3c6'] 2018-03-29 15:43:58,747 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 15:43:58,747 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2540e511-b492-418d-b8ae-b7f988dfe3c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-29 15:43:58,754 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-29 15:43:58,757 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:42 | 6 | 100.00% | | glance | 01:40 | 4 | 100.00% | | cinder | 02:53 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:46 | 11 | 100.00% | | neutron | 04:29 | 11 | 100.00% | | nova | 00:37 | 1 | 0.00% | | quotas | 00:32 | 4 | 100.00% | | | | | | | TOTAL: | 00:14:50 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-29 15:43:58,758 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-29 15:44:07,027 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-29 15:44:07,027 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-29 15:44:07,527 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:44:07,528 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:29 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-29 15:44:07,532 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-29 15:44:07,532 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-29 15:44:07,630 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 15:44:10,047 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 15:44:09.723 9788 INFO rally.deployment.engine [-] Deployment dcd88266-5717-45c7-8080-8d985c7cf259 | Starting: Destroy cloud and free allocated resources. 2018-03-29 15:44:09.803 9788 INFO rally.deployment.engine [-] Deployment dcd88266-5717-45c7-8080-8d985c7cf259 | Completed: Destroy cloud and free allocated resources. 2018-03-29 15:44:09.828 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003). 2018-03-29 15:44:09.832 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 15:44:12,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 15:44:12.199 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c7720331-69f0-4e8f-b9d6-81f81eab2a75) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c7720331-69f0-4e8f-b9d6-81f81eab2a75 | 2018-03-29T15:44:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c7720331-69f0-4e8f-b9d6-81f81eab2a75 ~/.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-29 15:44:15,831 - 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-29 15:44:15,831 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 15:44:18,194 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-29 15:44:17.927 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ee7e6732-7010-4e8a-a2fd-6c7aa24d5003). 2018-03-29 15:44:18.043 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-29 15:44:21,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 15:44:20.179 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 15:44:20.301 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 15:44:21.240 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675) has been successfully created! Using verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675) as the default verifier for the future CLI operations. 2018-03-29 15:44:24,258 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 15:44:26,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 15:44:31,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 15:44:37,625 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 15:44:36.797 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675) for deployment 'opnfv-rally' (UUID=c7720331-69f0-4e8f-b9d6-81f81eab2a75). 2018-03-29 15:44:37.457 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675) has been successfully configured for deployment 'opnfv-rally' (UUID=c7720331-69f0-4e8f-b9d6-81f81eab2a75)! 2018-03-29 15:44:37,626 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 15:44:37,626 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 15:44:37,628 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 15:44:39,963 - 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-29 15:44:43,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:43.352 9831 INFO rally.api [-] Starting verification (UUID=d041e57e-cfb9-4e67-b446-eded2d798782) for deployment 'opnfv-rally' (UUID=c7720331-69f0-4e8f-b9d6-81f81eab2a75) by verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675). 2018-03-29 15:44:43,354 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d041e57e-cfb9-4e67-b446-eded2d798782 2018-03-29 15:44:53,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:53.452 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.439s] 2018-03-29 15:44:53,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:53.530 9831 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.377s] 2018-03-29 15:44:53,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:53.539 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.087s] 2018-03-29 15:44:53,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:53.693 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.806s] 2018-03-29 15:44:53,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:53.716 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2018-03-29 15:44:53,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:53.923 9831 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.566s] 2018-03-29 15:44:54,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:54.176 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.110s] 2018-03-29 15:44:59,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:44:59.103 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.926s] 2018-03-29 15:45:00,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:00.444 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.928s] 2018-03-29 15:45:02,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:02.221 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.291s] 2018-03-29 15:45:02,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:02.502 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.281s] 2018-03-29 15:45:02,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:02.776 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.273s] 2018-03-29 15:45:08,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:08.466 9831 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [5.622s] 2018-03-29 15:45:10,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:10.182 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.273s] 2018-03-29 15:45:10,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:10.848 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.665s] 2018-03-29 15:45:11,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:11.532 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.256s] 2018-03-29 15:45:11,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:11.553 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.021s] 2018-03-29 15:45:12,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:12.659 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.368s] 2018-03-29 15:45:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:12.703 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.147s] 2018-03-29 15:45:12,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:12.711 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-03-29 15:45:12,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:12.725 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-03-29 15:45:12,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:12.874 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.215s] 2018-03-29 15:45:13,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:13.542 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.123s] 2018-03-29 15:45:13,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:13.647 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.127s] 2018-03-29 15:45:14,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:14.328 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.785s] 2018-03-29 15:45:21,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:21.900 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.250s] 2018-03-29 15:45:24,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.061 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.075s] 2018-03-29 15:45:24,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.073 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-03-29 15:45:24,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.241 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.168s] 2018-03-29 15:45:24,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.253 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-03-29 15:45:24,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.265 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-03-29 15:45:24,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.304 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2018-03-29 15:45:24,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.376 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.072s] 2018-03-29 15:45:24,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.423 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [23.971s] 2018-03-29 15:45:24,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.439 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-03-29 15:45:24,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.594 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.155s] 2018-03-29 15:45:24,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.610 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-03-29 15:45:24,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:24.700 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.088s] 2018-03-29 15:45:28,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:28.405 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.406s] 2018-03-29 15:45:28,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:28.804 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.397s] 2018-03-29 15:45:29,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:29.214 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.409s] 2018-03-29 15:45:29,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:29.470 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.255s] 2018-03-29 15:45:29,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:29.703 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.233s] 2018-03-29 15:45:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:29.774 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-03-29 15:45:29,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:29.844 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.070s] 2018-03-29 15:45:29,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:29.923 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.078s] 2018-03-29 15:45:30,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:30.007 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.084s] 2018-03-29 15:45:30,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:30.081 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-03-29 15:45:30,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:30.270 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.187s] 2018-03-29 15:45:33,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:33.397 9831 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.452s] 2018-03-29 15:45:41,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:41.347 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.396s] 2018-03-29 15:45:41,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:41.535 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.187s] 2018-03-29 15:45:41,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:41.588 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.053s] 2018-03-29 15:45:41,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:41.928 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.339s] 2018-03-29 15:45:42,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.213 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.284s] 2018-03-29 15:45:42,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.513 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.587s] 2018-03-29 15:45:42,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.518 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.304s] 2018-03-29 15:45:42,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.561 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.043s] 2018-03-29 15:45:42,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.582 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-03-29 15:45:42,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.618 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.057s] 2018-03-29 15:45:42,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.680 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2018-03-29 15:45:42,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.733 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.053s] 2018-03-29 15:45:42,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.777 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-03-29 15:45:42,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.847 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.264s] 2018-03-29 15:45:42,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.896 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.117s] 2018-03-29 15:45:42,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.945 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-03-29 15:45:42,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.947 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-03-29 15:45:42,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:42.994 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.098s] 2018-03-29 15:45:43,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:43.054 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.060s] 2018-03-29 15:45:43,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:43.316 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.261s] 2018-03-29 15:45:44,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:44.645 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.253s] 2018-03-29 15:45:47,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:47.550 9831 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.189s] 2018-03-29 15:45:49,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:49.097 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.451s] 2018-03-29 15:45:51,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:51.817 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.718s] 2018-03-29 15:45:51,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:51.873 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-03-29 15:45:51,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:51.922 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.049s] 2018-03-29 15:45:51,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:51.975 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2018-03-29 15:45:52,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:45:52.020 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.044s] 2018-03-29 15:46:04,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:04.290 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [39.859s] 2018-03-29 15:46:07,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:07.746 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.181s] 2018-03-29 15:46:10,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:10.142 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [33.043s] 2018-03-29 15:46:11,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:11.325 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.578s] 2018-03-29 15:46:16,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:16.032 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.736s] 2018-03-29 15:46:16,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:16.533 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.207s] 2018-03-29 15:46:19,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:19.037 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.504s] 2018-03-29 15:46:22,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:22.263 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.122s] 2018-03-29 15:46:22,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:22.954 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [69.375s] 2018-03-29 15:46:23,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:23.632 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.683s] 2018-03-29 15:46:23,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:23.757 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.718s] 2018-03-29 15:46:28,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:28.253 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.384s] 2018-03-29 15:46:28,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:28.464 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.211s] 2018-03-29 15:46:28,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:28.711 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.246s] 2018-03-29 15:46:29,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:29.026 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.268s] 2018-03-29 15:46:29,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:29.097 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.386s] 2018-03-29 15:46:29,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:29.539 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.440s] 2018-03-29 15:46:29,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:29.994 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.454s] 2018-03-29 15:46:31,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:31.043 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.015s] 2018-03-29 15:46:36,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:36.930 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.886s] 2018-03-29 15:46:38,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:38.423 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [84.563s] 2018-03-29 15:46:41,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:41.138 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.207s] 2018-03-29 15:46:41,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:41.431 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.293s] 2018-03-29 15:46:41,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:41.560 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.129s] 2018-03-29 15:46:41,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:41.765 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.205s] 2018-03-29 15:46:41,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:41.817 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2018-03-29 15:46:41,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:41.940 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.121s] 2018-03-29 15:46:42,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:42.191 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.250s] 2018-03-29 15:46:42,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:42.303 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.111s] 2018-03-29 15:46:42,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:42.359 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.056s] 2018-03-29 15:46:42,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:42.924 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.361s] 2018-03-29 15:46:45,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:45.389 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.464s] 2018-03-29 15:46:47,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:47.255 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.895s] 2018-03-29 15:46:48,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:48.283 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.892s] 2018-03-29 15:46:49,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:49.046 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.763s] 2018-03-29 15:46:52,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:52.337 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.288s] 2018-03-29 15:46:53,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:53.469 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.133s] 2018-03-29 15:46:56,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:56.021 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.549s] 2018-03-29 15:46:56,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:56.065 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2018-03-29 15:46:56,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:56.940 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.269s] 2018-03-29 15:46:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:57.008 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-03-29 15:46:57,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:57.218 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.209s] 2018-03-29 15:46:57,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:57.319 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.099s] 2018-03-29 15:46:57,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:46:57.320 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-29 15:47:08,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:08.769 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [10.124s] 2018-03-29 15:47:18,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:18.684 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [56.409s] 2018-03-29 15:47:19,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:19.053 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.282s] 2018-03-29 15:47:21,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:21.392 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [42.961s] 2018-03-29 15:47:32,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:32.009 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.960s] 2018-03-29 15:47:32,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:32.183 9831 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.181s] 2018-03-29 15:47:38,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:38.088 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.381s] 2018-03-29 15:47:38,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:38.493 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.405s] 2018-03-29 15:47:39,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:39.707 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2018-03-29 15:47:39,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:39.869 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.162s] 2018-03-29 15:47:40,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.132 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.262s] 2018-03-29 15:47:40,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.283 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.150s] 2018-03-29 15:47:40,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.441 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.158s] 2018-03-29 15:47:40,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.455 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-03-29 15:47:40,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.517 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.061s] 2018-03-29 15:47:40,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.571 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.054s] 2018-03-29 15:47:40,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.586 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.015s] 2018-03-29 15:47:40,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.646 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.059s] 2018-03-29 15:47:40,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.804 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.157s] 2018-03-29 15:47:40,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.849 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-03-29 15:47:40,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.895 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-03-29 15:47:40,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.932 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-03-29 15:47:40,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:40.968 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-03-29 15:47:41,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.186 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.216s] 2018-03-29 15:47:41,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.219 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-03-29 15:47:41,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.256 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-03-29 15:47:41,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.417 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.160s] 2018-03-29 15:47:41,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.587 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.169s] 2018-03-29 15:47:41,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.625 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-03-29 15:47:41,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.659 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-03-29 15:47:41,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:41.695 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-03-29 15:47:42,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:42.283 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [23.596s] 2018-03-29 15:47:57,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:57.955 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-03-29 15:47:57,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:57.965 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2018-03-29 15:47:58,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.011 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.046s] 2018-03-29 15:47:58,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.040 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.029s] 2018-03-29 15:47:58,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.073 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-03-29 15:47:58,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.268 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.194s] 2018-03-29 15:47:58,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.312 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.044s] 2018-03-29 15:47:58,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.356 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-03-29 15:47:58,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.401 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.045s] 2018-03-29 15:47:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:47:58.444 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.042s] 2018-03-29 15:48:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:48:06.687 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.465s] 2018-03-29 15:48:18,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:48:18.166 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.477s] 2018-03-29 15:48:37,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:48:37.162 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.993s] 2018-03-29 15:48:41,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd041e57e-cfb9-4e67-b446-eded2d798782']'. 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d041e57e-cfb9-4e67-b446-eded2d798782 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 15:44:42 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 15:48:41 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:59 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: adf62585-3b5a-4557-a9c7-488132e58675) | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c7720331-69f0-4e8f-b9d6-81f81eab2a75) | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 167 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 226.874 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 167 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-29 15:48:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 15:48:42,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 15:48:42,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-29 15:48:42,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 15:48:42,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 15:48:42,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-29 15:48:51,355 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:48:51,355 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:27 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-29 15:48:51,359 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-29 15:48:51,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 15:48:53,973 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 15:48:53.538 9943 INFO rally.deployment.engine [-] Deployment c7720331-69f0-4e8f-b9d6-81f81eab2a75 | Starting: Destroy cloud and free allocated resources. 2018-03-29 15:48:53.631 9943 INFO rally.deployment.engine [-] Deployment c7720331-69f0-4e8f-b9d6-81f81eab2a75 | Completed: Destroy cloud and free allocated resources. 2018-03-29 15:48:53.676 9943 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675) for deployment 'opnfv-rally'. 2018-03-29 15:48:53.699 9943 INFO rally.api [-] Deleting verification (UUID=d041e57e-cfb9-4e67-b446-eded2d798782). 2018-03-29 15:48:53.738 9943 INFO rally.api [-] Verification has been successfully deleted! 2018-03-29 15:48:53.738 9943 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675). 2018-03-29 15:48:53.751 9943 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 15:48:56,426 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 15:48:56.116 9946 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=52af495d-9fe5-41cd-afa9-5faef61c19e7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 52af495d-9fe5-41cd-afa9-5faef61c19e7 | 2018-03-29T15:48:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 52af495d-9fe5-41cd-afa9-5faef61c19e7 ~/.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-29 15:48:59,789 - 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-29 15:48:59,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 15:49:02,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-29 15:49:01.831 9952 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=adf62585-3b5a-4557-a9c7-488132e58675). 2018-03-29 15:49:01.943 9952 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-29 15:49:05,620 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 15:49:04.208 9955 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 15:49:04.350 9955 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 15:49:05.392 9955 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091) as the default verifier for the future CLI operations. 2018-03-29 15:49:08,630 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 15:49:10,327 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 15:49:15,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 15:49:20,770 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 15:49:19.851 9974 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091) for deployment 'opnfv-rally' (UUID=52af495d-9fe5-41cd-afa9-5faef61c19e7). 2018-03-29 15:49:20.551 9974 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091) has been successfully configured for deployment 'opnfv-rally' (UUID=52af495d-9fe5-41cd-afa9-5faef61c19e7)! 2018-03-29 15:49:20,770 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 15:49:20,770 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 15:49:20,773 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 15:49:20,783 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-29 15:49:23,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9375e384-20cf-4a72-9cde-4589efd1c091/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-29 15:49:23,841 - 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-29 15:49:25,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 15:49:25.924 9983 INFO rally.api [-] Starting verification (UUID=a8ffcbd7-a741-41b8-8f1f-ecaf65199095) for deployment 'opnfv-rally' (UUID=52af495d-9fe5-41cd-afa9-5faef61c19e7) by verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091). 2018-03-29 15:49:25,926 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a8ffcbd7-a741-41b8-8f1f-ecaf65199095 2018-03-29 15:52:19,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a8ffcbd7-a741-41b8-8f1f-ecaf65199095']'. 2018-03-29 15:52:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 15:52:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 15:52:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 15:52:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a8ffcbd7-a741-41b8-8f1f-ecaf65199095 | 2018-03-29 15:52:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-29 15:52:20,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 15:49:25 | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 15:52:19 | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:54 | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9375e384-20cf-4a72-9cde-4589efd1c091) | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 52af495d-9fe5-41cd-afa9-5faef61c19e7) | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 164.361 | 2018-03-29 15:52:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-29 15:52:20,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-29 15:52:20,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 15:52:20,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 15:52:20,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-29 15:52:20,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 15:52:20,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 15:52:20,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-29 15:52:28,477 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 15:52:28,477 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-29 15:52:28,481 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-29 15:52:29,327 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 16:53:56,864 - 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 3687.464s FAILED (errors=1) 2018-03-29 16:53:57,040 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 16:53:57,041 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 61:27 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-29 16:53:57,045 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-29 16:53:57,045 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-29 16:53:57,142 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 16:53:59,790 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 16:53:59.301 10210 INFO rally.deployment.engine [-] Deployment 52af495d-9fe5-41cd-afa9-5faef61c19e7 | Starting: Destroy cloud and free allocated resources. 2018-03-29 16:53:59.395 10210 INFO rally.deployment.engine [-] Deployment 52af495d-9fe5-41cd-afa9-5faef61c19e7 | Completed: Destroy cloud and free allocated resources. 2018-03-29 16:53:59.457 10210 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091) for deployment 'opnfv-rally'. 2018-03-29 16:53:59.489 10210 INFO rally.api [-] Deleting verification (UUID=a8ffcbd7-a741-41b8-8f1f-ecaf65199095). 2018-03-29 16:53:59.526 10210 INFO rally.api [-] Verification has been successfully deleted! 2018-03-29 16:53:59.527 10210 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091). 2018-03-29 16:53:59.541 10210 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 16:54:02,211 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 16:54:01.855 10213 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1ffa1f91-844f-4b32-9fc2-116d1f229607) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1ffa1f91-844f-4b32-9fc2-116d1f229607 | 2018-03-29T16:54:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1ffa1f91-844f-4b32-9fc2-116d1f229607 ~/.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-29 16:54:05,663 - 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-29 16:54:05,663 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 16:54:08,063 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-29 16:54:07.740 10219 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9375e384-20cf-4a72-9cde-4589efd1c091). 2018-03-29 16:54:07.868 10219 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-29 16:54:11,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 16:54:10.132 10222 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 16:54:10.269 10222 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 16:54:11.329 10222 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c2183ff4-9504-4a58-b001-cff4c309b9ff) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c2183ff4-9504-4a58-b001-cff4c309b9ff) as the default verifier for the future CLI operations. 2018-03-29 16:54:14,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 16:54:16,784 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 16:54:25,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 16:54:30,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 16:54:30.066 10241 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c2183ff4-9504-4a58-b001-cff4c309b9ff) for deployment 'opnfv-rally' (UUID=1ffa1f91-844f-4b32-9fc2-116d1f229607). 2018-03-29 16:54:30.759 10241 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c2183ff4-9504-4a58-b001-cff4c309b9ff) has been successfully configured for deployment 'opnfv-rally' (UUID=1ffa1f91-844f-4b32-9fc2-116d1f229607)! 2018-03-29 16:54:30,967 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 16:54:30,967 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 16:54:30,970 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 16:54:30,979 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-29 16:54:33,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c2183ff4-9504-4a58-b001-cff4c309b9ff/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-29 16:54:33,964 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-29 16:54:33,971 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-29 16:54:33,971 - 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-29 16:54:36,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 16:54:36.453 10250 INFO rally.api [-] Starting verification (UUID=462769ce-8f39-44bf-b966-973d004f6b2b) for deployment 'opnfv-rally' (UUID=1ffa1f91-844f-4b32-9fc2-116d1f229607) by verifier 'opnfv-tempest' (UUID=c2183ff4-9504-4a58-b001-cff4c309b9ff). 2018-03-29 16:54:36,455 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 462769ce-8f39-44bf-b966-973d004f6b2b 2018-03-29 16:56:46,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '462769ce-8f39-44bf-b966-973d004f6b2b']'. 2018-03-29 16:56:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 16:56:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 16:56:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 16:56:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 462769ce-8f39-44bf-b966-973d004f6b2b | 2018-03-29 16:56:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-29 16:56:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 16:54:36 | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 16:56:46 | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:10 | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c2183ff4-9504-4a58-b001-cff4c309b9ff) | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1ffa1f91-844f-4b32-9fc2-116d1f229607) | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-29 16:56:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 118.638 | 2018-03-29 16:56:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-29 16:56:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-29 16:56:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 16:56:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 16:56:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-29 16:56:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 16:56:47,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 16:56:47,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-29 16:56:55,716 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 16:56:55,716 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:41 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-29 16:56:55,722 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:38 | PASS | | tempest_smoke_serial | functest | smoke | 13:11 | FAIL | | rally_sanity | functest | smoke | 18:29 | FAIL | | refstack_defcore | functest | smoke | 04:27 | PASS | | patrole | functest | smoke | 03:20 | PASS | | snaps_smoke | functest | smoke | 61:27 | FAIL | | neutron_trunk | functest | smoke | 02:41 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-29 16:56:55,729 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-29 16:56:58,955 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-72 | | 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-29 16:56:58,958 - 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=bmbb89Dqbzd4wVQ7uupKxChCG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-29 16:56:58,958 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 16:56:58,958 - 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-29 16:56:58,959 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-29 16:56:58,959 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-29 17:00:08,703 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-29 17:00:08,824 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 17:00:08,824 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:10 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-29 17:00:08,828 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-29 17:40:51,830 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-29 17:40:51,960 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 17:40:51,961 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 40:43 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-29 17:40:51,967 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-29 17:40:51,968 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:10 | PASS | | barometercollectd | barometer | features | 40:43 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-29 17:40:51,977 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-29 17:41:42,706 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-72 | | 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-29 17:41:42,712 - 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=bmbb89Dqbzd4wVQ7uupKxChCG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-29 17:41:42,713 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 17:41:42,713 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-29 17:41:42,714 - 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-29 17:41:42,717 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-29 17:41:45,266 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-72 | | 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-29 17:41:45,271 - 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=bmbb89Dqbzd4wVQ7uupKxChCG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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-29 17:41:45,271 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 17:41:45,272 - 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-29 17:41:45,274 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-29 17:41:45,274 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-29 17:44:38,148 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-29 17:44:38,272 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 17:44:38,273 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:53 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-29 17:44:38,276 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:53 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-29 17:44:38,278 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK