2018-03-20 05:37:11,979 - functest.ci.check_deployment - DEBUG - 172.30.9.22:5000 is reachable! 2018-03-20 05:37:11,980 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.22:5000/v3 ...OK 2018-03-20 05:37:12,442 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-20 05:37:12,923 - functest.ci.check_deployment - DEBUG - 172.30.9.22:5000 is reachable! 2018-03-20 05:37:12,923 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.22:5000 ...OK 2018-03-20 05:37:13,363 - functest.ci.check_deployment - DEBUG - 172.30.9.22:8774 is reachable! 2018-03-20 05:37:13,364 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.22:8774/v2.1 ...OK 2018-03-20 05:37:13,819 - functest.ci.check_deployment - DEBUG - 172.30.9.22:9696 is reachable! 2018-03-20 05:37:13,819 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.22:9696 ...OK 2018-03-20 05:37:14,271 - functest.ci.check_deployment - DEBUG - 172.30.9.22:9292 is reachable! 2018-03-20 05:37:14,271 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.22:9292 ...OK 2018-03-20 05:37:15,524 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-20 05:37:17,109 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-20 05:37:17,131 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-20 05:37:18,700 - functest.ci.check_deployment - INFO - External network found: external 2018-03-20 05:37:27,232 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-29 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 05:37:27,234 - 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=8KHueX6dRM9qM6anR8gRGXsrU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-20 05:37:27,235 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 05:37:27,235 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-03-20 05:37:27,236 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-20 05:37:27,236 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-20 05:37:29,531 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 05:37:38,502 - 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.956s OK 2018-03-20 05:37:38,616 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 05:37:38,616 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-20 05:37:38,620 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-20 05:37:40,245 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 05:49:57,680 - 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_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 83 tests in 737.382s OK 2018-03-20 05:49:57,792 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 05:49:57,792 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-20 05:49:57,796 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-20 05:49:58,704 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 05:50:39,772 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.066s OK 2018-03-20 05:50:39,885 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 05:50:39,885 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-20 05:50:39,889 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:17 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-20 05:50:39,892 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-20 05:50:42,546 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-29 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 05:50:42,548 - 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=8KHueX6dRM9qM6anR8gRGXsrU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-20 05:50:42,548 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 05:50:42,549 - 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_userdata tempest_smoke_serial | | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | | odl snaps_smoke neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ 2018-03-20 05:50:42,550 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-20 05:50:42,550 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-20 05:50:43,057 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-20 05:50:43,057 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-20 05:50:43' 2018-03-20 05:50:43,057 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--1bc54912-2ed4-49ac-a606-1a713d11e76f' 2018-03-20 05:50:45,969 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-1bc54912-2ed4-49ac-a606-1a713d11e76f' 2018-03-20 05:50:48,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-1bc54912-2ed4-49ac-a606-1a713d11e76f' 2018-03-20 05:50:56,573 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-1bc54912-2ed4-49ac-a606-1a713d11e76f' 2018-03-20 05:50:57,487 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-1bc54912-2ed4-49ac-a606-1a713d11e76f' 2018-03-20 05:51:04,686 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-1bc54912-2ed4-49ac-a606-1a713d11e76f' 2018-03-20 05:51:11,885 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-20 05:51:22,934 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-20 05:51:25,599 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-20 05:51:41,694 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 05:51:41,694 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:43 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-20 05:51:41,698 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-20 05:51:41,797 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 05:51:46,701 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 05:51:46.412 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=04e41fa5-f85a-4210-ad9c-e73e9db9c0f5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 04e41fa5-f85a-4210-ad9c-e73e9db9c0f5 | 2018-03-20T05:51:46 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 04e41fa5-f85a-4210-ad9c-e73e9db9c0f5 ~/.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-20 05:51:50,169 - 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__ | policy | 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-20 05:51:50,170 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 05:51:55,863 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 05:51:54.501 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 05:51:54.678 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 05:51:55.642 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8) as the default verifier for the future CLI operations. 2018-03-20 05:51:58,896 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-20 05:52:01,210 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-20 05:52:06,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 05:52:12,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 05:52:10.997 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8) for deployment 'opnfv-rally' (UUID=04e41fa5-f85a-4210-ad9c-e73e9db9c0f5). 2018-03-20 05:52:11.836 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8) has been successfully configured for deployment 'opnfv-rally' (UUID=04e41fa5-f85a-4210-ad9c-e73e9db9c0f5)! 2018-03-20 05:52:12,042 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 05:52:12,043 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-20 05:52:12,045 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-20 05:52:12,049 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-20 05:52:15,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4865e1ac-4006-491e-81b8-f7b03339eee8/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-20 05:52:15,166 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-20 05:52:15,167 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-20 05:52:15,168 - 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-20 05:52:17,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:52:17.554 51 INFO rally.api [-] Starting verification (UUID=9f198e8e-53e3-4614-befc-de06bf8733cd) for deployment 'opnfv-rally' (UUID=04e41fa5-f85a-4210-ad9c-e73e9db9c0f5) by verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8). 2018-03-20 05:52:17,556 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9f198e8e-53e3-4614-befc-de06bf8733cd 2018-03-20 05:52:24,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:52:24.919 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.173s] 2018-03-20 05:52:24,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:52:24.986 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.068s] 2018-03-20 05:52:31,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:52:31.584 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.340s] 2018-03-20 05:52:35,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:52:35.186 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.602s] 2018-03-20 05:52:47,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:52:47.906 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.093s] 2018-03-20 05:53:05,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:53:05.156 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.251s] 2018-03-20 05:53:39,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:53:39.422 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-03-20 05:53:39,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:53:39.424 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-20 05:54:10,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:54:10.540 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-03-20 05:54:10,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:54:10.541 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-20 05:54:40,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:54:40.937 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-03-20 05:54:40,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 05:54:40.939 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-20 06:00:23,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:23.454 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [311.513s] 2018-03-20 06:00:46,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:46.091 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-03-20 06:00:46,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:46.189 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-03-20 06:00:54,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:54.204 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.666s] 2018-03-20 06:00:54,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:54.213 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-20 06:00:55,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:55.656 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-20 06:00:55,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:55.657 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-20 06:00:59,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:00:59.623 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.375s] 2018-03-20 06:01:05,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:05.807 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-03-20 06:01:12,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:12.592 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.662s] 2018-03-20 06:01:20,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:20.144 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.489s] 2018-03-20 06:01:29,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:29.901 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.190s] 2018-03-20 06:01:36,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:36.058 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.410s] 2018-03-20 06:01:42,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:42.220 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.195s] 2018-03-20 06:01:49,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:49.326 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.521s] 2018-03-20 06:01:56,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:01:56.437 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.477s] 2018-03-20 06:02:05,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:05.316 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.915s] 2018-03-20 06:02:08,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:08.129 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-20 06:02:10,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:10.175 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-03-20 06:02:10,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:10.248 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-03-20 06:02:10,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:10.322 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-03-20 06:02:10,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:10.328 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-20 06:02:14,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:14.519 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.802s] 2018-03-20 06:02:16,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:16.456 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.935s] 2018-03-20 06:02:18,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:18.367 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.911s] 2018-03-20 06:02:24,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:24.483 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-20 06:02:31,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:31.309 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.381s] 2018-03-20 06:02:43,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:43.210 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.702s] 2018-03-20 06:02:46,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:46.507 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.294s] 2018-03-20 06:02:57,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:02:57.987 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.987s] 2018-03-20 06:03:01,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:01.772 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.784s] 2018-03-20 06:03:11,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:11.535 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.761s] 2018-03-20 06:03:20,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:20.884 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.985s] 2018-03-20 06:03:24,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:24.775 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.889s] 2018-03-20 06:03:31,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:31.668 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.893s] 2018-03-20 06:03:48,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:48.001 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.514s] 2018-03-20 06:03:48,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:48.436 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.433s] 2018-03-20 06:03:48,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:48.593 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.157s] 2018-03-20 06:03:48,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:48.805 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.211s] 2018-03-20 06:03:49,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:49.129 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.323s] 2018-03-20 06:03:49,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:03:49.334 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.206s] 2018-03-20 06:04:04,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:04.829 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.438s] 2018-03-20 06:04:05,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:05.282 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.453s] 2018-03-20 06:04:05,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:05.546 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.263s] 2018-03-20 06:04:05,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:05.742 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.196s] 2018-03-20 06:04:05,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:05.843 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-03-20 06:04:06,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:06.050 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.207s] 2018-03-20 06:04:19,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:19.609 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.183s] 2018-03-20 06:04:25,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:25.358 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.749s] 2018-03-20 06:04:27,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:27.288 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.929s] 2018-03-20 06:04:27,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:27.497 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.209s] 2018-03-20 06:04:27,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:27.555 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.057s] 2018-03-20 06:04:39,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:39.727 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.242s] 2018-03-20 06:04:46,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:46.264 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.535s] 2018-03-20 06:04:47,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:47.941 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.677s] 2018-03-20 06:04:48,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:48.004 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2018-03-20 06:04:48,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:04:48.206 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.202s] 2018-03-20 06:05:03,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:03.581 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.015s] 2018-03-20 06:05:09,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:09.182 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.601s] 2018-03-20 06:05:13,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:13.690 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.507s] 2018-03-20 06:05:18,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:18.232 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.540s] 2018-03-20 06:05:43,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:43.208 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.404s] 2018-03-20 06:05:48,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:48.625 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.416s] 2018-03-20 06:05:53,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:53.122 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.493s] 2018-03-20 06:05:57,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:05:57.024 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.904s] 2018-03-20 06:06:13,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:13.365 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.661s] 2018-03-20 06:06:15,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:15.767 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.400s] 2018-03-20 06:06:15,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:15.817 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.052s] 2018-03-20 06:06:20,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:20.525 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.389s] 2018-03-20 06:06:23,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:23.123 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.596s] 2018-03-20 06:06:23,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:23.317 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.197s] 2018-03-20 06:06:27,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:27.769 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.118s] 2018-03-20 06:06:31,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:31.311 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-20 06:06:33,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:33.018 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-20 06:06:33,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:33.021 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-20 06:06:33,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:33.021 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-20 06:06:33,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:33.022 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-20 06:06:33,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:33.023 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-20 06:06:35,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:35.029 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-03-20 06:06:49,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:06:49.526 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.818s] 2018-03-20 06:07:04,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:07:04.467 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.340s] 2018-03-20 06:07:16,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:07:16.863 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.393s] 2018-03-20 06:07:26,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:07:26.038 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.718s] 2018-03-20 06:09:31,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:09:31.120 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [118.126s] 2018-03-20 06:10:06,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:10:06.551 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.307s] 2018-03-20 06:10:52,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:10:52.104 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.916s] 2018-03-20 06:11:08,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9f198e8e-53e3-4614-befc-de06bf8733cd']'. 2018-03-20 06:11:09,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9f198e8e-53e3-4614-befc-de06bf8733cd | 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 05:52:17 | 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 06:11:07 | 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:50 | 2018-03-20 06:11:09,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4865e1ac-4006-491e-81b8-f7b03339eee8) | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 04e41fa5-f85a-4210-ad9c-e73e9db9c0f5) | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1109.357 | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 06:11:09,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 06:11:09,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-20 06:11:09,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 06:11:09,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 06:11:09,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-03-20 06:11:17,151 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 06:11:17,152 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:18 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-20 06:11:17,156 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-20 06:11:17,156 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-20 06:11:17,638 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-20 06:11:17,638 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-20 06:11:18,126 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-20 06:11:18,126 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-20 06:11:18,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 06:11:21,035 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 06:11:20.652 146 INFO rally.deployment.engine [-] Deployment 04e41fa5-f85a-4210-ad9c-e73e9db9c0f5 | Starting: Destroy cloud and free allocated resources. 2018-03-20 06:11:20.720 146 INFO rally.deployment.engine [-] Deployment 04e41fa5-f85a-4210-ad9c-e73e9db9c0f5 | Completed: Destroy cloud and free allocated resources. 2018-03-20 06:11:20.756 146 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8) for deployment 'opnfv-rally'. 2018-03-20 06:11:20.773 146 INFO rally.api [-] Deleting verification (UUID=9f198e8e-53e3-4614-befc-de06bf8733cd). 2018-03-20 06:11:20.815 146 INFO rally.api [-] Verification has been successfully deleted! 2018-03-20 06:11:20.815 146 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8). 2018-03-20 06:11:20.827 146 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 06:11:23,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 06:11:23.136 149 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2e27ec16-6f81-4f89-a7df-ae7c427af53a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2e27ec16-6f81-4f89-a7df-ae7c427af53a | 2018-03-20T06:11:23 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2e27ec16-6f81-4f89-a7df-ae7c427af53a ~/.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-20 06:11:26,878 - 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__ | policy | 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-20 06:11:26,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-20 06:11:28,475 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf'... 2018-03-20 06:11:31,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-c484e982-7255-4ed8-962d-6da063cb7adf'... 2018-03-20 06:11:34,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-c484e982-7255-4ed8-962d-6da063cb7adf'... 2018-03-20 06:11:42,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf'... 2018-03-20 06:11:42,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf'... 2018-03-20 06:11:43,574 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-20 06:11:43,575 - 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-20 06:11:43,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:11:43,619 - 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-20 06:11:43,625 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:12:45,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9f557619-64e9-4653-a485-56fcf82fb9da 2018-03-20 06:12:45,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-20 06:12:45,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9f557619-64e9-4653-a485-56fcf82fb9da'] 2018-03-20 06:12:46,788 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9f557619-64e9-4653-a485-56fcf82fb9da: 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 9f557619-64e9-4653-a485-56fcf82fb9da 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.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | total | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | -> duration | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.466722 Full duration: 7.456741 -------------------------------------------------------------------------------- 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 9f557619-64e9-4653-a485-56fcf82fb9da 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.793156 Full duration: 7.735836 -------------------------------------------------------------------------------- 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 9f557619-64e9-4653-a485-56fcf82fb9da 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.542 | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 100.0% | 1 | | total | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> duration | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.950887 Full duration: 7.532094 -------------------------------------------------------------------------------- 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 9f557619-64e9-4653-a485-56fcf82fb9da 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.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.850919 Full duration: 7.526858 -------------------------------------------------------------------------------- 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 9f557619-64e9-4653-a485-56fcf82fb9da 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> duration | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.917339 Full duration: 8.095908 -------------------------------------------------------------------------------- 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 9f557619-64e9-4653-a485-56fcf82fb9da 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.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.65583 Full duration: 7.215186 HINTS: * To plot HTML graphics with this data, run: rally task report 9f557619-64e9-4653-a485-56fcf82fb9da --out output.html * To generate a JUnit report, run: rally task export 9f557619-64e9-4653-a485-56fcf82fb9da --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9f557619-64e9-4653-a485-56fcf82fb9da --json --out output.json 2018-03-20 06:12:46,788 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9f557619-64e9-4653-a485-56fcf82fb9da'] 2018-03-20 06:12:47,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:12:47,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9f557619-64e9-4653-a485-56fcf82fb9da', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-20 06:12:47,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-20 06:12:47,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-20 06:12:47,767 - 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-20 06:12:47,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:12:47,808 - 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-20 06:12:47,810 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:14:28,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cb085779-d111-4055-a059-a337214f052c 2018-03-20 06:14:28,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'cb085779-d111-4055-a059-a337214f052c'] 2018-03-20 06:14:29,079 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task cb085779-d111-4055-a059-a337214f052c: 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 cb085779-d111-4055-a059-a337214f052c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.02 | 4.02 | 4.02 | 4.02 | 4.02 | 4.02 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | -> glance_v2.upload_data | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | glance_v2.delete_image | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | total | 5.153 | 5.153 | 5.153 | 5.153 | 5.153 | 5.153 | 100.0% | 1 | | -> duration | 5.153 | 5.153 | 5.153 | 5.153 | 5.153 | 5.153 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.153255 Full duration: 13.545783 -------------------------------------------------------------------------------- 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 cb085779-d111-4055-a059-a337214f052c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.669 | 4.669 | 4.669 | 4.669 | 4.669 | 4.669 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | -> glance_v2.upload_data | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | glance_v2.list_images | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 4.848 | 4.848 | 4.848 | 4.848 | 4.848 | 4.848 | 100.0% | 1 | | -> duration | 4.848 | 4.848 | 4.848 | 4.848 | 4.848 | 4.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.84813 Full duration: 16.631143 -------------------------------------------------------------------------------- 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 cb085779-d111-4055-a059-a337214f052c 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | -> duration | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.334143 Full duration: 8.119455 -------------------------------------------------------------------------------- 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-c484e982-7255-4ed8-962d-6da063cb7adf" }, "number_instances": 2, "nics": [ { "net-id": "f9316955-e936-4d9a-89ed-fb2b75349b6e" } ] }, "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 cb085779-d111-4055-a059-a337214f052c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.589 | 4.589 | 4.589 | 4.589 | 4.589 | 4.589 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | -> glance_v2.upload_data | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 100.0% | 1 | | nova.boot_servers | 13.984 | 13.984 | 13.984 | 13.984 | 13.984 | 13.984 | 100.0% | 1 | | total | 18.574 | 18.574 | 18.574 | 18.574 | 18.574 | 18.574 | 100.0% | 1 | | -> duration | 17.574 | 17.574 | 17.574 | 17.574 | 17.574 | 17.574 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.57358 Full duration: 42.601824 HINTS: * To plot HTML graphics with this data, run: rally task report cb085779-d111-4055-a059-a337214f052c --out output.html * To generate a JUnit report, run: rally task export cb085779-d111-4055-a059-a337214f052c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cb085779-d111-4055-a059-a337214f052c --json --out output.json 2018-03-20 06:14:29,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'cb085779-d111-4055-a059-a337214f052c'] 2018-03-20 06:14:30,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:14:30,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'cb085779-d111-4055-a059-a337214f052c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-20 06:14:30,154 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-20 06:14:30,154 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-20 06:14:30,155 - 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-20 06:14:30,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:14:30,192 - 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-20 06:14:30,192 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-20 06:14:30,192 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-20 06:14:30,192 - 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-20 06:14:30,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:14:30,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-20 06:14:30,227 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:17:51,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c08e22f7-b5e3-4899-9c14-2a4e8752890e 2018-03-20 06:17:51,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c08e22f7-b5e3-4899-9c14-2a4e8752890e'] 2018-03-20 06:17:52,503 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c08e22f7-b5e3-4899-9c14-2a4e8752890e: 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.096 | 3.096 | 3.096 | 3.096 | 3.096 | 3.096 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 100.0% | 1 | | total | 5.704 | 5.704 | 5.704 | 5.704 | 5.704 | 5.704 | 100.0% | 1 | | -> duration | 5.704 | 5.704 | 5.704 | 5.704 | 5.704 | 5.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.703608 Full duration: 22.389941 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.386 | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 100.0% | 1 | | cinder_v2.delete_volume | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 6.015 | 6.015 | 6.015 | 6.015 | 6.015 | 6.015 | 100.0% | 1 | | -> duration | 6.015 | 6.015 | 6.015 | 6.015 | 6.015 | 6.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.014706 Full duration: 16.442344 -------------------------------------------------------------------------------- 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-c484e982-7255-4ed8-962d-6da063cb7adf" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c08e22f7-b5e3-4899-9c14-2a4e8752890e 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 | 8.684 | 8.684 | 8.684 | 8.684 | 8.684 | 8.684 | 100.0% | 1 | | cinder_v2.delete_volume | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 100.0% | 1 | | total | 11.156 | 11.156 | 11.156 | 11.156 | 11.156 | 11.156 | 100.0% | 1 | | -> duration | 11.156 | 11.156 | 11.156 | 11.156 | 11.156 | 11.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.155767 Full duration: 22.041526 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.653 | 3.653 | 3.653 | 3.653 | 3.653 | 3.653 | 100.0% | 1 | | cinder_v2.delete_volume | 2.545 | 2.545 | 2.545 | 2.545 | 2.545 | 2.545 | 100.0% | 1 | | total | 6.199 | 6.199 | 6.199 | 6.199 | 6.199 | 6.199 | 100.0% | 1 | | -> duration | 6.199 | 6.199 | 6.199 | 6.199 | 6.199 | 6.199 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.198772 Full duration: 16.757911 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.236 | 3.236 | 3.236 | 3.236 | 3.236 | 3.236 | 100.0% | 1 | | cinder_v2.extend_volume | 2.508 | 2.508 | 2.508 | 2.508 | 2.508 | 2.508 | 100.0% | 1 | | cinder_v2.delete_volume | 2.658 | 2.658 | 2.658 | 2.658 | 2.658 | 2.658 | 100.0% | 1 | | total | 8.403 | 8.403 | 8.403 | 8.403 | 8.403 | 8.403 | 100.0% | 1 | | -> duration | 8.403 | 8.403 | 8.403 | 8.403 | 8.403 | 8.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.40349 Full duration: 18.206798 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.295 | 3.295 | 3.295 | 3.295 | 3.295 | 3.295 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | total | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 100.0% | 1 | | -> duration | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.901325 Full duration: 23.161653 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | cinder_v2.list_qos | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783215 Full duration: 12.361534 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | cinder_v2.set_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780476 Full duration: 12.27218 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_types | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768838 Full duration: 12.509455 -------------------------------------------------------------------------------- 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 c08e22f7-b5e3-4899-9c14-2a4e8752890e 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> duration | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.849315 Full duration: 12.484912 HINTS: * To plot HTML graphics with this data, run: rally task report c08e22f7-b5e3-4899-9c14-2a4e8752890e --out output.html * To generate a JUnit report, run: rally task export c08e22f7-b5e3-4899-9c14-2a4e8752890e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c08e22f7-b5e3-4899-9c14-2a4e8752890e --json --out output.json 2018-03-20 06:17:52,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c08e22f7-b5e3-4899-9c14-2a4e8752890e'] 2018-03-20 06:17:53,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:17:53,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c08e22f7-b5e3-4899-9c14-2a4e8752890e', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-20 06:17:53,548 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-20 06:17:53,548 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-20 06:17:53,548 - 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-20 06:17:53,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:17:53,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-20 06:17:53,577 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:19:15,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a 2018-03-20 06:19:15,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '59bf90d7-9d7a-4fa3-b705-0fbf71445e9a'] 2018-03-20 06:19:16,476 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a: 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 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a 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.686 | 4.686 | 4.686 | 4.686 | 4.686 | 4.686 | 100.0% | 1 | | heat.update_stack | 2.734 | 2.734 | 2.734 | 2.734 | 2.734 | 2.734 | 100.0% | 1 | | heat.delete_stack | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 100.0% | 1 | | total | 10.233 | 10.233 | 10.233 | 10.233 | 10.233 | 10.233 | 100.0% | 1 | | -> duration | 6.233 | 6.233 | 6.233 | 6.233 | 6.233 | 6.233 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.23276 Full duration: 20.342458 -------------------------------------------------------------------------------- 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 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a 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.698 | 4.698 | 4.698 | 4.698 | 4.698 | 4.698 | 100.0% | 1 | | heat.check_stack | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | heat.delete_stack | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 100.0% | 1 | | total | 6.952 | 6.952 | 6.952 | 6.952 | 6.952 | 6.952 | 100.0% | 1 | | -> duration | 4.952 | 4.952 | 4.952 | 4.952 | 4.952 | 4.952 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.952251 Full duration: 17.141874 -------------------------------------------------------------------------------- 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 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a 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.362 | 4.362 | 4.362 | 4.362 | 4.362 | 4.362 | 100.0% | 1 | | heat.suspend_stack | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | heat.resume_stack | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | heat.delete_stack | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | total | 7.492 | 7.492 | 7.492 | 7.492 | 7.492 | 7.492 | 100.0% | 1 | | -> duration | 5.492 | 5.492 | 5.492 | 5.492 | 5.492 | 5.492 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.491513 Full duration: 15.831292 -------------------------------------------------------------------------------- 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 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a 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.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | total | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> duration | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584787 Full duration: 8.530197 HINTS: * To plot HTML graphics with this data, run: rally task report 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a --out output.html * To generate a JUnit report, run: rally task export 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 59bf90d7-9d7a-4fa3-b705-0fbf71445e9a --json --out output.json 2018-03-20 06:19:16,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '59bf90d7-9d7a-4fa3-b705-0fbf71445e9a'] 2018-03-20 06:19:17,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:19:17,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '59bf90d7-9d7a-4fa3-b705-0fbf71445e9a', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-20 06:19:17,544 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-20 06:19:17,545 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-20 06:19:17,545 - 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-20 06:19:17,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:19:17,585 - 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-20 06:19:17,589 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:22:33,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ccfec525-db13-4d66-b89b-95f1e33b94c2 2018-03-20 06:22:33,921 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ccfec525-db13-4d66-b89b-95f1e33b94c2'] 2018-03-20 06:22:34,867 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ccfec525-db13-4d66-b89b-95f1e33b94c2: 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843871 Full duration: 14.267532 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73148 Full duration: 14.15155 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.list_projects | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742246 Full duration: 14.664614 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.delete_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.612632 Full duration: 12.141635 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> duration | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613724 Full duration: 12.375566 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 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.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> duration | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.751499 Full duration: 19.863264 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.917903 Full duration: 12.681385 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ccfec525-db13-4d66-b89b-95f1e33b94c2 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778987 Full duration: 14.63448 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ccfec525-db13-4d66-b89b-95f1e33b94c2 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678814 Full duration: 14.218893 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | keystone_v3.list_users | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> duration | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.967595 Full duration: 14.848445 -------------------------------------------------------------------------------- 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 ccfec525-db13-4d66-b89b-95f1e33b94c2 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.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | keystone_v3.create_users | 4.936 | 4.936 | 4.936 | 4.936 | 4.936 | 4.936 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.936 | 4.936 | 4.936 | 4.936 | 4.936 | 4.936 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | total | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 100.0% | 1 | | -> duration | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.564335 Full duration: 23.324258 HINTS: * To plot HTML graphics with this data, run: rally task report ccfec525-db13-4d66-b89b-95f1e33b94c2 --out output.html * To generate a JUnit report, run: rally task export ccfec525-db13-4d66-b89b-95f1e33b94c2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ccfec525-db13-4d66-b89b-95f1e33b94c2 --json --out output.json 2018-03-20 06:22:34,867 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ccfec525-db13-4d66-b89b-95f1e33b94c2'] 2018-03-20 06:22:35,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:22:35,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ccfec525-db13-4d66-b89b-95f1e33b94c2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-20 06:22:35,793 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-20 06:22:35,793 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-20 06:22:35,793 - 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-20 06:22:35,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:22:35,827 - 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-20 06:22:35,834 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:27:54,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 549c629b-7fe9-47e0-80f7-0e2170b152ed 2018-03-20 06:27:54,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '549c629b-7fe9-47e0-80f7-0e2170b152ed'] 2018-03-20 06:27:55,128 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 549c629b-7fe9-47e0-80f7-0e2170b152ed: 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.116 | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 100.0% | 1 | | neutron.delete_network | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | total | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 100.0% | 1 | | -> duration | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.823534 Full duration: 15.016519 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | neutron.delete_port | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | total | 2.142 | 2.142 | 2.142 | 2.142 | 2.142 | 2.142 | 100.0% | 1 | | -> duration | 2.142 | 2.142 | 2.142 | 2.142 | 2.142 | 2.142 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.142175 Full duration: 30.002756 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | neutron.create_subnet | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_interface_router | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 100.0% | 1 | | neutron.remove_interface_router | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.delete_router | 0.452 | 0.452 | 0.452 | 0.452 | 0.452 | 0.452 | 100.0% | 1 | | total | 5.098 | 5.098 | 5.098 | 5.098 | 5.098 | 5.098 | 100.0% | 1 | | -> duration | 5.098 | 5.098 | 5.098 | 5.098 | 5.098 | 5.098 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.097757 Full duration: 35.71071 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | neutron.delete_subnet | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | total | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> duration | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.105792 Full duration: 29.316661 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | neutron.list_networks | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | -> duration | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.423786 Full duration: 16.971049 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | neutron.list_ports | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 100.0% | 1 | | -> duration | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.723576 Full duration: 28.840753 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | neutron.create_subnet | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | neutron.create_router | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | neutron.add_interface_router | 1.565 | 1.565 | 1.565 | 1.565 | 1.565 | 1.565 | 100.0% | 1 | | neutron.list_routers | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 3.96 | 3.96 | 3.96 | 3.96 | 3.96 | 3.96 | 100.0% | 1 | | -> duration | 3.96 | 3.96 | 3.96 | 3.96 | 3.96 | 3.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.959702 Full duration: 40.627164 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | neutron.create_subnet | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | neutron.list_subnets | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | total | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 100.0% | 1 | | -> duration | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 2.016 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.016292 Full duration: 36.792608 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | neutron.delete_security_group | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 100.0% | 1 | | total | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 100.0% | 1 | | -> duration | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.264198 Full duration: 14.267157 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | neutron.create_security_group_rule | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 100.0% | 1 | | neutron.delete_security_group | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 100.0% | 1 | | -> duration | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.847167 Full duration: 15.329512 -------------------------------------------------------------------------------- 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 549c629b-7fe9-47e0-80f7-0e2170b152ed 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.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | neutron.create_router | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | neutron.add_gateway_router | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 100.0% | 1 | | neutron.remove_gateway_router | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | total | 4.183 | 4.183 | 4.183 | 4.183 | 4.183 | 4.183 | 100.0% | 1 | | -> duration | 4.183 | 4.183 | 4.183 | 4.183 | 4.183 | 4.183 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.183496 Full duration: 24.594726 HINTS: * To plot HTML graphics with this data, run: rally task report 549c629b-7fe9-47e0-80f7-0e2170b152ed --out output.html * To generate a JUnit report, run: rally task export 549c629b-7fe9-47e0-80f7-0e2170b152ed --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 549c629b-7fe9-47e0-80f7-0e2170b152ed --json --out output.json 2018-03-20 06:27:55,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '549c629b-7fe9-47e0-80f7-0e2170b152ed'] 2018-03-20 06:27:56,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:27:56,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '549c629b-7fe9-47e0-80f7-0e2170b152ed', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-20 06:27:56,225 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-20 06:27:56,225 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-20 06:27:56,225 - 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-20 06:27:56,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:27:56,266 - 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-20 06:27:56,271 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:31:02,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c 2018-03-20 06:31:02,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c'] 2018-03-20 06:31:03,786 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c: 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-c484e982-7255-4ed8-962d-6da063cb7adf" }, "image": { "name": "Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf" }, "block_migration": false, "nics": [ { "net-id": "f9316955-e936-4d9a-89ed-fb2b75349b6e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org 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 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.364 | 9.364 | 9.364 | 9.364 | 9.364 | 9.364 | 100.0% | 1 | | nova.find_host_to_migrate | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | nova.live_migrate | 136.062 | 136.062 | 136.062 | 136.062 | 136.062 | 136.062 | 0.0% | 1 | | total | 146.76 | 146.76 | 146.76 | 146.76 | 146.76 | 146.76 | 0.0% | 1 | | -> duration | 145.76 | 145.76 | 145.76 | 145.76 | 145.76 | 145.76 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 145.760136 Full duration: 161.649543 HINTS: * To plot HTML graphics with this data, run: rally task report 3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c --out output.html * To generate a JUnit report, run: rally task export 3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c --json --out output.json 2018-03-20 06:31:03,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c'] 2018-03-20 06:31:04,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:31:04,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3adf0e1a-d37d-41c2-a8a9-3e84ae6b593c', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-20 06:31:04,747 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-20 06:31:04,747 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-20 06:31:04,747 - 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-20 06:31:04,747 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-20 06:31:04,765 - 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-20 06:31:04,766 - 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': 'f9316955-e936-4d9a-89ed-fb2b75349b6e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c484e982-7255-4ed8-962d-6da063cb7adf', 'flavor_name': 'rally-tiny-c484e982-7255-4ed8-962d-6da063cb7adf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c484e982-7255-4ed8-962d-6da063cb7adf', '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-20 06:31:57,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd 2018-03-20 06:31:57,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '069be9b6-bf48-4eba-8ae9-fb8bb43b83fd'] 2018-03-20 06:31:58,938 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd: 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 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | quotas.delete_quotas | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> duration | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88453 Full duration: 8.462798 -------------------------------------------------------------------------------- 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 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713629 Full duration: 8.394013 -------------------------------------------------------------------------------- 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 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731867 Full duration: 8.424967 -------------------------------------------------------------------------------- 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 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd 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.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | total | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | -> duration | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.990467 Full duration: 8.518387 HINTS: * To plot HTML graphics with this data, run: rally task report 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd --out output.html * To generate a JUnit report, run: rally task export 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 069be9b6-bf48-4eba-8ae9-fb8bb43b83fd --json --out output.json 2018-03-20 06:31:58,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '069be9b6-bf48-4eba-8ae9-fb8bb43b83fd'] 2018-03-20 06:31:59,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-20 06:31:59,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '069be9b6-bf48-4eba-8ae9-fb8bb43b83fd', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-20 06:31:59,997 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-20 06:32:00,001 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:47 | 11 | 100.00% | | nova | 02:41 | 1 | 0.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:47 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-20 06:32:00,001 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-20 06:32:08,241 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-20 06:32:08,241 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-20 06:32:08,785 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 06:32:08,785 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:50 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-20 06:32:08,789 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-20 06:32:08,790 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-20 06:32:08,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 06:32:11,240 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 06:32:10.960 9817 INFO rally.deployment.engine [-] Deployment 2e27ec16-6f81-4f89-a7df-ae7c427af53a | Starting: Destroy cloud and free allocated resources. 2018-03-20 06:32:11.033 9817 INFO rally.deployment.engine [-] Deployment 2e27ec16-6f81-4f89-a7df-ae7c427af53a | Completed: Destroy cloud and free allocated resources. 2018-03-20 06:32:11.057 9817 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8). 2018-03-20 06:32:11.061 9817 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 06:32:13,870 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 06:32:13.545 9820 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b85860f2-f27f-4827-b506-6759250c46f4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b85860f2-f27f-4827-b506-6759250c46f4 | 2018-03-20T06:32:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b85860f2-f27f-4827-b506-6759250c46f4 ~/.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-20 06:32:17,301 - 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__ | policy | 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-20 06:32:17,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 06:32:19,487 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-20 06:32:19.235 9826 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4865e1ac-4006-491e-81b8-f7b03339eee8). 2018-03-20 06:32:19.349 9826 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-20 06:32:23,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 06:32:21.520 9829 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 06:32:21.673 9829 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 06:32:23.583 9829 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf) as the default verifier for the future CLI operations. 2018-03-20 06:32:26,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-20 06:32:29,116 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-20 06:32:34,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 06:32:40,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 06:32:39.038 9848 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf) for deployment 'opnfv-rally' (UUID=b85860f2-f27f-4827-b506-6759250c46f4). 2018-03-20 06:32:40.007 9848 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf) has been successfully configured for deployment 'opnfv-rally' (UUID=b85860f2-f27f-4827-b506-6759250c46f4)! 2018-03-20 06:32:40,169 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 06:32:40,169 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-20 06:32:40,171 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-20 06:32:42,414 - 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-20 06:32:44,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:44.497 9860 INFO rally.api [-] Starting verification (UUID=5346208e-b010-4345-8656-3b1ff55f3bfe) for deployment 'opnfv-rally' (UUID=b85860f2-f27f-4827-b506-6759250c46f4) by verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf). 2018-03-20 06:32:44,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5346208e-b010-4345-8656-3b1ff55f3bfe 2018-03-20 06:32:53,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:53.602 9860 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-03-20 06:32:53,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:53.823 9860 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.332s] 2018-03-20 06:32:54,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:54.329 9860 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.649s] 2018-03-20 06:32:54,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:54.426 9860 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.858s] 2018-03-20 06:32:54,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:54.632 9860 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.205s] 2018-03-20 06:32:56,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:56.913 9860 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.413s] 2018-03-20 06:32:58,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:58.045 9860 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.404s] 2018-03-20 06:32:59,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:59.343 9860 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.429s] 2018-03-20 06:32:59,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:32:59.436 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.199s] 2018-03-20 06:33:00,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:00.442 9860 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.098s] 2018-03-20 06:33:02,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:02.287 9860 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.452s] 2018-03-20 06:33:04,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:04.097 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.658s] 2018-03-20 06:33:06,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:06.451 9860 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.131s] 2018-03-20 06:33:06,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:06.621 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.524s] 2018-03-20 06:33:08,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:08.619 9860 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.168s] 2018-03-20 06:33:09,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:09.215 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.593s] 2018-03-20 06:33:12,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:12.508 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.572s] 2018-03-20 06:33:12,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:12.636 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.420s] 2018-03-20 06:33:13,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:13.804 9860 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.059s] 2018-03-20 06:33:16,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:16.520 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [4.012s] 2018-03-20 06:33:22,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:22.870 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [10.233s] 2018-03-20 06:33:23,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:23.468 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [29.781s] 2018-03-20 06:33:24,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:24.158 9860 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [10.351s] 2018-03-20 06:33:26,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:26.226 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.354s] 2018-03-20 06:33:26,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:26.597 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.371s] 2018-03-20 06:33:26,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:26.619 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-03-20 06:33:26,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:26.641 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-03-20 06:33:26,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:26.658 9860 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-03-20 06:33:30,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.478 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-03-20 06:33:30,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.490 9860 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-20 06:33:30,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.650 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.160s] 2018-03-20 06:33:30,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.665 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2018-03-20 06:33:30,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.676 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-03-20 06:33:30,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.709 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2018-03-20 06:33:30,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.790 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.077s] 2018-03-20 06:33:30,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:30.885 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.094s] 2018-03-20 06:33:31,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:31.204 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.318s] 2018-03-20 06:33:31,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:31.219 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-03-20 06:33:31,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:31.521 9860 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.300s] 2018-03-20 06:33:31,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:31.600 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.419s] 2018-03-20 06:33:32,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:32.180 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.577s] 2018-03-20 06:33:32,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:32.259 9860 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [34.201s] 2018-03-20 06:33:32,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:32.594 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.414s] 2018-03-20 06:33:33,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:33.761 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.166s] 2018-03-20 06:33:34,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:34.447 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.686s] 2018-03-20 06:33:34,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:34.523 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-03-20 06:33:34,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:34.601 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-03-20 06:33:34,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:34.669 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-03-20 06:33:34,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:34.734 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-03-20 06:33:34,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:34.804 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-03-20 06:33:34,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:34.977 9860 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.173s] 2018-03-20 06:33:41,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:41.564 9860 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.853s] 2018-03-20 06:33:44,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:44.763 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.188s] 2018-03-20 06:33:44,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:44.953 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.190s] 2018-03-20 06:33:45,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:45.004 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.050s] 2018-03-20 06:33:46,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:46.053 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.047s] 2018-03-20 06:33:46,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:46.309 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.255s] 2018-03-20 06:33:46,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:46.980 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.669s] 2018-03-20 06:33:47,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:47.035 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.053s] 2018-03-20 06:33:47,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:47.219 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.186s] 2018-03-20 06:33:47,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:47.289 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.069s] 2018-03-20 06:33:47,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:47.339 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-03-20 06:33:47,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:47.379 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-03-20 06:33:47,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:47.594 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.213s] 2018-03-20 06:33:47,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:47.963 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.369s] 2018-03-20 06:33:48,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:48.013 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-03-20 06:33:48,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:48.346 9860 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.333s] 2018-03-20 06:33:49,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:49.249 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.503s] 2018-03-20 06:33:50,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:50.758 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.508s] 2018-03-20 06:33:52,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:52.042 9860 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.154s] 2018-03-20 06:33:52,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:52.195 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.436s] 2018-03-20 06:33:53,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:53.384 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.189s] 2018-03-20 06:33:54,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:54.705 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.320s] 2018-03-20 06:33:54,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:54.927 9860 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.509s] 2018-03-20 06:33:56,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:56.096 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.389s] 2018-03-20 06:33:56,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:56.626 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.530s] 2018-03-20 06:33:57,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:57.010 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.384s] 2018-03-20 06:33:57,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:57.421 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.409s] 2018-03-20 06:33:59,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:59.193 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.769s] 2018-03-20 06:33:59,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:33:59.743 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.550s] 2018-03-20 06:34:00,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:00.333 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.590s] 2018-03-20 06:34:00,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:00.881 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.547s] 2018-03-20 06:34:02,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:02.053 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.170s] 2018-03-20 06:34:02,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:02.783 9860 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.855s] 2018-03-20 06:34:02,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:02.899 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.846s] 2018-03-20 06:34:03,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:03.514 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.614s] 2018-03-20 06:34:03,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:03.895 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.381s] 2018-03-20 06:34:04,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:04.191 9860 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.927s] 2018-03-20 06:34:04,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:04.427 9860 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.530s] 2018-03-20 06:34:05,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:05.086 9860 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.302s] 2018-03-20 06:34:05,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:05.294 9860 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.208s] 2018-03-20 06:34:05,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:05.495 9860 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.200s] 2018-03-20 06:34:05,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:05.578 9860 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.083s] 2018-03-20 06:34:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:05.621 9860 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-03-20 06:34:09,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:09.056 9860 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [55.024s] 2018-03-20 06:34:10,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:10.374 9860 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.322s] 2018-03-20 06:34:16,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:16.582 9860 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.389s] 2018-03-20 06:34:20,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:20.257 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.887s] 2018-03-20 06:34:22,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:22.123 9860 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [81.666s] 2018-03-20 06:34:23,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:23.954 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.697s] 2018-03-20 06:34:27,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:27.258 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.302s] 2018-03-20 06:34:31,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:31.766 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.507s] 2018-03-20 06:34:35,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:35.701 9860 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.399s] 2018-03-20 06:34:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:35.768 9860 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.068s] 2018-03-20 06:34:35,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:35.874 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.108s] 2018-03-20 06:34:41,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:41.522 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.647s] 2018-03-20 06:34:44,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:44.953 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.429s] 2018-03-20 06:34:46,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:46.359 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [71.167s] 2018-03-20 06:34:46,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:46.428 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-03-20 06:34:47,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:47.603 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.173s] 2018-03-20 06:34:47,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:47.703 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.100s] 2018-03-20 06:34:47,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:47.705 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-20 06:34:53,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:53.887 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.932s] 2018-03-20 06:34:58,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:58.563 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.676s] 2018-03-20 06:34:59,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:59.232 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.668s] 2018-03-20 06:34:59,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:59.330 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.098s] 2018-03-20 06:34:59,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:59.585 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.253s] 2018-03-20 06:34:59,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:59.648 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.062s] 2018-03-20 06:34:59,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:59.891 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.242s] 2018-03-20 06:34:59,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:34:59.997 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.106s] 2018-03-20 06:35:00,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:00.052 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2018-03-20 06:35:00,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:00.107 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.054s] 2018-03-20 06:35:05,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:05.962 9860 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.854s] 2018-03-20 06:35:15,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:15.452 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.362s] 2018-03-20 06:35:15,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:15.695 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.242s] 2018-03-20 06:35:15,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:15.895 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.200s] 2018-03-20 06:35:16,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:16.639 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.743s] 2018-03-20 06:35:17,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:17.067 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.427s] 2018-03-20 06:35:17,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:17.441 9860 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.374s] 2018-03-20 06:35:17,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:17.949 9860 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.357s] 2018-03-20 06:35:20,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:20.248 9860 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.299s] 2018-03-20 06:35:22,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:22.392 9860 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.317s] 2018-03-20 06:35:22,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:22.748 9860 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.356s] 2018-03-20 06:35:24,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:24.674 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.918s] 2018-03-20 06:35:26,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:26.296 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.621s] 2018-03-20 06:35:27,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:27.127 9860 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.878s] 2018-03-20 06:35:31,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:31.203 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.902s] 2018-03-20 06:35:32,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:32.156 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.957s] 2018-03-20 06:35:34,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:34.118 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.959s] 2018-03-20 06:35:35,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:35.704 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.586s] 2018-03-20 06:35:37,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:37.682 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.975s] 2018-03-20 06:35:37,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:37.729 9860 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-03-20 06:35:38,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:38.754 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.153s] 2018-03-20 06:35:38,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:38.904 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.149s] 2018-03-20 06:35:38,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:38.956 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.051s] 2018-03-20 06:35:39,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:39.132 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.175s] 2018-03-20 06:35:39,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:39.169 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.036s] 2018-03-20 06:35:39,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:39.384 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.214s] 2018-03-20 06:35:39,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:39.717 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.332s] 2018-03-20 06:35:39,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:39.996 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.278s] 2018-03-20 06:35:40,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:40.037 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-03-20 06:35:40,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:35:40.234 9860 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.195s] 2018-03-20 06:37:44,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:37:44.848 9860 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.244s] 2018-03-20 06:37:44,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:37:44.909 9860 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-03-20 06:37:45,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:37:45.282 9860 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.372s] 2018-03-20 06:40:52,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:40:52.707 9860 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.413s] 2018-03-20 06:40:52,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:40:52.709 9860 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-20 06:41:06,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:41:06.505 9860 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2018-03-20 06:41:32,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:41:32.914 9860 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [502.669s] 2018-03-20 06:42:01,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:01.558 9860 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.646s] 2018-03-20 06:42:15,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:15.515 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.167s] 2018-03-20 06:42:15,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:15.691 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.175s] 2018-03-20 06:42:15,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:15.874 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.183s] 2018-03-20 06:42:16,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.045 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.170s] 2018-03-20 06:42:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.199 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.153s] 2018-03-20 06:42:16,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.359 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.160s] 2018-03-20 06:42:16,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.562 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.201s] 2018-03-20 06:42:16,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.733 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.171s] 2018-03-20 06:42:16,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.887 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.153s] 2018-03-20 06:42:16,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.919 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-03-20 06:42:16,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.930 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-03-20 06:42:16,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:16.974 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-03-20 06:42:17,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:17.021 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.046s] 2018-03-20 06:42:17,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:17.574 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.552s] 2018-03-20 06:42:17,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:17.760 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.185s] 2018-03-20 06:42:18,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.100 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.339s] 2018-03-20 06:42:18,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.134 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-20 06:42:18,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.171 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-03-20 06:42:18,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.324 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.152s] 2018-03-20 06:42:18,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.499 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.174s] 2018-03-20 06:42:18,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.688 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.188s] 2018-03-20 06:42:18,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.869 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.180s] 2018-03-20 06:42:18,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:18.901 9860 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-03-20 06:42:24,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:42:24.992 9860 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... fail [501.578s] 2018-03-20 06:47:46,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:47:46.395 9860 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [321.336s] 2018-03-20 06:48:24,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:48:24.600 9860 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... fail [38.200s] 2018-03-20 06:56:46,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:56:46.318 9860 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... fail [501.603s] 2018-03-20 06:57:06,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:57:06.712 9860 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.210s] 2018-03-20 06:57:15,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:57:15.856 9860 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.142s] 2018-03-20 06:57:31,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:57:31.550 9860 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.692s] 2018-03-20 06:57:36,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5346208e-b010-4345-8656-3b1ff55f3bfe']'. 2018-03-20 06:57:37,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 06:57:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 06:57:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 06:57:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5346208e-b010-4345-8656-3b1ff55f3bfe | 2018-03-20 06:57:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-20 06:57:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 06:32:44 | 2018-03-20 06:57:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 06:57:36 | 2018-03-20 06:57:37,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:52 | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1861ee3e-059d-48b4-8ddc-5975797426cf) | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b85860f2-f27f-4827-b506-6759250c46f4) | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 190 | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1480.137 | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 183 | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-20 06:57:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 06:57:37,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 06:57:37,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-03-20 06:57:37,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 06:57:37,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 06:57:37,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 96.3157894737% 2018-03-20 06:57:46,061 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 06:57:46,061 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 25:19 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-20 06:57:46,065 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-20 06:57:46,066 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-20 06:57:46,163 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 06:57:48,547 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 06:57:48.148 9960 INFO rally.deployment.engine [-] Deployment b85860f2-f27f-4827-b506-6759250c46f4 | Starting: Destroy cloud and free allocated resources. 2018-03-20 06:57:48.215 9960 INFO rally.deployment.engine [-] Deployment b85860f2-f27f-4827-b506-6759250c46f4 | Completed: Destroy cloud and free allocated resources. 2018-03-20 06:57:48.262 9960 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf) for deployment 'opnfv-rally'. 2018-03-20 06:57:48.285 9960 INFO rally.api [-] Deleting verification (UUID=5346208e-b010-4345-8656-3b1ff55f3bfe). 2018-03-20 06:57:48.332 9960 INFO rally.api [-] Verification has been successfully deleted! 2018-03-20 06:57:48.333 9960 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf). 2018-03-20 06:57:48.346 9960 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 06:57:50,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 06:57:50.687 9963 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d025cc0c-21ae-4f28-ace3-f6d4c1740cc3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d025cc0c-21ae-4f28-ace3-f6d4c1740cc3 | 2018-03-20T06:57:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d025cc0c-21ae-4f28-ace3-f6d4c1740cc3 ~/.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-20 06:57:54,290 - 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__ | policy | 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-20 06:57:54,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 06:57:56,571 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-20 06:57:56.289 9969 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1861ee3e-059d-48b4-8ddc-5975797426cf). 2018-03-20 06:57:56.418 9969 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-20 06:57:59,977 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 06:57:58.551 9972 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 06:57:58.694 9972 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 06:57:59.772 9972 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44) as the default verifier for the future CLI operations. 2018-03-20 06:58:02,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-20 06:58:05,530 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-20 06:58:13,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 06:58:18,972 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 06:58:17.926 9991 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44) for deployment 'opnfv-rally' (UUID=d025cc0c-21ae-4f28-ace3-f6d4c1740cc3). 2018-03-20 06:58:18.754 9991 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44) has been successfully configured for deployment 'opnfv-rally' (UUID=d025cc0c-21ae-4f28-ace3-f6d4c1740cc3)! 2018-03-20 06:58:18,972 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 06:58:18,972 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-20 06:58:18,975 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-20 06:58:18,983 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-20 06:58:21,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b3885fe3-d614-4de0-a61b-239bc7f24e44/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-20 06:58:21,935 - 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-20 06:58:24,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 06:58:24.110 10000 INFO rally.api [-] Starting verification (UUID=43dc3fe1-ff70-4168-bd3f-cbc57c59dc33) for deployment 'opnfv-rally' (UUID=d025cc0c-21ae-4f28-ace3-f6d4c1740cc3) by verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44). 2018-03-20 06:58:24,111 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 43dc3fe1-ff70-4168-bd3f-cbc57c59dc33 2018-03-20 07:01:05,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '43dc3fe1-ff70-4168-bd3f-cbc57c59dc33']'. 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 43dc3fe1-ff70-4168-bd3f-cbc57c59dc33 | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 06:58:24 | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 07:01:04 | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b3885fe3-d614-4de0-a61b-239bc7f24e44) | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d025cc0c-21ae-4f28-ace3-f6d4c1740cc3) | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.324 | 2018-03-20 07:01:06,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-20 07:01:06,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-20 07:01:06,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 07:01:06,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 07:01:06,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-20 07:01:06,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 07:01:06,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 07:01:06,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-20 07:01:12,907 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 07:01:12,908 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:10 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-20 07:01:12,912 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-20 07:01:12,912 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-20 07:01:33,658 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-03-20 07:01:33,659 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-20 07:01:33,691 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-20 07:01:33,812 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 07:01:33,813 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-20 07:01:33,817 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-20 07:01:34,872 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-20 08:15:41,961 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 08:15:41,961 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 74:07 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-20 08:15:41,965 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-20 08:15:41,966 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-20 08:15:42,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 08:15:44,589 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-20 08:15:44.143 10176 INFO rally.deployment.engine [-] Deployment d025cc0c-21ae-4f28-ace3-f6d4c1740cc3 | Starting: Destroy cloud and free allocated resources. 2018-03-20 08:15:44.228 10176 INFO rally.deployment.engine [-] Deployment d025cc0c-21ae-4f28-ace3-f6d4c1740cc3 | Completed: Destroy cloud and free allocated resources. 2018-03-20 08:15:44.288 10176 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44) for deployment 'opnfv-rally'. 2018-03-20 08:15:44.321 10176 INFO rally.api [-] Deleting verification (UUID=43dc3fe1-ff70-4168-bd3f-cbc57c59dc33). 2018-03-20 08:15:44.359 10176 INFO rally.api [-] Verification has been successfully deleted! 2018-03-20 08:15:44.360 10176 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44). 2018-03-20 08:15:44.373 10176 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-20 08:15:46,803 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 08:15:46.503 10179 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f77048b8-630d-4a7c-a08e-c04bf01ec2d5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f77048b8-630d-4a7c-a08e-c04bf01ec2d5 | 2018-03-20T08:15:46 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f77048b8-630d-4a7c-a08e-c04bf01ec2d5 ~/.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-20 08:15:50,061 - 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__ | policy | 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-20 08:15:50,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 08:15:52,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-20 08:15:52.090 10185 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b3885fe3-d614-4de0-a61b-239bc7f24e44). 2018-03-20 08:15:52.227 10185 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-20 08:15:55,695 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 08:15:54.328 10188 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 08:15:54.473 10188 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 08:15:55.515 10188 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0cc25cf9-0673-4444-8df7-c1ae4d49e68e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0cc25cf9-0673-4444-8df7-c1ae4d49e68e) as the default verifier for the future CLI operations. 2018-03-20 08:16:07,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-20 08:16:12,808 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 08:16:11.686 10207 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0cc25cf9-0673-4444-8df7-c1ae4d49e68e) for deployment 'opnfv-rally' (UUID=f77048b8-630d-4a7c-a08e-c04bf01ec2d5). 2018-03-20 08:16:12.635 10207 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0cc25cf9-0673-4444-8df7-c1ae4d49e68e) has been successfully configured for deployment 'opnfv-rally' (UUID=f77048b8-630d-4a7c-a08e-c04bf01ec2d5)! 2018-03-20 08:16:15,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0cc25cf9-0673-4444-8df7-c1ae4d49e68e/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-20 08:16:15,737 - 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-20 08:16:17,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-20 08:16:17.871 10216 INFO rally.api [-] Starting verification (UUID=39004181-879c-4d16-bb25-1249f98434d7) for deployment 'opnfv-rally' (UUID=f77048b8-630d-4a7c-a08e-c04bf01ec2d5) by verifier 'opnfv-tempest' (UUID=0cc25cf9-0673-4444-8df7-c1ae4d49e68e). 2018-03-20 08:18:35,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '39004181-879c-4d16-bb25-1249f98434d7']'. 2018-03-20 08:18:36,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 39004181-879c-4d16-bb25-1249f98434d7 | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-20 08:16:17 | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-20 08:18:35 | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:18 | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-20 08:18:36,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0cc25cf9-0673-4444-8df7-c1ae4d49e68e) | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f77048b8-630d-4a7c-a08e-c04bf01ec2d5) | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 115.287 | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-20 08:18:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-20 08:18:36,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-20 08:18:36,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-20 08:18:42,071 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 08:18:42,072 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:43 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-20 08:18:42,076 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_userdata | functest | smoke | 00:43 | PASS | | tempest_smoke_serial | functest | smoke | 19:18 | FAIL | | rally_sanity | functest | smoke | 20:50 | FAIL | | refstack_defcore | functest | smoke | 25:19 | FAIL | | patrole | functest | smoke | 03:10 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 74:07 | FAIL | | neutron_trunk | functest | smoke | 02:43 | PASS | | vping_ssh | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-20 08:18:42,083 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-20 08:18:45,296 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-29 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 08:18:45,298 - 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=8KHueX6dRM9qM6anR8gRGXsrU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-20 08:18:45,299 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 08:18:45,299 - 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 bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-03-20 08:18:45,300 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-20 08:18:45,300 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-20 08:23:52,935 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-20 08:23:53,058 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 08:23:53,059 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 05:08 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-20 08:23:53,063 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-03-20 08:27:16,054 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.220 -c 10' 2018-03-20 08:55:27,277 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-20 08:55:35,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-20 08:55:35.430 153 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dc9e905c-c5e8-4f4c-a5a5-267d7400af53) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dc9e905c-c5e8-4f4c-a5a5-267d7400af53 | 2018-03-20T08:55:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dc9e905c-c5e8-4f4c-a5a5-267d7400af53 ~/.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-20 08:55:38,746 - 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__ | policy | 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-20 08:55:38,747 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-20 08:55:44,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-20 08:55:42.538 162 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-20 08:55:42.688 162 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-20 08:55:44.209 162 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2c2a160-407c-493e-9298-4d6086edbe62) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a2c2a160-407c-493e-9298-4d6086edbe62) as the default verifier for the future CLI operations. 2018-03-20 08:55:50,142 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-20 08:55:49.034 181 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a2c2a160-407c-493e-9298-4d6086edbe62) for deployment 'opnfv-rally' (UUID=dc9e905c-c5e8-4f4c-a5a5-267d7400af53). 2018-03-20 08:55:49.921 181 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2c2a160-407c-493e-9298-4d6086edbe62) has been successfully configured for deployment 'opnfv-rally' (UUID=dc9e905c-c5e8-4f4c-a5a5-267d7400af53)! 2018-03-20 08:55:50,143 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-20 09:04:14,036 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-03-20 09:04:18,700 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-20 09:04:18,716 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-03-20 09:04:25,396 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-20 09:04:25,412 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-03-20 09:04:32,366 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-20 09:04:32,381 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-03-20 09:04:32,870 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-20 09:04:32,886 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-03-20 09:04:33,095 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-20 09:04:33,111 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-03-20 09:04:33,133 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-03-20 09:04:35,095 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-03-20 09:04:35,223 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-20 09:04:35,223 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 40:40 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-03-20 09:04:35,228 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-03-20 09:04:35,228 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 05:08 | PASS | | bgpvpn | sdnvpn | features | 40:40 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-20 09:04:35,233 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-20 09:07:01,738 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-29 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 09:07:01,740 - 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=8KHueX6dRM9qM6anR8gRGXsrU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-20 09:07:01,740 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 09:07:01,741 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-20 09:07:01,741 - 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-20 09:07:01,742 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-20 09:07:13,114 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-29 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-20 09:07:13,117 - 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=8KHueX6dRM9qM6anR8gRGXsrU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-03-20 09:07:13,117 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-20 09:07:13,117 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-20 09:07:13,117 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-20 09:07:13,118 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK