2018-03-27 02:38:17,257 - functest.ci.check_deployment - DEBUG - 172.30.9.23:5000 is reachable! 2018-03-27 02:38:17,257 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.23:5000/v3 ...OK 2018-03-27 02:38:17,698 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-27 02:38:18,177 - functest.ci.check_deployment - DEBUG - 172.30.9.23:5000 is reachable! 2018-03-27 02:38:18,177 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.23:5000 ...OK 2018-03-27 02:38:18,646 - functest.ci.check_deployment - DEBUG - 172.30.9.23:8774 is reachable! 2018-03-27 02:38:18,647 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.23:8774/v2.1 ...OK 2018-03-27 02:38:19,095 - functest.ci.check_deployment - DEBUG - 172.30.9.23:9696 is reachable! 2018-03-27 02:38:19,095 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.23:9696 ...OK 2018-03-27 02:38:19,476 - functest.ci.check_deployment - DEBUG - 172.30.9.23:9292 is reachable! 2018-03-27 02:38:19,476 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.23:9292 ...OK 2018-03-27 02:38:20,666 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-27 02:38:22,245 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-27 02:38:22,273 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-27 02:38:24,402 - functest.ci.check_deployment - INFO - External network found: external 2018-03-27 02:38:31,876 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-27 02:38:31,879 - 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=4HycGpQERHJfXAqBA4uHKJYkP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-27 02:38:31,879 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-27 02:38:31,879 - 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-27 02:38:31,880 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-27 02:38:31,880 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-27 02:38:34,093 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-27 02:38:43,876 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.772s OK 2018-03-27 02:38:44,002 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 02:38:44,002 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-27 02:38:44,006 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-27 02:38:44,969 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-27 02:55:41,821 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 1016.799s OK 2018-03-27 02:55:41,957 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 02:55:41,958 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-27 02:55:41,962 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-27 02:55:42,812 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-27 02:56:46,673 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 63.859s OK 2018-03-27 02:56:46,788 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 02:56:46,789 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:04 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-27 02:56:46,793 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:57 | PASS | | snaps_health_check | functest | healthcheck | 01:04 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-27 02:56:46,796 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-27 02:56:49,717 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-27 02:56:49,719 - 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=4HycGpQERHJfXAqBA4uHKJYkP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-27 02:56:49,719 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-27 02:56:49,720 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-03-27 02:56:49,721 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-27 02:56:49,721 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-27 02:56:50,687 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-27 02:56:50,687 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-27 02:56:51,258 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-27 02:56:51,258 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-27 02:56:51,661 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-27 02:56:51,661 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-27 02:56:51' 2018-03-27 02:56:51,662 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:56:57,218 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:57:00,600 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:57:13,919 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:57:14,741 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:57:15,520 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:57:23,468 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:57:29,296 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-912567a7-b89b-4b5d-bf35-3a47004bd518' 2018-03-27 02:57:58,995 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-27 02:58:12,813 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-27 02:58:12,887 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-27 02:58:13,894 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-27 02:58:42,759 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-27 02:58:42,759 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-27 02:58:43,278 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 02:58:43,279 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:22 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-27 02:58:43,283 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-27 02:58:43,382 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-27 02:58:43,382 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-27 02:58:43' 2018-03-27 02:58:43,382 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7d8d4fa4-d509-4782-9bcd-3c562127abc1' 2018-03-27 02:58:47,399 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7d8d4fa4-d509-4782-9bcd-3c562127abc1' 2018-03-27 02:58:49,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7d8d4fa4-d509-4782-9bcd-3c562127abc1' 2018-03-27 02:59:02,094 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7d8d4fa4-d509-4782-9bcd-3c562127abc1' 2018-03-27 02:59:02,954 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7d8d4fa4-d509-4782-9bcd-3c562127abc1' 2018-03-27 02:59:09,270 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7d8d4fa4-d509-4782-9bcd-3c562127abc1' 2018-03-27 02:59:16,020 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-27 02:59:33,522 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-27 02:59:36,114 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.6. Waiting for response... 2018-03-27 02:59:38,829 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-27 03:00:23,716 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 03:00:23,716 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:55 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-27 03:00:23,720 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-27 03:00:23,819 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-27 03:00:28,354 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-27 03:00:28.030 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=afcb2f3b-6756-4598-8963-d6fc68cb3b31) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | afcb2f3b-6756-4598-8963-d6fc68cb3b31 | 2018-03-27T03:00:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: afcb2f3b-6756-4598-8963-d6fc68cb3b31 ~/.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-27 03:00:31,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-27 03:00:31,745 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-27 03:00:37,646 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-27 03:00:36.133 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-27 03:00:36.316 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-27 03:00:37.471 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170) as the default verifier for the future CLI operations. 2018-03-27 03:00:40,734 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-27 03:00:43,688 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-27 03:00:56,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-27 03:01:01,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-27 03:01:00.724 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170) for deployment 'opnfv-rally' (UUID=afcb2f3b-6756-4598-8963-d6fc68cb3b31). 2018-03-27 03:01:01.611 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170) has been successfully configured for deployment 'opnfv-rally' (UUID=afcb2f3b-6756-4598-8963-d6fc68cb3b31)! 2018-03-27 03:01:01,787 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-27 03:01:01,787 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-27 03:01:01,789 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-27 03:01:01,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-27 03:01:04,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2ce1c076-0fc3-4c8c-a249-a0fb81ae7170/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-27 03:01:04,816 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-27 03:01:04,817 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-27 03:01:04,817 - 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-27 03:01:07,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:01:06.998 55 INFO rally.api [-] Starting verification (UUID=fa1cca95-6a5a-4ac8-927d-0af55006b143) for deployment 'opnfv-rally' (UUID=afcb2f3b-6756-4598-8963-d6fc68cb3b31) by verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170). 2018-03-27 03:01:07,000 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fa1cca95-6a5a-4ac8-927d-0af55006b143 2018-03-27 03:01:16,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:01:16.148 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.187s] 2018-03-27 03:01:16,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:01:16.216 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.068s] 2018-03-27 03:01:24,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:01:24.427 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.034s] 2018-03-27 03:01:27,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:01:27.558 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.129s] 2018-03-27 03:01:43,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:01:43.366 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.733s] 2018-03-27 03:02:07,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:02:07.332 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [16.445s] 2018-03-27 03:03:00,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:03:00.092 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.084s] 2018-03-27 03:03:00,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:03:00.095 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-27 03:03:47,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:03:47.679 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.085s] 2018-03-27 03:03:47,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:03:47.681 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-27 03:04:35,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:04:35.783 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-03-27 03:04:35,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:04:35.784 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-27 03:05:43,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:05:43.315 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.869s] 2018-03-27 03:06:15,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:15.103 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-03-27 03:06:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:15.199 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-03-27 03:06:25,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:25.856 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.765s] 2018-03-27 03:06:25,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:25.866 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-27 03:06:27,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:27.239 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-27 03:06:27,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:27.240 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-27 03:06:31,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:31.760 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.490s] 2018-03-27 03:06:38,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:38.264 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.086s] 2018-03-27 03:06:45,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:45.676 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.784s] 2018-03-27 03:06:54,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:06:54.256 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.137s] 2018-03-27 03:07:04,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:04.604 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.589s] 2018-03-27 03:07:12,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:12.170 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.164s] 2018-03-27 03:07:18,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:18.344 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.224s] 2018-03-27 03:07:26,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:26.126 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.486s] 2018-03-27 03:07:34,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:34.139 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.512s] 2018-03-27 03:07:42,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:42.985 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.106s] 2018-03-27 03:07:45,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:45.361 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-27 03:07:47,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:47.683 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-03-27 03:07:47,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:47.750 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2018-03-27 03:07:47,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:47.829 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-03-27 03:07:47,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:47.836 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-27 03:07:52,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:52.755 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.698s] 2018-03-27 03:07:58,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:07:58.310 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.554s] 2018-03-27 03:08:04,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:08:04.096 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.785s] 2018-03-27 03:08:16,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:08:16.162 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-27 03:08:24,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:08:24.518 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.727s] 2018-03-27 03:08:44,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:08:44.695 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.380s] 2018-03-27 03:08:49,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:08:49.108 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.413s] 2018-03-27 03:09:04,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:04.340 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.614s] 2018-03-27 03:09:08,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:08.790 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.448s] 2018-03-27 03:09:15,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:15.689 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.899s] 2018-03-27 03:09:25,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:25.949 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.129s] 2018-03-27 03:09:29,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:29.396 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.446s] 2018-03-27 03:09:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:37.176 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.779s] 2018-03-27 03:09:53,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:53.862 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.252s] 2018-03-27 03:09:54,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:54.285 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.422s] 2018-03-27 03:09:54,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:54.836 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.551s] 2018-03-27 03:09:55,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:55.036 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-03-27 03:09:55,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:55.151 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.114s] 2018-03-27 03:09:55,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:09:55.214 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.064s] 2018-03-27 03:10:10,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:10.342 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.558s] 2018-03-27 03:10:10,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:10.943 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.601s] 2018-03-27 03:10:11,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:11.200 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.256s] 2018-03-27 03:10:11,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:11.396 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.196s] 2018-03-27 03:10:12,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:12.995 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [1.598s] 2018-03-27 03:10:13,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:13.057 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.063s] 2018-03-27 03:10:28,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:28.260 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.478s] 2018-03-27 03:10:35,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:35.003 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.743s] 2018-03-27 03:10:37,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:37.694 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.690s] 2018-03-27 03:10:37,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:37.781 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.087s] 2018-03-27 03:10:37,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:37.988 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.207s] 2018-03-27 03:10:51,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:51.285 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.856s] 2018-03-27 03:10:58,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:10:58.663 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.377s] 2018-03-27 03:11:00,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:11:00.883 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.220s] 2018-03-27 03:11:01,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:11:01.086 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.203s] 2018-03-27 03:11:01,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:11:01.150 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2018-03-27 03:11:26,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:11:26.942 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.417s] 2018-03-27 03:11:39,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:11:39.331 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.389s] 2018-03-27 03:11:51,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:11:51.678 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.346s] 2018-03-27 03:12:02,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:12:02.783 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.104s] 2018-03-27 03:12:37,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:12:37.574 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.915s] 2018-03-27 03:12:50,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:12:50.391 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.817s] 2018-03-27 03:13:03,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:03.084 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.691s] 2018-03-27 03:13:14,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:14.376 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.292s] 2018-03-27 03:13:32,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:32.303 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.475s] 2018-03-27 03:13:35,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:35.323 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.018s] 2018-03-27 03:13:35,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:35.594 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.272s] 2018-03-27 03:13:40,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:40.577 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.870s] 2018-03-27 03:13:43,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:43.105 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.527s] 2018-03-27 03:13:43,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:43.151 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-03-27 03:13:48,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:48.163 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.432s] 2018-03-27 03:13:52,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:52.315 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-03-27 03:13:53,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:53.629 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-27 03:13:53,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:53.632 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-27 03:13:53,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:53.633 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-27 03:13:53,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:53.633 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-27 03:13:53,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:53.634 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-27 03:13:55,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:13:55.636 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-03-27 03:14:17,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:14:17.709 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.127s] 2018-03-27 03:14:34,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:14:34.230 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.919s] 2018-03-27 03:14:55,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:14:55.633 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.399s] 2018-03-27 03:15:07,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:15:07.555 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.179s] 2018-03-27 03:16:44,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:16:44.808 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [88.434s] 2018-03-27 03:17:42,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:17:42.672 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [43.572s] 2018-03-27 03:18:54,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:18:54.095 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [37.167s] 2018-03-27 03:19:17,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fa1cca95-6a5a-4ac8-927d-0af55006b143']'. 2018-03-27 03:19:18,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-27 03:19:18,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-27 03:19:18,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 03:19:18,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fa1cca95-6a5a-4ac8-927d-0af55006b143 | 2018-03-27 03:19:18,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-27 03:19:18,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-27 03:01:06 | 2018-03-27 03:19:18,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-27 03:19:17 | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:11 | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2ce1c076-0fc3-4c8c-a249-a0fb81ae7170) | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: afcb2f3b-6756-4598-8963-d6fc68cb3b31) | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1060.14 | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-27 03:19:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-27 03:19:18,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-27 03:19:18,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-27 03:19:18,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-27 03:19:18,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 03:19:18,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-27 03:19:18,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-27 03:19:29,618 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 03:19:29,619 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:49 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-27 03:19:29,624 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-27 03:19:29,720 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-27 03:19:30,153 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-27 03:19:30,154 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-27 03:19:30,554 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-27 03:19:33,067 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-27 03:19:32.627 121 INFO rally.deployment.engine [-] Deployment afcb2f3b-6756-4598-8963-d6fc68cb3b31 | Starting: Destroy cloud and free allocated resources. 2018-03-27 03:19:32.717 121 INFO rally.deployment.engine [-] Deployment afcb2f3b-6756-4598-8963-d6fc68cb3b31 | Completed: Destroy cloud and free allocated resources. 2018-03-27 03:19:32.759 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170) for deployment 'opnfv-rally'. 2018-03-27 03:19:32.777 121 INFO rally.api [-] Deleting verification (UUID=fa1cca95-6a5a-4ac8-927d-0af55006b143). 2018-03-27 03:19:32.825 121 INFO rally.api [-] Verification has been successfully deleted! 2018-03-27 03:19:32.825 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170). 2018-03-27 03:19:32.834 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-27 03:19:35,665 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-27 03:19:35.226 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9f1b72e3-e32f-4584-862e-2919c87b3979) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9f1b72e3-e32f-4584-862e-2919c87b3979 | 2018-03-27T03:19:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9f1b72e3-e32f-4584-862e-2919c87b3979 ~/.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-27 03:19:39,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-27 03:19:39,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-27 03:19:40,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a'... 2018-03-27 03:19:45,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-24be3f25-a01d-4554-84fe-0f3a586c010a'... 2018-03-27 03:19:48,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-24be3f25-a01d-4554-84fe-0f3a586c010a'... 2018-03-27 03:19:59,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a'... 2018-03-27 03:20:00,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a'... 2018-03-27 03:20:01,718 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-27 03:20:01,719 - 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-27 03:20:01,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:20:01,764 - 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-27 03:20:01,769 - 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': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:21:06,735 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 2018-03-27 03:21:06,735 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-27 03:21:06,736 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2a533370-d9a6-49ce-b1f8-6d02ee78a2a4'] 2018-03-27 03:21:07,881 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4: 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 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 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.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | total | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> duration | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.478711 Full duration: 9.061297 -------------------------------------------------------------------------------- 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 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> duration | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.802747 Full duration: 7.997237 -------------------------------------------------------------------------------- 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 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945294 Full duration: 7.777948 -------------------------------------------------------------------------------- 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 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 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.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794126 Full duration: 7.728863 -------------------------------------------------------------------------------- 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 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 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.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948279 Full duration: 8.202112 -------------------------------------------------------------------------------- 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 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 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.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670362 Full duration: 7.409813 HINTS: * To plot HTML graphics with this data, run: rally task report 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 --out output.html * To generate a JUnit report, run: rally task export 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2a533370-d9a6-49ce-b1f8-6d02ee78a2a4 --json --out output.json 2018-03-27 03:21:07,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2a533370-d9a6-49ce-b1f8-6d02ee78a2a4'] 2018-03-27 03:21:08,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:21:08,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2a533370-d9a6-49ce-b1f8-6d02ee78a2a4', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-27 03:21:08,947 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-27 03:21:08,948 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-27 03:21:08,948 - 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-27 03:21:08,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:21:08,965 - 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-27 03:21:08,966 - 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': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:23:17,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d45b99a4-8875-4ce5-9337-8f7527fda634 2018-03-27 03:23:17,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd45b99a4-8875-4ce5-9337-8f7527fda634'] 2018-03-27 03:23:18,670 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d45b99a4-8875-4ce5-9337-8f7527fda634: 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 d45b99a4-8875-4ce5-9337-8f7527fda634 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 | 7.001 | 7.001 | 7.001 | 7.001 | 7.001 | 7.001 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | -> glance_v2.upload_data | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | glance_v2.delete_image | 3.633 | 3.633 | 3.633 | 3.633 | 3.633 | 3.633 | 100.0% | 1 | | total | 10.635 | 10.635 | 10.635 | 10.635 | 10.635 | 10.635 | 100.0% | 1 | | -> duration | 10.635 | 10.635 | 10.635 | 10.635 | 10.635 | 10.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.634655 Full duration: 19.603215 -------------------------------------------------------------------------------- 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 d45b99a4-8875-4ce5-9337-8f7527fda634 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.227 | 6.227 | 6.227 | 6.227 | 6.227 | 6.227 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> glance_v2.upload_data | 2.751 | 2.751 | 2.751 | 2.751 | 2.751 | 2.751 | 100.0% | 1 | | glance_v2.list_images | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 6.419 | 6.419 | 6.419 | 6.419 | 6.419 | 6.419 | 100.0% | 1 | | -> duration | 6.419 | 6.419 | 6.419 | 6.419 | 6.419 | 6.419 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.419378 Full duration: 19.546896 -------------------------------------------------------------------------------- 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 d45b99a4-8875-4ce5-9337-8f7527fda634 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.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | -> duration | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.348659 Full duration: 8.118397 -------------------------------------------------------------------------------- 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-24be3f25-a01d-4554-84fe-0f3a586c010a" }, "number_instances": 2, "nics": [ { "net-id": "55daa18f-09e8-4e23-8942-50b97b3e2bc7" } ] }, "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 d45b99a4-8875-4ce5-9337-8f7527fda634 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.865 | 6.865 | 6.865 | 6.865 | 6.865 | 6.865 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> glance_v2.upload_data | 3.95 | 3.95 | 3.95 | 3.95 | 3.95 | 3.95 | 100.0% | 1 | | nova.boot_servers | 21.514 | 21.514 | 21.514 | 21.514 | 21.514 | 21.514 | 100.0% | 1 | | total | 28.381 | 28.381 | 28.381 | 28.381 | 28.381 | 28.381 | 100.0% | 1 | | -> duration | 27.381 | 27.381 | 27.381 | 27.381 | 27.381 | 27.381 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.380679 Full duration: 62.548958 HINTS: * To plot HTML graphics with this data, run: rally task report d45b99a4-8875-4ce5-9337-8f7527fda634 --out output.html * To generate a JUnit report, run: rally task export d45b99a4-8875-4ce5-9337-8f7527fda634 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d45b99a4-8875-4ce5-9337-8f7527fda634 --json --out output.json 2018-03-27 03:23:18,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd45b99a4-8875-4ce5-9337-8f7527fda634'] 2018-03-27 03:23:19,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:23:19,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd45b99a4-8875-4ce5-9337-8f7527fda634', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-27 03:23:19,655 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-27 03:23:19,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-27 03:23:19,656 - 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-27 03:23:19,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:23:19,697 - 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-27 03:23:19,698 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-27 03:23:19,698 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-27 03:23:19,698 - 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-27 03:23:19,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:23:19,730 - 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-27 03:23:19,735 - 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': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:27:03,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a6c98602-de10-4eaf-8d74-8cb861a46e9c 2018-03-27 03:27:03,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a6c98602-de10-4eaf-8d74-8cb861a46e9c'] 2018-03-27 03:27:04,905 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a6c98602-de10-4eaf-8d74-8cb861a46e9c: 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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 | 6.903 | 6.903 | 6.903 | 6.903 | 6.903 | 6.903 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.055 | 3.055 | 3.055 | 3.055 | 3.055 | 3.055 | 100.0% | 1 | | total | 9.958 | 9.958 | 9.958 | 9.958 | 9.958 | 9.958 | 100.0% | 1 | | -> duration | 9.958 | 9.958 | 9.958 | 9.958 | 9.958 | 9.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.958095 Full duration: 29.421118 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | cinder_v2.delete_volume | 5.447 | 5.447 | 5.447 | 5.447 | 5.447 | 5.447 | 100.0% | 1 | | total | 8.626 | 8.626 | 8.626 | 8.626 | 8.626 | 8.626 | 100.0% | 1 | | -> duration | 8.626 | 8.626 | 8.626 | 8.626 | 8.626 | 8.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.626428 Full duration: 19.65054 -------------------------------------------------------------------------------- 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-24be3f25-a01d-4554-84fe-0f3a586c010a" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task a6c98602-de10-4eaf-8d74-8cb861a46e9c 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 | 15.702 | 15.702 | 15.702 | 15.702 | 15.702 | 15.702 | 100.0% | 1 | | cinder_v2.delete_volume | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 100.0% | 1 | | total | 18.188 | 18.188 | 18.188 | 18.188 | 18.188 | 18.188 | 100.0% | 1 | | -> duration | 18.188 | 18.188 | 18.188 | 18.188 | 18.188 | 18.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.188384 Full duration: 29.307381 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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.155 | 3.155 | 3.155 | 3.155 | 3.155 | 3.155 | 100.0% | 1 | | cinder_v2.delete_volume | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | total | 5.791 | 5.791 | 5.791 | 5.791 | 5.791 | 5.791 | 100.0% | 1 | | -> duration | 5.791 | 5.791 | 5.791 | 5.791 | 5.791 | 5.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.790747 Full duration: 17.063152 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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.163 | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 100.0% | 1 | | cinder_v2.extend_volume | 3.425 | 3.425 | 3.425 | 3.425 | 3.425 | 3.425 | 100.0% | 1 | | cinder_v2.delete_volume | 2.611 | 2.611 | 2.611 | 2.611 | 2.611 | 2.611 | 100.0% | 1 | | total | 9.199 | 9.199 | 9.199 | 9.199 | 9.199 | 9.199 | 100.0% | 1 | | -> duration | 9.199 | 9.199 | 9.199 | 9.199 | 9.199 | 9.199 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.199292 Full duration: 19.673016 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.477 | 5.477 | 5.477 | 5.477 | 5.477 | 5.477 | 100.0% | 1 | | cinder_v2.delete_volume | 4.931 | 4.931 | 4.931 | 4.931 | 4.931 | 4.931 | 100.0% | 1 | | total | 10.408 | 10.408 | 10.408 | 10.408 | 10.408 | 10.408 | 100.0% | 1 | | -> duration | 10.408 | 10.408 | 10.408 | 10.408 | 10.408 | 10.408 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.408143 Full duration: 28.403711 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | cinder_v2.list_qos | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | -> duration | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91934 Full duration: 12.646567 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | cinder_v2.set_qos | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> duration | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.847731 Full duration: 13.299773 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | cinder_v2.list_types | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> duration | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899173 Full duration: 12.983567 -------------------------------------------------------------------------------- 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 a6c98602-de10-4eaf-8d74-8cb861a46e9c 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.890737 Full duration: 12.660829 HINTS: * To plot HTML graphics with this data, run: rally task report a6c98602-de10-4eaf-8d74-8cb861a46e9c --out output.html * To generate a JUnit report, run: rally task export a6c98602-de10-4eaf-8d74-8cb861a46e9c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a6c98602-de10-4eaf-8d74-8cb861a46e9c --json --out output.json 2018-03-27 03:27:04,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a6c98602-de10-4eaf-8d74-8cb861a46e9c'] 2018-03-27 03:27:05,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:27:05,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a6c98602-de10-4eaf-8d74-8cb861a46e9c', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-27 03:27:06,006 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-27 03:27:06,006 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-27 03:27:06,007 - 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-27 03:27:06,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:27:06,030 - 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-27 03:27:06,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:28:35,660 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3b04e1b0-1777-4a96-a632-a3313499206e 2018-03-27 03:28:35,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3b04e1b0-1777-4a96-a632-a3313499206e'] 2018-03-27 03:28:36,705 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3b04e1b0-1777-4a96-a632-a3313499206e: 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 3b04e1b0-1777-4a96-a632-a3313499206e 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 | 6.699 | 6.699 | 6.699 | 6.699 | 6.699 | 6.699 | 100.0% | 1 | | heat.update_stack | 3.497 | 3.497 | 3.497 | 3.497 | 3.497 | 3.497 | 100.0% | 1 | | heat.delete_stack | 4.538 | 4.538 | 4.538 | 4.538 | 4.538 | 4.538 | 100.0% | 1 | | total | 14.734 | 14.734 | 14.734 | 14.734 | 14.734 | 14.734 | 100.0% | 1 | | -> duration | 10.734 | 10.734 | 10.734 | 10.734 | 10.734 | 10.734 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.734028 Full duration: 23.137912 -------------------------------------------------------------------------------- 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 3b04e1b0-1777-4a96-a632-a3313499206e 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.742 | 4.742 | 4.742 | 4.742 | 4.742 | 4.742 | 100.0% | 1 | | heat.check_stack | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 100.0% | 1 | | heat.delete_stack | 2.818 | 2.818 | 2.818 | 2.818 | 2.818 | 2.818 | 100.0% | 1 | | total | 9.728 | 9.728 | 9.728 | 9.728 | 9.728 | 9.728 | 100.0% | 1 | | -> duration | 7.728 | 7.728 | 7.728 | 7.728 | 7.728 | 7.728 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.727658 Full duration: 18.769568 -------------------------------------------------------------------------------- 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 3b04e1b0-1777-4a96-a632-a3313499206e 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.605 | 4.605 | 4.605 | 4.605 | 4.605 | 4.605 | 100.0% | 1 | | heat.suspend_stack | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | heat.resume_stack | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 100.0% | 1 | | heat.delete_stack | 2.522 | 2.522 | 2.522 | 2.522 | 2.522 | 2.522 | 100.0% | 1 | | total | 10.861 | 10.861 | 10.861 | 10.861 | 10.861 | 10.861 | 100.0% | 1 | | -> duration | 8.861 | 8.861 | 8.861 | 8.861 | 8.861 | 8.861 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.861333 Full duration: 19.806369 -------------------------------------------------------------------------------- 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 3b04e1b0-1777-4a96-a632-a3313499206e 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | total | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> duration | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.593426 Full duration: 8.402137 HINTS: * To plot HTML graphics with this data, run: rally task report 3b04e1b0-1777-4a96-a632-a3313499206e --out output.html * To generate a JUnit report, run: rally task export 3b04e1b0-1777-4a96-a632-a3313499206e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3b04e1b0-1777-4a96-a632-a3313499206e --json --out output.json 2018-03-27 03:28:36,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3b04e1b0-1777-4a96-a632-a3313499206e'] 2018-03-27 03:28:37,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:28:37,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3b04e1b0-1777-4a96-a632-a3313499206e', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-27 03:28:37,774 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-27 03:28:37,774 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-27 03:28:37,775 - 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-27 03:28:37,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:28:37,843 - 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-27 03:28:37,849 - 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': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:32:03,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2d9d17de-b23a-442c-af7b-456fea0200b9 2018-03-27 03:32:03,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2d9d17de-b23a-442c-af7b-456fea0200b9'] 2018-03-27 03:32:04,360 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2d9d17de-b23a-442c-af7b-456fea0200b9: 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803553 Full duration: 14.32253 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.list_roles | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> duration | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.979878 Full duration: 16.967253 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | keystone_v3.list_projects | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | -> duration | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.956654 Full duration: 16.290142 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | keystone_v3.delete_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> duration | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.862606 Full duration: 13.070346 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | keystone_v3.delete_service | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608337 Full duration: 13.671915 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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 | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 100.0% | 1 | | keystone_v3.create_user | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_role | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 100.0% | 1 | | -> duration | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.770243 Full duration: 20.627794 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 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.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> duration | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.975205 Full duration: 13.134926 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2d9d17de-b23a-442c-af7b-456fea0200b9 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77834 Full duration: 14.452969 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2d9d17de-b23a-442c-af7b-456fea0200b9 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.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722807 Full duration: 14.89813 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.list_users | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867009 Full duration: 14.77312 -------------------------------------------------------------------------------- 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 2d9d17de-b23a-442c-af7b-456fea0200b9 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.create_users | 5.985 | 5.985 | 5.985 | 5.985 | 5.985 | 5.985 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.984 | 5.984 | 5.984 | 5.984 | 5.984 | 5.984 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 100.0% | 1 | | total | 7.666 | 7.666 | 7.666 | 7.666 | 7.666 | 7.666 | 100.0% | 1 | | -> duration | 7.666 | 7.666 | 7.666 | 7.666 | 7.666 | 7.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.666183 Full duration: 25.673445 HINTS: * To plot HTML graphics with this data, run: rally task report 2d9d17de-b23a-442c-af7b-456fea0200b9 --out output.html * To generate a JUnit report, run: rally task export 2d9d17de-b23a-442c-af7b-456fea0200b9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2d9d17de-b23a-442c-af7b-456fea0200b9 --json --out output.json 2018-03-27 03:32:04,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2d9d17de-b23a-442c-af7b-456fea0200b9'] 2018-03-27 03:32:05,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:32:05,369 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2d9d17de-b23a-442c-af7b-456fea0200b9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-27 03:32:05,376 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-27 03:32:05,376 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-27 03:32:05,376 - 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-27 03:32:05,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:32:05,398 - 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-27 03:32:05,402 - 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': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:38:58,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f16117f3-fbd8-4b99-8143-9836babb94fa 2018-03-27 03:38:58,482 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f16117f3-fbd8-4b99-8143-9836babb94fa'] 2018-03-27 03:38:59,554 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f16117f3-fbd8-4b99-8143-9836babb94fa: 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | neutron.delete_network | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | total | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> duration | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.831538 Full duration: 15.302485 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.67 | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 100.0% | 1 | | neutron.delete_port | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | total | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | -> duration | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.551245 Full duration: 40.903535 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.create_subnet | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | neutron.create_router | 3.619 | 3.619 | 3.619 | 3.619 | 3.619 | 3.619 | 100.0% | 1 | | neutron.add_interface_router | 2.049 | 2.049 | 2.049 | 2.049 | 2.049 | 2.049 | 100.0% | 1 | | neutron.remove_interface_router | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | neutron.delete_router | 2.076 | 2.076 | 2.076 | 2.076 | 2.076 | 2.076 | 100.0% | 1 | | total | 10.768 | 10.768 | 10.768 | 10.768 | 10.768 | 10.768 | 100.0% | 1 | | -> duration | 10.768 | 10.768 | 10.768 | 10.768 | 10.768 | 10.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.767983 Full duration: 53.227684 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | neutron.delete_subnet | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | total | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 100.0% | 1 | | -> duration | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.018265 Full duration: 38.977937 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | neutron.list_networks | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> duration | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.33393 Full duration: 17.567297 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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 | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 100.0% | 1 | | neutron.list_ports | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 100.0% | 1 | | -> duration | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.374177 Full duration: 41.637822 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | neutron.create_subnet | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | neutron.create_router | 3.335 | 3.335 | 3.335 | 3.335 | 3.335 | 3.335 | 100.0% | 1 | | neutron.add_interface_router | 3.018 | 3.018 | 3.018 | 3.018 | 3.018 | 3.018 | 100.0% | 1 | | neutron.list_routers | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 8.827 | 8.827 | 8.827 | 8.827 | 8.827 | 8.827 | 100.0% | 1 | | -> duration | 8.827 | 8.827 | 8.827 | 8.827 | 8.827 | 8.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.827296 Full duration: 59.747556 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | neutron.create_subnet | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.list_subnets | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 100.0% | 1 | | total | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 100.0% | 1 | | -> duration | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.334929 Full duration: 45.377459 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | neutron.delete_security_group | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 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.263897 Full duration: 17.512043 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.create_security_group_rule | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | neutron.delete_security_group | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 2.148 | 2.148 | 2.148 | 2.148 | 2.148 | 2.148 | 100.0% | 1 | | -> duration | 2.148 | 2.148 | 2.148 | 2.148 | 2.148 | 2.148 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.147699 Full duration: 18.185664 -------------------------------------------------------------------------------- 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 f16117f3-fbd8-4b99-8143-9836babb94fa 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.58 | 1.58 | 1.58 | 1.58 | 1.58 | 1.58 | 100.0% | 1 | | neutron.create_router | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 100.0% | 1 | | neutron.add_gateway_router | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | neutron.remove_gateway_router | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 100.0% | 1 | | total | 9.337 | 9.337 | 9.337 | 9.337 | 9.337 | 9.337 | 100.0% | 1 | | -> duration | 9.337 | 9.337 | 9.337 | 9.337 | 9.337 | 9.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.337301 Full duration: 35.854665 HINTS: * To plot HTML graphics with this data, run: rally task report f16117f3-fbd8-4b99-8143-9836babb94fa --out output.html * To generate a JUnit report, run: rally task export f16117f3-fbd8-4b99-8143-9836babb94fa --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f16117f3-fbd8-4b99-8143-9836babb94fa --json --out output.json 2018-03-27 03:38:59,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f16117f3-fbd8-4b99-8143-9836babb94fa'] 2018-03-27 03:39:00,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:39:00,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f16117f3-fbd8-4b99-8143-9836babb94fa', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-27 03:39:00,594 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-27 03:39:00,594 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-27 03:39:00,594 - 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-27 03:39:00,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:39:00,635 - 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-27 03:39:00,640 - 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': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:42:29,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 87f4d4e3-8da1-44bb-9a8b-f348dc6aff25 2018-03-27 03:42:29,038 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '87f4d4e3-8da1-44bb-9a8b-f348dc6aff25'] 2018-03-27 03:42:30,067 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 87f4d4e3-8da1-44bb-9a8b-f348dc6aff25: 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-24be3f25-a01d-4554-84fe-0f3a586c010a" }, "image": { "name": "Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a" }, "block_migration": false, "nics": [ { "net-id": "55daa18f-09e8-4e23-8942-50b97b3e2bc7" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 87f4d4e3-8da1-44bb-9a8b-f348dc6aff25 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 | 18.763 | 18.763 | 18.763 | 18.763 | 18.763 | 18.763 | 100.0% | 1 | | nova.find_host_to_migrate | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | nova.live_migrate | 137.994 | 137.994 | 137.994 | 137.994 | 137.994 | 137.994 | 0.0% | 1 | | total | 158.628 | 158.628 | 158.628 | 158.628 | 158.628 | 158.628 | 0.0% | 1 | | -> duration | 157.628 | 157.628 | 157.628 | 157.628 | 157.628 | 157.628 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 157.628301 Full duration: 179.573171 HINTS: * To plot HTML graphics with this data, run: rally task report 87f4d4e3-8da1-44bb-9a8b-f348dc6aff25 --out output.html * To generate a JUnit report, run: rally task export 87f4d4e3-8da1-44bb-9a8b-f348dc6aff25 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 87f4d4e3-8da1-44bb-9a8b-f348dc6aff25 --json --out output.json 2018-03-27 03:42:30,068 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '87f4d4e3-8da1-44bb-9a8b-f348dc6aff25'] 2018-03-27 03:42:31,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:42:31,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '87f4d4e3-8da1-44bb-9a8b-f348dc6aff25', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-27 03:42:31,071 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-27 03:42:31,072 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-27 03:42:31,072 - 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-27 03:42:31,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-27 03:42:31,112 - 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-27 03:42:31,114 - 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': '55daa18f-09e8-4e23-8942-50b97b3e2bc7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-24be3f25-a01d-4554-84fe-0f3a586c010a', 'flavor_name': 'rally-tiny-24be3f25-a01d-4554-84fe-0f3a586c010a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-24be3f25-a01d-4554-84fe-0f3a586c010a', '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-27 03:43:24,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f 2018-03-27 03:43:24,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f'] 2018-03-27 03:43:25,956 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f: 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 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f 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 | 2.161 | 2.161 | 2.161 | 2.161 | 2.161 | 2.161 | 100.0% | 1 | | quotas.delete_quotas | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 100.0% | 1 | | -> duration | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.354231 Full duration: 10.044837 -------------------------------------------------------------------------------- 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 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f 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.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789869 Full duration: 8.876238 -------------------------------------------------------------------------------- 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 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f 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.413 | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807839 Full duration: 8.879764 -------------------------------------------------------------------------------- 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 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f 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 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | total | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | -> duration | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.018917 Full duration: 9.81864 HINTS: * To plot HTML graphics with this data, run: rally task report 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f --out output.html * To generate a JUnit report, run: rally task export 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f --json --out output.json 2018-03-27 03:43:25,957 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f'] 2018-03-27 03:43:26,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-27 03:43:26,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '22c9ed3e-5b25-4e84-80e2-2ea9ab7a7b6f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-27 03:43:26,886 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-27 03:43:26,892 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:48 | 6 | 100.00% | | glance | 01:49 | 4 | 100.00% | | cinder | 03:15 | 10 | 100.00% | | heat | 01:10 | 4 | 100.00% | | keystone | 02:57 | 11 | 100.00% | | neutron | 06:24 | 11 | 100.00% | | nova | 02:59 | 1 | 0.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:02 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-27 03:43:26,892 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-27 03:43:42,864 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-27 03:43:42,865 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-27 03:43:43,384 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 03:43:43,384 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:12 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-27 03:43:43,388 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-27 03:43:43,389 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-27 03:43:43,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-27 03:43:45,929 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-27 03:43:45.562 9792 INFO rally.deployment.engine [-] Deployment 9f1b72e3-e32f-4584-862e-2919c87b3979 | Starting: Destroy cloud and free allocated resources. 2018-03-27 03:43:45.659 9792 INFO rally.deployment.engine [-] Deployment 9f1b72e3-e32f-4584-862e-2919c87b3979 | Completed: Destroy cloud and free allocated resources. 2018-03-27 03:43:45.684 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170). 2018-03-27 03:43:45.688 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-27 03:43:48,351 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-27 03:43:48.034 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6868fa4c-11c6-48af-8b2c-b0aa20a3608b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6868fa4c-11c6-48af-8b2c-b0aa20a3608b | 2018-03-27T03:43:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6868fa4c-11c6-48af-8b2c-b0aa20a3608b ~/.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-27 03:43:51,812 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-27 03:43:51,812 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-27 03:43:54,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-27 03:43:53.838 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2ce1c076-0fc3-4c8c-a249-a0fb81ae7170). 2018-03-27 03:43:53.964 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-27 03:43:58,069 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-27 03:43:56.149 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-27 03:43:56.750 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-27 03:43:57.821 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26) has been successfully created! Using verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26) as the default verifier for the future CLI operations. 2018-03-27 03:44:00,877 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-27 03:44:03,012 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-27 03:44:18,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-27 03:44:24,021 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-27 03:44:22.910 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26) for deployment 'opnfv-rally' (UUID=6868fa4c-11c6-48af-8b2c-b0aa20a3608b). 2018-03-27 03:44:23.849 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26) has been successfully configured for deployment 'opnfv-rally' (UUID=6868fa4c-11c6-48af-8b2c-b0aa20a3608b)! 2018-03-27 03:44:24,021 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-27 03:44:24,021 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-27 03:44:24,024 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-27 03:44:26,241 - 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-27 03:44:28,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:28.392 9835 INFO rally.api [-] Starting verification (UUID=5befae4c-9592-4cef-b67d-e14c52bdd9ae) for deployment 'opnfv-rally' (UUID=6868fa4c-11c6-48af-8b2c-b0aa20a3608b) by verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26). 2018-03-27 03:44:28,393 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5befae4c-9592-4cef-b67d-e14c52bdd9ae 2018-03-27 03:44:40,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:40.545 9835 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-27 03:44:40,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:40.766 9835 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.255s] 2018-03-27 03:44:40,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:40.860 9835 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.321s] 2018-03-27 03:44:40,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:40.961 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.216s] 2018-03-27 03:44:41,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:41.022 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2018-03-27 03:44:41,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:41.525 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.133s] 2018-03-27 03:44:42,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:42.149 9835 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.623s] 2018-03-27 03:44:42,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:42.381 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.878s] 2018-03-27 03:44:46,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:46.428 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.000s] 2018-03-27 03:44:46,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:46.583 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.183s] 2018-03-27 03:44:46,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:46.720 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.282s] 2018-03-27 03:44:47,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:47.372 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.096s] 2018-03-27 03:44:47,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:47.437 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.064s] 2018-03-27 03:44:47,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:47.501 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.064s] 2018-03-27 03:44:48,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:48.498 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.069s] 2018-03-27 03:44:49,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:49.345 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [6.964s] 2018-03-27 03:44:49,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:49.810 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.310s] 2018-03-27 03:44:51,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:51.711 9835 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.665s] 2018-03-27 03:44:53,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:53.535 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.949s] 2018-03-27 03:44:56,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:56.120 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.138s] 2018-03-27 03:44:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:56.283 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.162s] 2018-03-27 03:44:57,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:57.976 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [4.441s] 2018-03-27 03:44:58,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:58.482 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.820s] 2018-03-27 03:44:59,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:59.152 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.866s] 2018-03-27 03:44:59,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:59.165 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.014s] 2018-03-27 03:44:59,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:44:59.185 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.019s] 2018-03-27 03:45:00,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:00.922 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.945s] 2018-03-27 03:45:03,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:03.001 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [4.518s] 2018-03-27 03:45:06,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:06.562 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [5.637s] 2018-03-27 03:45:06,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:06.830 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.272s] 2018-03-27 03:45:07,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:07.022 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.192s] 2018-03-27 03:45:21,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:21.619 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [10.448s] 2018-03-27 03:45:22,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:22.414 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-03-27 03:45:26,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:26.538 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [45.994s] 2018-03-27 03:45:29,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:29.134 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [22.570s] 2018-03-27 03:45:30,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:30.340 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [8.720s] 2018-03-27 03:45:32,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:32.632 9835 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [10.216s] 2018-03-27 03:45:35,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:35.175 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [6.040s] 2018-03-27 03:45:35,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:35.617 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.443s] 2018-03-27 03:45:35,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:35.798 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.181s] 2018-03-27 03:45:35,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:35.822 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.023s] 2018-03-27 03:45:35,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:35.845 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.022s] 2018-03-27 03:45:40,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:40.681 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2018-03-27 03:45:40,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:40.696 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2018-03-27 03:45:40,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:40.830 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.134s] 2018-03-27 03:45:40,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:40.842 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-03-27 03:45:40,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:40.854 9835 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-27 03:45:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:40.887 9835 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-27 03:45:40,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:40.950 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-03-27 03:45:41,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:41.013 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-03-27 03:45:41,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:41.266 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.251s] 2018-03-27 03:45:41,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:41.279 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-03-27 03:45:41,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:41.370 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.090s] 2018-03-27 03:45:42,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:42.983 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.744s] 2018-03-27 03:45:43,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:43.496 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.512s] 2018-03-27 03:45:43,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:43.732 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [57.002s] 2018-03-27 03:45:44,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:44.019 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.523s] 2018-03-27 03:45:44,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:44.593 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.572s] 2018-03-27 03:45:44,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:44.867 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.274s] 2018-03-27 03:45:44,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:44.939 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.072s] 2018-03-27 03:45:45,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:45.017 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-03-27 03:45:45,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:45.250 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.233s] 2018-03-27 03:45:45,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:45.322 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.071s] 2018-03-27 03:45:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:45.401 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.080s] 2018-03-27 03:45:45,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:45.553 9835 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.152s] 2018-03-27 03:45:53,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:53.066 9835 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [5.394s] 2018-03-27 03:45:54,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:54.955 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.553s] 2018-03-27 03:45:55,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:55.044 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.089s] 2018-03-27 03:45:55,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:55.658 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.613s] 2018-03-27 03:45:55,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:55.753 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.094s] 2018-03-27 03:45:55,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:45:55.754 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-27 03:46:00,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:00.258 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-03-27 03:46:00,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:00.447 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.188s] 2018-03-27 03:46:00,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:00.506 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.059s] 2018-03-27 03:46:01,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:01.798 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.290s] 2018-03-27 03:46:02,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:02.061 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.262s] 2018-03-27 03:46:03,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:03.094 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.030s] 2018-03-27 03:46:03,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:03.287 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.194s] 2018-03-27 03:46:03,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:03.503 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.216s] 2018-03-27 03:46:03,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:03.698 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.194s] 2018-03-27 03:46:03,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:03.756 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.058s] 2018-03-27 03:46:03,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:03.964 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.205s] 2018-03-27 03:46:04,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:04.228 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.264s] 2018-03-27 03:46:04,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:04.456 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.227s] 2018-03-27 03:46:04,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:04.526 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.070s] 2018-03-27 03:46:04,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:04.576 9835 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-03-27 03:46:05,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:05.170 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.374s] 2018-03-27 03:46:05,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:05.658 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.838s] 2018-03-27 03:46:11,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:11.026 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.367s] 2018-03-27 03:46:11,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:11.147 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.460s] 2018-03-27 03:46:12,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:12.060 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.890s] 2018-03-27 03:46:12,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:12.512 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.364s] 2018-03-27 03:46:14,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:14.015 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.954s] 2018-03-27 03:46:14,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:14.236 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.221s] 2018-03-27 03:46:14,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:14.417 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.903s] 2018-03-27 03:46:14,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:14.449 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.212s] 2018-03-27 03:46:14,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:14.589 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.139s] 2018-03-27 03:46:14,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:14.772 9835 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.182s] 2018-03-27 03:46:15,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:15.747 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.721s] 2018-03-27 03:46:15,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:15.956 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.539s] 2018-03-27 03:46:17,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:17.310 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.352s] 2018-03-27 03:46:18,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:18.616 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.305s] 2018-03-27 03:46:19,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:19.144 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.528s] 2018-03-27 03:46:19,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:19.887 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.741s] 2018-03-27 03:46:20,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:20.546 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.657s] 2018-03-27 03:46:22,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:22.069 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.521s] 2018-03-27 03:46:22,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:22.669 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.921s] 2018-03-27 03:46:22,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:22.778 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.709s] 2018-03-27 03:46:23,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:23.471 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.691s] 2018-03-27 03:46:23,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:23.870 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.399s] 2018-03-27 03:46:25,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:25.033 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.161s] 2018-03-27 03:46:25,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:25.258 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.226s] 2018-03-27 03:46:25,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:25.942 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.682s] 2018-03-27 03:46:26,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:26.475 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.533s] 2018-03-27 03:46:27,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:27.031 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.554s] 2018-03-27 03:46:27,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:27.930 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.261s] 2018-03-27 03:46:28,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:28.476 9835 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.155s] 2018-03-27 03:46:32,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:32.009 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [19.753s] 2018-03-27 03:46:33,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:33.863 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.932s] 2018-03-27 03:46:37,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:37.648 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [84.106s] 2018-03-27 03:46:38,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:38.717 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.072s] 2018-03-27 03:46:39,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:39.444 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.579s] 2018-03-27 03:46:42,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:42.047 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [112.219s] 2018-03-27 03:46:43,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:43.924 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.916s] 2018-03-27 03:46:48,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:48.838 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.393s] 2018-03-27 03:46:50,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:50.855 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [67.110s] 2018-03-27 03:46:54,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:54.095 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.088s] 2018-03-27 03:46:54,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:54.426 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.331s] 2018-03-27 03:46:54,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:54.477 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.638s] 2018-03-27 03:46:54,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:54.641 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.215s] 2018-03-27 03:46:54,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:54.772 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.295s] 2018-03-27 03:46:55,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.105 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.332s] 2018-03-27 03:46:55,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.208 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.566s] 2018-03-27 03:46:55,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.388 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.282s] 2018-03-27 03:46:55,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.595 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.205s] 2018-03-27 03:46:55,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.670 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.460s] 2018-03-27 03:46:55,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.725 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.130s] 2018-03-27 03:46:55,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.945 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.219s] 2018-03-27 03:46:55,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:55.997 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2018-03-27 03:46:56,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:56.206 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.208s] 2018-03-27 03:46:56,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:46:56.304 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.634s] 2018-03-27 03:47:03,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:03.645 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.438s] 2018-03-27 03:47:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:07.780 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.238s] 2018-03-27 03:47:08,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:08.037 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.257s] 2018-03-27 03:47:08,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:08.534 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.675s] 2018-03-27 03:47:09,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:09.937 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.071s] 2018-03-27 03:47:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:10.292 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [96.467s] 2018-03-27 03:47:12,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:12.800 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.863s] 2018-03-27 03:47:21,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:21.922 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [9.117s] 2018-03-27 03:47:23,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:23.058 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.138s] 2018-03-27 03:47:26,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:26.393 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.332s] 2018-03-27 03:47:27,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:27.658 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.265s] 2018-03-27 03:47:29,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:29.870 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.209s] 2018-03-27 03:47:29,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:29.933 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.064s] 2018-03-27 03:47:29,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:29.985 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.621s] 2018-03-27 03:47:30,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:30.071 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.086s] 2018-03-27 03:47:30,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:30.565 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.493s] 2018-03-27 03:47:30,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:30.664 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-03-27 03:47:30,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:30.665 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-27 03:47:32,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:32.789 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [15.956s] 2018-03-27 03:47:35,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:35.213 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [51.280s] 2018-03-27 03:47:51,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:51.142 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [18.350s] 2018-03-27 03:47:59,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:47:59.796 9835 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.154s] 2018-03-27 03:48:07,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:07.255 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [32.037s] 2018-03-27 03:48:21,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:21.158 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [70.856s] 2018-03-27 03:48:29,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:29.828 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [81.274s] 2018-03-27 03:48:34,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:34.949 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.335s] 2018-03-27 03:48:35,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:35.301 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.352s] 2018-03-27 03:48:40,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:40.059 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.161s] 2018-03-27 03:48:40,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:40.227 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.167s] 2018-03-27 03:48:40,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:40.419 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.191s] 2018-03-27 03:48:40,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:40.592 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.172s] 2018-03-27 03:48:40,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:40.743 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.151s] 2018-03-27 03:48:40,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:40.904 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.159s] 2018-03-27 03:48:40,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:40.956 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.052s] 2018-03-27 03:48:41,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.131 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.174s] 2018-03-27 03:48:41,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.142 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-03-27 03:48:41,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.333 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.189s] 2018-03-27 03:48:41,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.501 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.168s] 2018-03-27 03:48:41,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.546 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.045s] 2018-03-27 03:48:41,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.600 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.053s] 2018-03-27 03:48:41,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.781 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.179s] 2018-03-27 03:48:41,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:41.819 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-03-27 03:48:42,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:42.286 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.466s] 2018-03-27 03:48:42,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:42.326 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.041s] 2018-03-27 03:48:42,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:42.503 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.176s] 2018-03-27 03:48:42,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:42.652 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.149s] 2018-03-27 03:48:42,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:42.848 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.195s] 2018-03-27 03:48:43,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:43.033 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.184s] 2018-03-27 03:48:43,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:43.063 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.127s] 2018-03-27 03:48:43,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:43.066 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-03-27 03:48:43,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:48:43.098 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-03-27 03:49:02,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:02.305 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.140s] 2018-03-27 03:49:02,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:02.464 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.157s] 2018-03-27 03:49:02,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:02.533 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [19.466s] 2018-03-27 03:49:02,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:02.661 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.197s] 2018-03-27 03:49:02,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:02.834 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.172s] 2018-03-27 03:49:03,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:03.017 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.182s] 2018-03-27 03:49:03,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:03.355 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.337s] 2018-03-27 03:49:03,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:03.691 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.335s] 2018-03-27 03:49:03,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:03.968 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.277s] 2018-03-27 03:49:04,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:04.100 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.130s] 2018-03-27 03:49:04,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:04.143 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-03-27 03:49:28,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:49:28.718 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [26.181s] 2018-03-27 03:49:34,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5befae4c-9592-4cef-b67d-e14c52bdd9ae']'. 2018-03-27 03:49:35,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5befae4c-9592-4cef-b67d-e14c52bdd9ae | 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-27 03:44:28 | 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-27 03:49:33 | 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:05 | 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-27 03:49:35,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 77bb47e6-6d36-4c65-85cb-403e02d6ee26) | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6868fa4c-11c6-48af-8b2c-b0aa20a3608b) | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 292.027 | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 204 | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-27 03:49:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-27 03:49:35,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 03:49:35,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-27 03:49:35,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-27 03:49:50,904 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 03:49:50,905 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:50 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-27 03:49:50,910 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-27 03:49:51,011 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-27 03:49:53,522 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-27 03:49:53.055 9947 INFO rally.deployment.engine [-] Deployment 6868fa4c-11c6-48af-8b2c-b0aa20a3608b | Starting: Destroy cloud and free allocated resources. 2018-03-27 03:49:53.158 9947 INFO rally.deployment.engine [-] Deployment 6868fa4c-11c6-48af-8b2c-b0aa20a3608b | Completed: Destroy cloud and free allocated resources. 2018-03-27 03:49:53.195 9947 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26) for deployment 'opnfv-rally'. 2018-03-27 03:49:53.214 9947 INFO rally.api [-] Deleting verification (UUID=5befae4c-9592-4cef-b67d-e14c52bdd9ae). 2018-03-27 03:49:53.261 9947 INFO rally.api [-] Verification has been successfully deleted! 2018-03-27 03:49:53.262 9947 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26). 2018-03-27 03:49:53.275 9947 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-27 03:49:55,912 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-27 03:49:55.560 9950 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a4e48372-3ad7-443e-ab9b-7ab8d8a58fce) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a4e48372-3ad7-443e-ab9b-7ab8d8a58fce | 2018-03-27T03:49:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a4e48372-3ad7-443e-ab9b-7ab8d8a58fce ~/.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-27 03:49:59,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-27 03:49:59,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-27 03:50:01,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-27 03:50:01.179 9956 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=77bb47e6-6d36-4c65-85cb-403e02d6ee26). 2018-03-27 03:50:01.320 9956 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-27 03:50:04,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-27 03:50:03.500 9959 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-27 03:50:03.680 9959 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-27 03:50:04.769 9959 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845) as the default verifier for the future CLI operations. 2018-03-27 03:50:08,040 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-27 03:50:10,393 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-27 03:50:21,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-27 03:50:26,695 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-27 03:50:25.642 9978 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845) for deployment 'opnfv-rally' (UUID=a4e48372-3ad7-443e-ab9b-7ab8d8a58fce). 2018-03-27 03:50:26.526 9978 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845) has been successfully configured for deployment 'opnfv-rally' (UUID=a4e48372-3ad7-443e-ab9b-7ab8d8a58fce)! 2018-03-27 03:50:26,695 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-27 03:50:26,695 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-27 03:50:26,698 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-27 03:50:26,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-27 03:50:30,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e48f034b-a350-4318-8723-069b14a46845/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-27 03:50:30,267 - 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-27 03:50:32,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 03:50:32.369 9987 INFO rally.api [-] Starting verification (UUID=76768c3d-3e9b-4be2-878f-693360f0c508) for deployment 'opnfv-rally' (UUID=a4e48372-3ad7-443e-ab9b-7ab8d8a58fce) by verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845). 2018-03-27 03:50:32,371 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 76768c3d-3e9b-4be2-878f-693360f0c508 2018-03-27 03:53:42,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '76768c3d-3e9b-4be2-878f-693360f0c508']'. 2018-03-27 03:53:43,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 76768c3d-3e9b-4be2-878f-693360f0c508 | 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-27 03:50:32 | 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-27 03:53:42 | 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:10 | 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-27 03:53:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e48f034b-a350-4318-8723-069b14a46845) | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a4e48372-3ad7-443e-ab9b-7ab8d8a58fce) | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 176.398 | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-27 03:53:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-27 03:53:43,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 03:53:43,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-27 03:53:43,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-27 03:53:56,347 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 03:53:56,348 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-27 03:53:56,352 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-27 03:53:57,280 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-27 05:16:36,656 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'62ceb828-8fea-437e-9a5d-03d29bce09f7' != u'43505f31-d605-4f3d-ad8d-f4de4ae59f97' - 62ceb828-8fea-437e-9a5d-03d29bce09f7 + 43505f31-d605-4f3d-ad8d-f4de4ae59f97 ---------------------------------------------------------------------- Ran 119 tests in 4959.302s FAILED (failures=1) 2018-03-27 05:16:36,836 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 05:16:36,837 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:39 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-27 05:16:36,840 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-27 05:16:36,841 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-27 05:16:36,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-27 05:16:39,534 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-27 05:16:39.027 10214 INFO rally.deployment.engine [-] Deployment a4e48372-3ad7-443e-ab9b-7ab8d8a58fce | Starting: Destroy cloud and free allocated resources. 2018-03-27 05:16:39.115 10214 INFO rally.deployment.engine [-] Deployment a4e48372-3ad7-443e-ab9b-7ab8d8a58fce | Completed: Destroy cloud and free allocated resources. 2018-03-27 05:16:39.177 10214 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845) for deployment 'opnfv-rally'. 2018-03-27 05:16:39.210 10214 INFO rally.api [-] Deleting verification (UUID=76768c3d-3e9b-4be2-878f-693360f0c508). 2018-03-27 05:16:39.259 10214 INFO rally.api [-] Verification has been successfully deleted! 2018-03-27 05:16:39.259 10214 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845). 2018-03-27 05:16:39.272 10214 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-27 05:16:41,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-27 05:16:41.557 10217 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=faaf1946-fc5e-4d62-8292-5cc7d6bbbf36) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | faaf1946-fc5e-4d62-8292-5cc7d6bbbf36 | 2018-03-27T05:16:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: faaf1946-fc5e-4d62-8292-5cc7d6bbbf36 ~/.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-27 05:16:45,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-27 05:16:45,263 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-27 05:16:47,754 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-27 05:16:47.403 10223 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e48f034b-a350-4318-8723-069b14a46845). 2018-03-27 05:16:47.540 10223 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-27 05:16:51,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-27 05:16:49.823 10226 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-27 05:16:50.008 10226 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-27 05:16:51.043 10226 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e662ba9-3c0c-4179-b2bc-74936fdfda67) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0e662ba9-3c0c-4179-b2bc-74936fdfda67) as the default verifier for the future CLI operations. 2018-03-27 05:16:54,387 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-27 05:16:57,071 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-27 05:17:08,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-27 05:17:14,542 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-27 05:17:13.492 10245 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0e662ba9-3c0c-4179-b2bc-74936fdfda67) for deployment 'opnfv-rally' (UUID=faaf1946-fc5e-4d62-8292-5cc7d6bbbf36). 2018-03-27 05:17:14.351 10245 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e662ba9-3c0c-4179-b2bc-74936fdfda67) has been successfully configured for deployment 'opnfv-rally' (UUID=faaf1946-fc5e-4d62-8292-5cc7d6bbbf36)! 2018-03-27 05:17:14,542 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-27 05:17:14,542 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-27 05:17:14,545 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-27 05:17:14,555 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-27 05:17:17,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0e662ba9-3c0c-4179-b2bc-74936fdfda67/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-27 05:17:17,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-27 05:17:17,615 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-27 05:17:17,616 - 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-27 05:17:19,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-27 05:17:19.672 10254 INFO rally.api [-] Starting verification (UUID=bc6c1e1e-3b71-4de3-9798-0249495756e1) for deployment 'opnfv-rally' (UUID=faaf1946-fc5e-4d62-8292-5cc7d6bbbf36) by verifier 'opnfv-tempest' (UUID=0e662ba9-3c0c-4179-b2bc-74936fdfda67). 2018-03-27 05:17:19,673 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bc6c1e1e-3b71-4de3-9798-0249495756e1 2018-03-27 05:19:59,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bc6c1e1e-3b71-4de3-9798-0249495756e1']'. 2018-03-27 05:20:00,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bc6c1e1e-3b71-4de3-9798-0249495756e1 | 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-27 05:17:19 | 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-27 05:19:58 | 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:39 | 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-27 05:20:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0e662ba9-3c0c-4179-b2bc-74936fdfda67) | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: faaf1946-fc5e-4d62-8292-5cc7d6bbbf36) | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 127.755 | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-27 05:20:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-27 05:20:00,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-27 05:20:00,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-27 05:20:00,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-27 05:20:11,793 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 05:20:11,793 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:17 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-27 05:20:11,798 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:22 | PASS | | vping_userdata | functest | smoke | 00:55 | PASS | | tempest_smoke_serial | functest | smoke | 18:49 | PASS | | rally_sanity | functest | smoke | 24:12 | FAIL | | refstack_defcore | functest | smoke | 05:50 | PASS | | patrole | functest | smoke | 03:48 | PASS | | snaps_smoke | functest | smoke | 82:39 | FAIL | | neutron_trunk | functest | smoke | 03:17 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-27 05:20:11,805 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-27 05:20:15,034 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-27 05:20:15,037 - 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=4HycGpQERHJfXAqBA4uHKJYkP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-27 05:20:15,037 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-27 05:20:15,038 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-03-27 05:20:15,038 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-27 05:20:15,039 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-27 05:23:54,371 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-27 05:23:54,509 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 05:23:54,509 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:39 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-27 05:23:54,513 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-27 06:11:14,477 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-27 06:11:14,631 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 06:11:14,632 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 47:20 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-27 06:11:14,634 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-27 06:11:14,635 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:39 | PASS | | barometercollectd | barometer | features | 47:20 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-27 06:11:14,656 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-27 06:12:31,150 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-27 06:12:31,152 - 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=4HycGpQERHJfXAqBA4uHKJYkP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-27 06:12:31,152 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-27 06:12:31,152 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-27 06:12:31,153 - 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-27 06:12:31,154 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-27 06:12:33,646 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-61 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-27 06:12:33,648 - 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=4HycGpQERHJfXAqBA4uHKJYkP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-27 06:12:33,649 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-27 06:12:33,649 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-27 06:12:33,650 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-27 06:12:33,650 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-27 06:16:30,096 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-27 06:16:30,236 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-27 06:16:30,236 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:56 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-27 06:16:30,239 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:56 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-27 06:16:30,240 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK