2018-03-11 15:14:14,406 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-11 15:14:14,407 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-03-11 15:14:14,774 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-11 15:14:15,143 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-11 15:14:15,143 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-03-11 15:14:15,512 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-03-11 15:14:15,513 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-03-11 15:14:15,958 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-03-11 15:14:15,958 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-03-11 15:14:16,393 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-03-11 15:14:16,393 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-03-11 15:14:17,642 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-11 15:14:19,307 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-11 15:14:19,362 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-11 15:14:20,652 - functest.ci.check_deployment - INFO - External network found: external 2018-03-11 15:14:27,851 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-5 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 15:14:27,855 - 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=6dEUfnwyZxyhrJZhQqg6Rp78Y export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 15:14:27,855 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 15:14:27,857 - 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-11 15:14:27,858 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-11 15:14:27,859 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-11 15:14:29,808 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 15:14:37,603 - 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 7.792s OK 2018-03-11 15:14:37,732 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 15:14:37,732 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-11 15:14:37,736 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-11 15:14:38,424 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 15:24:46,388 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 83 tests in 607.955s OK 2018-03-11 15:24:46,507 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 15:24:46,507 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 10:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 15:24:46,511 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-11 15:24:47,357 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 15:25:22,407 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 35.049s OK 2018-03-11 15:25:22,521 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 15:25:22,522 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-11 15:25:22,527 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 10:08 | PASS | | snaps_health_check | functest | healthcheck | 00:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-11 15:25:22,530 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 15:25:27,193 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-5 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 15:25:27,197 - 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=6dEUfnwyZxyhrJZhQqg6Rp78Y export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 15:25:27,197 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 15:25:27,199 - 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 odl snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-03-11 15:25:27,201 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-11 15:25:27,201 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-11 15:25:33,860 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-11 15:25:33,860 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-11 15:25:33,860 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-11 15:25:33' 2018-03-11 15:25:33,860 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:25:35,653 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:25:38,772 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:25:43,713 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:25:44,386 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:25:45,040 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:25:50,698 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:25:53,782 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-535c96ec-85c9-4261-ad10-5f10278e53ef' 2018-03-11 15:26:10,545 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-11 15:26:15,005 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-11 15:26:15,147 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-11 15:26:16,154 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-11 15:26:30,964 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 15:26:30,964 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 15:26:30,969 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-11 15:26:31,064 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-11 15:26:31,064 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-11 15:26:31' 2018-03-11 15:26:31,064 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--a5d0c523-ebf3-4908-8f20-c0dbd50d15bd' 2018-03-11 15:26:32,809 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-a5d0c523-ebf3-4908-8f20-c0dbd50d15bd' 2018-03-11 15:26:34,810 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-a5d0c523-ebf3-4908-8f20-c0dbd50d15bd' 2018-03-11 15:26:39,926 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-a5d0c523-ebf3-4908-8f20-c0dbd50d15bd' 2018-03-11 15:26:40,515 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-a5d0c523-ebf3-4908-8f20-c0dbd50d15bd' 2018-03-11 15:26:46,299 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-a5d0c523-ebf3-4908-8f20-c0dbd50d15bd' 2018-03-11 15:26:52,892 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-11 15:27:01,406 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-11 15:27:03,630 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.6. Waiting for response... 2018-03-11 15:27:06,141 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-11 15:27:23,463 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 15:27:23,464 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:35 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-11 15:27:23,468 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-11 15:27:23,557 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 15:27:29,083 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 15:27:31,478 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 15:27:34,705 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 15:27:36,799 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 15:27:43,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 15:27:45,402 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 15:27:48,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 15:27:48,123 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 15:27:51,159 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 15:27:51,159 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 15:27:51,162 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 15:27:51,176 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-11 15:27:51,176 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-d0fe4796-0fb9-4dea-9c32-d65e0759d6d0/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-03-11 15:27:53,712 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-11 15:27:53,714 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-11 15:27:53,715 - 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-11 15:27:55,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:27:55.797 61 INFO rally.api [-] Starting verification (UUID=fc7c68d1-c842-4d58-aacd-22aaa4209c61) for deployment 'opnfv-rally' (UUID=3cd745e1-daa7-45f2-af96-677f29c2ee32) by verifier 'opnfv-tempest' (UUID=d0fe4796-0fb9-4dea-9c32-d65e0759d6d0). 2018-03-11 15:27:55,799 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fc7c68d1-c842-4d58-aacd-22aaa4209c61 2018-03-11 15:28:01,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:01.682 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.159s] 2018-03-11 15:28:01,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:01.741 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-03-11 15:28:07,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:07.207 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.824s] 2018-03-11 15:28:09,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:09.001 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.792s] 2018-03-11 15:28:16,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:16.957 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.486s] 2018-03-11 15:28:29,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:29.644 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.564s] 2018-03-11 15:28:56,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:56.434 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-03-11 15:28:56,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:28:56.436 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-11 15:29:20,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:29:20.412 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.079s] 2018-03-11 15:29:20,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:29:20.413 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-11 15:29:45,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:29:45.269 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-03-11 15:29:45,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:29:45.271 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-11 15:31:17,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:17.181 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [69.005s] 2018-03-11 15:31:35,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:35.226 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.047s] 2018-03-11 15:31:35,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:35.323 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-03-11 15:31:42,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:42.198 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.638s] 2018-03-11 15:31:42,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:42.208 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-11 15:31:43,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:43.660 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-11 15:31:43,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:43.662 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-11 15:31:47,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:47.610 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.358s] 2018-03-11 15:31:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:53.132 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2018-03-11 15:31:59,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:31:59.427 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.556s] 2018-03-11 15:32:06,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:06.021 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.399s] 2018-03-11 15:32:14,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:14.131 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.922s] 2018-03-11 15:32:19,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:19.397 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.334s] 2018-03-11 15:32:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:24.432 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2018-03-11 15:32:30,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:30.856 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.489s] 2018-03-11 15:32:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:37.307 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.445s] 2018-03-11 15:32:44,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:44.849 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.638s] 2018-03-11 15:32:47,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:47.322 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-11 15:32:49,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:49.254 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-03-11 15:32:49,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:49.323 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-03-11 15:32:49,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:49.405 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.082s] 2018-03-11 15:32:49,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:49.411 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-11 15:32:52,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:52.824 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.299s] 2018-03-11 15:32:53,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:53.912 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.087s] 2018-03-11 15:32:54,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:32:54.892 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.979s] 2018-03-11 15:33:00,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:00.674 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-11 15:33:05,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:05.365 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.372s] 2018-03-11 15:33:16,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:16.055 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.301s] 2018-03-11 15:33:18,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:18.763 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.706s] 2018-03-11 15:33:29,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:29.073 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.665s] 2018-03-11 15:33:32,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:32.040 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.965s] 2018-03-11 15:33:39,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:39.367 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.326s] 2018-03-11 15:33:47,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:47.413 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.651s] 2018-03-11 15:33:50,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:50.077 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.663s] 2018-03-11 15:33:55,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:33:55.081 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.004s] 2018-03-11 15:34:08,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:08.183 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.802s] 2018-03-11 15:34:08,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:08.443 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.260s] 2018-03-11 15:34:08,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:08.550 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.106s] 2018-03-11 15:34:08,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:08.600 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.050s] 2018-03-11 15:34:08,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:08.698 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.097s] 2018-03-11 15:34:08,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:08.770 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.072s] 2018-03-11 15:34:19,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:19.800 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.525s] 2018-03-11 15:34:20,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:20.076 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.276s] 2018-03-11 15:34:20,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:20.197 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.120s] 2018-03-11 15:34:20,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:20.246 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.048s] 2018-03-11 15:34:20,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:20.478 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.231s] 2018-03-11 15:34:20,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:20.662 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.184s] 2018-03-11 15:34:30,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:30.274 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.313s] 2018-03-11 15:34:34,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:34.578 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.304s] 2018-03-11 15:34:36,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:36.127 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.549s] 2018-03-11 15:34:36,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:36.184 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2018-03-11 15:34:36,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:36.235 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-03-11 15:34:46,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:46.019 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.369s] 2018-03-11 15:34:50,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:50.680 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.660s] 2018-03-11 15:34:52,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:52.261 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.580s] 2018-03-11 15:34:52,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:52.316 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-03-11 15:34:52,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:34:52.570 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.254s] 2018-03-11 15:35:05,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:05.226 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.779s] 2018-03-11 15:35:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:09.865 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.639s] 2018-03-11 15:35:13,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:13.607 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.742s] 2018-03-11 15:35:16,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:16.528 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.920s] 2018-03-11 15:35:34,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:34.468 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.110s] 2018-03-11 15:35:39,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:39.052 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.584s] 2018-03-11 15:35:42,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:42.424 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.371s] 2018-03-11 15:35:48,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:48.641 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.216s] 2018-03-11 15:35:59,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:35:59.870 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.268s] 2018-03-11 15:36:01,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:01.559 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.686s] 2018-03-11 15:36:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:01.607 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.051s] 2018-03-11 15:36:05,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:05.810 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.267s] 2018-03-11 15:36:07,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:07.559 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.747s] 2018-03-11 15:36:07,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:07.610 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-03-11 15:36:11,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:11.501 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.931s] 2018-03-11 15:36:14,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:14.750 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-11 15:36:15,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:15.824 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-11 15:36:15,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:15.830 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-11 15:36:15,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:15.831 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-11 15:36:15,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:15.831 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-11 15:36:15,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:15.832 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-11 15:36:17,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:17.687 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-03-11 15:36:31,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:31.474 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.074s] 2018-03-11 15:36:43,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:43.001 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.875s] 2018-03-11 15:36:52,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:36:52.185 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.182s] 2018-03-11 15:37:00,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:37:00.022 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.170s] 2018-03-11 15:37:48,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:37:48.757 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [42.953s] 2018-03-11 15:38:20,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:38:20.431 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [23.903s] 2018-03-11 15:38:53,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 15:38:53.363 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [17.851s] 2018-03-11 15:39:05,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fc7c68d1-c842-4d58-aacd-22aaa4209c61']'. 2018-03-11 15:39:06,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-11 15:39:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-11 15:39:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 15:39:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fc7c68d1-c842-4d58-aacd-22aaa4209c61 | 2018-03-11 15:39:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-11 15:39:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-11 15:27:55 | 2018-03-11 15:39:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-11 15:39:05 | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:10 | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d0fe4796-0fb9-4dea-9c32-d65e0759d6d0) | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3cd745e1-daa7-45f2-af96-677f29c2ee32) | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 653.859 | 2018-03-11 15:39:06,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-11 15:39:06,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-11 15:39:06,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-11 15:39:06,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-11 15:39:06,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-11 15:39:06,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 15:39:06,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-11 15:39:06,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-11 15:39:10,491 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 15:39:10,491 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:27 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-11 15:39:10,496 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-11 15:39:10,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 15:39:13,072 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 15:39:15,238 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 15:39:18,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-11 15:39:19,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1'... 2018-03-11 15:39:21,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-7593f11c-82e9-471e-8700-e9a3f7496fa1'... 2018-03-11 15:39:24,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-7593f11c-82e9-471e-8700-e9a3f7496fa1'... 2018-03-11 15:39:28,896 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1'... 2018-03-11 15:39:29,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1'... 2018-03-11 15:39:30,067 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-11 15:39:30,079 - 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-11 15:39:30,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:39:30,122 - 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-11 15:39:30,128 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:40:29,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 646f479a-c25f-4677-a3fd-59640771412f 2018-03-11 15:40:29,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-11 15:40:29,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '646f479a-c25f-4677-a3fd-59640771412f'] 2018-03-11 15:40:30,583 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 646f479a-c25f-4677-a3fd-59640771412f: 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 646f479a-c25f-4677-a3fd-59640771412f 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | total | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | -> duration | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.468204 Full duration: 6.430806 -------------------------------------------------------------------------------- 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 646f479a-c25f-4677-a3fd-59640771412f 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.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | total | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> duration | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.745084 Full duration: 6.896646 -------------------------------------------------------------------------------- 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 646f479a-c25f-4677-a3fd-59640771412f 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.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627867 Full duration: 6.852809 -------------------------------------------------------------------------------- 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 646f479a-c25f-4677-a3fd-59640771412f 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.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73313 Full duration: 7.117639 -------------------------------------------------------------------------------- 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 646f479a-c25f-4677-a3fd-59640771412f 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.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> duration | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757491 Full duration: 6.858004 -------------------------------------------------------------------------------- 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 646f479a-c25f-4677-a3fd-59640771412f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.656341 Full duration: 6.971617 HINTS: * To plot HTML graphics with this data, run: rally task report 646f479a-c25f-4677-a3fd-59640771412f --out output.html * To generate a JUnit report, run: rally task export 646f479a-c25f-4677-a3fd-59640771412f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 646f479a-c25f-4677-a3fd-59640771412f --json --out output.json 2018-03-11 15:40:30,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '646f479a-c25f-4677-a3fd-59640771412f'] 2018-03-11 15:40:31,373 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:40:31,374 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '646f479a-c25f-4677-a3fd-59640771412f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-11 15:40:31,381 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-11 15:40:31,382 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-11 15:40:31,391 - 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-11 15:40:31,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:40:31,433 - 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-11 15:40:31,435 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:42:18,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b4f39bb2-00c2-4657-9d22-e546d13540b9 2018-03-11 15:42:18,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b4f39bb2-00c2-4657-9d22-e546d13540b9'] 2018-03-11 15:42:19,763 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b4f39bb2-00c2-4657-9d22-e546d13540b9: 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 b4f39bb2-00c2-4657-9d22-e546d13540b9 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 | 2.999 | 2.999 | 2.999 | 2.999 | 2.999 | 2.999 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | glance_v2.delete_image | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | total | 4.188 | 4.188 | 4.188 | 4.188 | 4.188 | 4.188 | 100.0% | 1 | | -> duration | 4.188 | 4.188 | 4.188 | 4.188 | 4.188 | 4.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.188004 Full duration: 11.842334 -------------------------------------------------------------------------------- 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 b4f39bb2-00c2-4657-9d22-e546d13540b9 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.023 | 4.023 | 4.023 | 4.023 | 4.023 | 4.023 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 1.632 | 1.632 | 1.632 | 1.632 | 1.632 | 1.632 | 100.0% | 1 | | glance_v2.list_images | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | total | 4.067 | 4.067 | 4.067 | 4.067 | 4.067 | 4.067 | 100.0% | 1 | | -> duration | 4.067 | 4.067 | 4.067 | 4.067 | 4.067 | 4.067 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.066793 Full duration: 13.970002 -------------------------------------------------------------------------------- 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 b4f39bb2-00c2-4657-9d22-e546d13540b9 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.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | -> duration | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.249046 Full duration: 7.210857 -------------------------------------------------------------------------------- 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-7593f11c-82e9-471e-8700-e9a3f7496fa1" }, "number_instances": 2, "nics": [ { "net-id": "561ccc9a-bb43-4453-a35d-744117c89443" } ] }, "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 b4f39bb2-00c2-4657-9d22-e546d13540b9 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 | 3.122 | 3.122 | 3.122 | 3.122 | 3.122 | 3.122 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | nova.boot_servers | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 100.0% | 1 | | total | 11.512 | 11.512 | 11.512 | 11.512 | 11.512 | 11.512 | 100.0% | 1 | | -> duration | 10.512 | 10.512 | 10.512 | 10.512 | 10.512 | 10.512 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.512205 Full duration: 59.469206 HINTS: * To plot HTML graphics with this data, run: rally task report b4f39bb2-00c2-4657-9d22-e546d13540b9 --out output.html * To generate a JUnit report, run: rally task export b4f39bb2-00c2-4657-9d22-e546d13540b9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b4f39bb2-00c2-4657-9d22-e546d13540b9 --json --out output.json 2018-03-11 15:42:19,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b4f39bb2-00c2-4657-9d22-e546d13540b9'] 2018-03-11 15:42:20,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:42:20,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b4f39bb2-00c2-4657-9d22-e546d13540b9', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-11 15:42:20,762 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-11 15:42:20,763 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-11 15:42:20,764 - 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-11 15:42:20,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:42:20,820 - 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-11 15:42:20,821 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-11 15:42:20,821 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-11 15:42:20,821 - 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-11 15:42:20,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:42:20,857 - 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-11 15:42:20,862 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:45:21,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 2018-03-11 15:45:21,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '46d7f4ee-8a66-4682-83f0-dff9bd6f46a7'] 2018-03-11 15:45:22,070 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7: 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.22 | 3.22 | 3.22 | 3.22 | 3.22 | 3.22 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.407 | 2.407 | 2.407 | 2.407 | 2.407 | 2.407 | 100.0% | 1 | | total | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 100.0% | 1 | | -> duration | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.627873 Full duration: 21.223695 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.104 | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 100.0% | 1 | | cinder_v2.delete_volume | 2.517 | 2.517 | 2.517 | 2.517 | 2.517 | 2.517 | 100.0% | 1 | | total | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 100.0% | 1 | | -> duration | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.620808 Full duration: 14.831021 -------------------------------------------------------------------------------- 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-7593f11c-82e9-471e-8700-e9a3f7496fa1" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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 | 7.668 | 7.668 | 7.668 | 7.668 | 7.668 | 7.668 | 100.0% | 1 | | cinder_v2.delete_volume | 2.424 | 2.424 | 2.424 | 2.424 | 2.424 | 2.424 | 100.0% | 1 | | total | 10.093 | 10.093 | 10.093 | 10.093 | 10.093 | 10.093 | 100.0% | 1 | | -> duration | 10.093 | 10.093 | 10.093 | 10.093 | 10.093 | 10.093 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.093132 Full duration: 19.759426 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.041 | 3.041 | 3.041 | 3.041 | 3.041 | 3.041 | 100.0% | 1 | | cinder_v2.delete_volume | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 100.0% | 1 | | total | 5.334 | 5.334 | 5.334 | 5.334 | 5.334 | 5.334 | 100.0% | 1 | | -> duration | 5.334 | 5.334 | 5.334 | 5.334 | 5.334 | 5.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.334425 Full duration: 14.400921 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.167 | 3.167 | 3.167 | 3.167 | 3.167 | 3.167 | 100.0% | 1 | | cinder_v2.extend_volume | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 100.0% | 1 | | cinder_v2.delete_volume | 2.172 | 2.172 | 2.172 | 2.172 | 2.172 | 2.172 | 100.0% | 1 | | total | 7.936 | 7.936 | 7.936 | 7.936 | 7.936 | 7.936 | 100.0% | 1 | | -> duration | 7.936 | 7.936 | 7.936 | 7.936 | 7.936 | 7.936 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.93577 Full duration: 17.195712 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.11 | 3.11 | 3.11 | 3.11 | 3.11 | 3.11 | 100.0% | 1 | | cinder_v2.delete_volume | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 100.0% | 1 | | total | 5.554 | 5.554 | 5.554 | 5.554 | 5.554 | 5.554 | 100.0% | 1 | | -> duration | 5.554 | 5.554 | 5.554 | 5.554 | 5.554 | 5.554 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.554258 Full duration: 21.794399 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | cinder_v2.list_qos | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734867 Full duration: 11.229837 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | cinder_v2.set_qos | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736912 Full duration: 11.422487 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | cinder_v2.list_types | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724428 Full duration: 11.425248 -------------------------------------------------------------------------------- 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 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794718 Full duration: 11.140493 HINTS: * To plot HTML graphics with this data, run: rally task report 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 --out output.html * To generate a JUnit report, run: rally task export 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 46d7f4ee-8a66-4682-83f0-dff9bd6f46a7 --json --out output.json 2018-03-11 15:45:22,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '46d7f4ee-8a66-4682-83f0-dff9bd6f46a7'] 2018-03-11 15:45:23,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:45:23,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '46d7f4ee-8a66-4682-83f0-dff9bd6f46a7', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-11 15:45:23,075 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-11 15:45:23,075 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-11 15:45:23,076 - 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-11 15:45:23,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:45:23,110 - 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-11 15:45:23,112 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:46:37,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eba5dac2-0128-4d99-8c77-272bb318af3c 2018-03-11 15:46:37,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'eba5dac2-0128-4d99-8c77-272bb318af3c'] 2018-03-11 15:46:38,067 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task eba5dac2-0128-4d99-8c77-272bb318af3c: 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 eba5dac2-0128-4d99-8c77-272bb318af3c 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.524 | 4.524 | 4.524 | 4.524 | 4.524 | 4.524 | 100.0% | 1 | | heat.update_stack | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 100.0% | 1 | | heat.delete_stack | 2.212 | 2.212 | 2.212 | 2.212 | 2.212 | 2.212 | 100.0% | 1 | | total | 9.135 | 9.135 | 9.135 | 9.135 | 9.135 | 9.135 | 100.0% | 1 | | -> duration | 5.135 | 5.135 | 5.135 | 5.135 | 5.135 | 5.135 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.135219 Full duration: 17.129662 -------------------------------------------------------------------------------- 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 eba5dac2-0128-4d99-8c77-272bb318af3c 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.403 | 4.403 | 4.403 | 4.403 | 4.403 | 4.403 | 100.0% | 1 | | heat.check_stack | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | heat.delete_stack | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | total | 7.218 | 7.218 | 7.218 | 7.218 | 7.218 | 7.218 | 100.0% | 1 | | -> duration | 5.218 | 5.218 | 5.218 | 5.218 | 5.218 | 5.218 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.21768 Full duration: 14.846869 -------------------------------------------------------------------------------- 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 eba5dac2-0128-4d99-8c77-272bb318af3c 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.391 | 4.391 | 4.391 | 4.391 | 4.391 | 4.391 | 100.0% | 1 | | heat.suspend_stack | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | heat.resume_stack | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | heat.delete_stack | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | total | 8.602 | 8.602 | 8.602 | 8.602 | 8.602 | 8.602 | 100.0% | 1 | | -> duration | 6.602 | 6.602 | 6.602 | 6.602 | 6.602 | 6.602 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.601838 Full duration: 17.524665 -------------------------------------------------------------------------------- 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 eba5dac2-0128-4d99-8c77-272bb318af3c 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.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.560936 Full duration: 7.609621 HINTS: * To plot HTML graphics with this data, run: rally task report eba5dac2-0128-4d99-8c77-272bb318af3c --out output.html * To generate a JUnit report, run: rally task export eba5dac2-0128-4d99-8c77-272bb318af3c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eba5dac2-0128-4d99-8c77-272bb318af3c --json --out output.json 2018-03-11 15:46:38,067 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'eba5dac2-0128-4d99-8c77-272bb318af3c'] 2018-03-11 15:46:38,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:46:38,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'eba5dac2-0128-4d99-8c77-272bb318af3c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-11 15:46:38,989 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-11 15:46:38,989 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-11 15:46:38,989 - 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-11 15:46:38,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:46:39,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-11 15:46:39,034 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:49:36,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dca7fcf4-7348-403e-8fd5-d7e316df94d8 2018-03-11 15:49:36,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dca7fcf4-7348-403e-8fd5-d7e316df94d8'] 2018-03-11 15:49:37,897 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dca7fcf4-7348-403e-8fd5-d7e316df94d8: 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.revoke_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690176 Full duration: 13.52345 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.list_roles | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665116 Full duration: 13.366871 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705508 Full duration: 13.682684 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.delete_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> duration | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.566839 Full duration: 11.45888 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567882 Full duration: 11.776835 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | keystone_v3.create_user | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.create_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_project | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_services | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | -> duration | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.710782 Full duration: 18.193785 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.84312 Full duration: 11.917414 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734823 Full duration: 13.517434 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.638297 Full duration: 14.051594 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 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.803996 Full duration: 13.533012 -------------------------------------------------------------------------------- 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 dca7fcf4-7348-403e-8fd5-d7e316df94d8 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.create_users | 4.475 | 4.475 | 4.475 | 4.475 | 4.475 | 4.475 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.475 | 4.475 | 4.475 | 4.475 | 4.475 | 4.475 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | total | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 100.0% | 1 | | -> duration | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.025552 Full duration: 23.235541 HINTS: * To plot HTML graphics with this data, run: rally task report dca7fcf4-7348-403e-8fd5-d7e316df94d8 --out output.html * To generate a JUnit report, run: rally task export dca7fcf4-7348-403e-8fd5-d7e316df94d8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dca7fcf4-7348-403e-8fd5-d7e316df94d8 --json --out output.json 2018-03-11 15:49:37,898 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dca7fcf4-7348-403e-8fd5-d7e316df94d8'] 2018-03-11 15:49:39,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:49:39,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dca7fcf4-7348-403e-8fd5-d7e316df94d8', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-11 15:49:39,512 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-11 15:49:39,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-11 15:49:39,513 - 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-11 15:49:39,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:49:39,552 - 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-11 15:49:39,559 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:54:08,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 78a391a1-3b53-4e22-b8e6-3ee091e4681f 2018-03-11 15:54:08,227 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '78a391a1-3b53-4e22-b8e6-3ee091e4681f'] 2018-03-11 15:54:09,283 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 78a391a1-3b53-4e22-b8e6-3ee091e4681f: 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.delete_network | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | total | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> duration | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.751216 Full duration: 14.015317 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.415 | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 100.0% | 1 | | neutron.delete_port | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 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.832372 Full duration: 24.909929 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | neutron.create_subnet | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | neutron.create_router | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | neutron.add_interface_router | 1.304 | 1.304 | 1.304 | 1.304 | 1.304 | 1.304 | 100.0% | 1 | | neutron.remove_interface_router | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | neutron.delete_router | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> duration | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.060896 Full duration: 30.829114 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | neutron.delete_subnet | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 100.0% | 1 | | total | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 100.0% | 1 | | -> duration | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.599435 Full duration: 23.562861 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | neutron.list_networks | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | -> duration | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.242486 Full duration: 15.860702 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.323 | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 100.0% | 1 | | neutron.list_ports | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 100.0% | 1 | | -> duration | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.454384 Full duration: 24.307723 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | neutron.create_subnet | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | neutron.create_router | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | neutron.add_interface_router | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 100.0% | 1 | | neutron.list_routers | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 2.748 | 2.748 | 2.748 | 2.748 | 2.748 | 2.748 | 100.0% | 1 | | -> duration | 2.748 | 2.748 | 2.748 | 2.748 | 2.748 | 2.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.748031 Full duration: 32.66011 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | neutron.create_subnet | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | neutron.list_subnets | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | -> duration | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.37004 Full duration: 28.020362 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.delete_security_group | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> duration | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.177308 Full duration: 13.435291 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | neutron.create_security_group_rule | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | neutron.delete_security_group | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 100.0% | 1 | | total | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 100.0% | 1 | | -> duration | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.549554 Full duration: 13.606864 -------------------------------------------------------------------------------- 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 78a391a1-3b53-4e22-b8e6-3ee091e4681f 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.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.create_router | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | neutron.add_gateway_router | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | neutron.remove_gateway_router | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | total | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 100.0% | 1 | | -> duration | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.903822 Full duration: 22.091702 HINTS: * To plot HTML graphics with this data, run: rally task report 78a391a1-3b53-4e22-b8e6-3ee091e4681f --out output.html * To generate a JUnit report, run: rally task export 78a391a1-3b53-4e22-b8e6-3ee091e4681f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 78a391a1-3b53-4e22-b8e6-3ee091e4681f --json --out output.json 2018-03-11 15:54:09,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '78a391a1-3b53-4e22-b8e6-3ee091e4681f'] 2018-03-11 15:54:10,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:54:10,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '78a391a1-3b53-4e22-b8e6-3ee091e4681f', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-11 15:54:10,264 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-11 15:54:10,264 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-11 15:54:10,264 - 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-11 15:54:10,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:54:10,312 - 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-11 15:54:10,318 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:57:06,856 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 06564900-242d-4c9e-a14d-b92ef57dc441 2018-03-11 15:57:06,856 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '06564900-242d-4c9e-a14d-b92ef57dc441'] 2018-03-11 15:57:07,752 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 06564900-242d-4c9e-a14d-b92ef57dc441: 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-7593f11c-82e9-471e-8700-e9a3f7496fa1" }, "image": { "name": "Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1" }, "block_migration": false, "nics": [ { "net-id": "561ccc9a-bb43-4453-a35d-744117c89443" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 06564900-242d-4c9e-a14d-b92ef57dc441 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 | 7.915 | 7.915 | 7.915 | 7.915 | 7.915 | 7.915 | 100.0% | 1 | | nova.find_host_to_migrate | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | nova.live_migrate | 133.203 | 133.203 | 133.203 | 133.203 | 133.203 | 133.203 | 0.0% | 1 | | total | 142.23 | 142.23 | 142.23 | 142.23 | 142.23 | 142.23 | 0.0% | 1 | | -> duration | 141.23 | 141.23 | 141.23 | 141.23 | 141.23 | 141.23 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 141.2298 Full duration: 156.613014 HINTS: * To plot HTML graphics with this data, run: rally task report 06564900-242d-4c9e-a14d-b92ef57dc441 --out output.html * To generate a JUnit report, run: rally task export 06564900-242d-4c9e-a14d-b92ef57dc441 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 06564900-242d-4c9e-a14d-b92ef57dc441 --json --out output.json 2018-03-11 15:57:07,752 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '06564900-242d-4c9e-a14d-b92ef57dc441'] 2018-03-11 15:57:08,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:57:08,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '06564900-242d-4c9e-a14d-b92ef57dc441', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-11 15:57:08,642 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-11 15:57:08,642 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-11 15:57:08,643 - 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-11 15:57:08,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 15:57:08,682 - 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-11 15:57:08,684 - 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': '561ccc9a-bb43-4453-a35d-744117c89443', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'flavor_name': 'rally-tiny-7593f11c-82e9-471e-8700-e9a3f7496fa1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7593f11c-82e9-471e-8700-e9a3f7496fa1', '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-11 15:57:56,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c6d626f0-54c7-4cd2-bd0b-cf221260b1da 2018-03-11 15:57:56,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c6d626f0-54c7-4cd2-bd0b-cf221260b1da'] 2018-03-11 15:57:57,740 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c6d626f0-54c7-4cd2-bd0b-cf221260b1da: 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 c6d626f0-54c7-4cd2-bd0b-cf221260b1da 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | quotas.delete_quotas | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928897 Full duration: 8.298085 -------------------------------------------------------------------------------- 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 c6d626f0-54c7-4cd2-bd0b-cf221260b1da 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 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.670117 Full duration: 7.634401 -------------------------------------------------------------------------------- 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 c6d626f0-54c7-4cd2-bd0b-cf221260b1da 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.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | total | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> duration | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647017 Full duration: 7.577169 -------------------------------------------------------------------------------- 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 c6d626f0-54c7-4cd2-bd0b-cf221260b1da 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.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | total | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> duration | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.876573 Full duration: 8.263833 HINTS: * To plot HTML graphics with this data, run: rally task report c6d626f0-54c7-4cd2-bd0b-cf221260b1da --out output.html * To generate a JUnit report, run: rally task export c6d626f0-54c7-4cd2-bd0b-cf221260b1da --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c6d626f0-54c7-4cd2-bd0b-cf221260b1da --json --out output.json 2018-03-11 15:57:57,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c6d626f0-54c7-4cd2-bd0b-cf221260b1da'] 2018-03-11 15:57:58,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 15:57:58,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c6d626f0-54c7-4cd2-bd0b-cf221260b1da', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-11 15:57:58,526 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-11 15:57:58,530 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:32 | 4 | 100.00% | | cinder | 02:34 | 10 | 100.00% | | heat | 00:57 | 4 | 100.00% | | keystone | 02:38 | 11 | 100.00% | | neutron | 04:03 | 11 | 100.00% | | nova | 02:36 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:35 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-11 15:57:58,530 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-11 15:58:05,201 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 15:58:05,201 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:54 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-11 15:58:05,206 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-11 15:58:05,206 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-11 15:58:05,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project and user for Tempest suite 2018-03-11 15:58:06,986 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 15:58:10,058 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 15:58:11,783 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-03-11 15:58:14,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-03-11 15:58:14,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-03-11 15:58:15,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 15:58:17,626 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 15:58:19,862 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 15:58:23,025 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 15:58:25,362 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 15:58:31,121 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 15:58:31,122 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 15:58:33,884 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 15:58:33,885 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 15:58:33,887 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 15:58:33,891 - functest.opnfv_tests.openstack.refstack_client.refstack_client - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-03-11 15:58:33,893 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-03-11 15:58:33,896 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Starting Refstack_defcore test case: '['refstack-client', 'test', '-c', u'/home/opnfv/functest/results/refstack/refstack_tempest.conf', '-v', '--test-list', u'/home/opnfv/functest/data/refstack/defcore.txt']'. 2018-03-11 16:13:08,280 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.195343s] ... ok 2018-03-11 16:13:08,280 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.062928s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [14.124927s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name [0.521136s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user [0.196161s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name [6.866869s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.071167s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.218054s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.137708s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001125s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name [1.075181s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.065080s] ... ok 2018-03-11 16:13:08,281 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [0.216245s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [0.130480s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.001051s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [7.007824s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.059511s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [1.660385s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor [0.218140s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image [0.533694s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name [0.668366s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status [0.243891s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results [0.227029s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status [0.072918s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor [0.069940s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image [0.064873s] ... ok 2018-03-11 16:13:08,282 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit [0.063767s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name [0.067130s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard [0.530321s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date [0.064475s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date [0.011072s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count [0.143742s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value [0.010871s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string [0.010776s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor [0.030834s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image [0.058398s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name [0.060003s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted [0.319913s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing [0.014717s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server [0.070631s] ... ok 2018-03-11 16:13:08,283 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server [17.615225s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard [72.207371s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server [23.148997s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server [16.220741s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item [0.370438s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item [0.410113s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata [0.210973s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata [0.352229s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item [0.385494s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata [0.358185s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password [1.917607s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair [8.610820s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name [12.910682s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address [5.755238s] ... ok 2018-03-11 16:13:08,284 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name [56.079148s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name [1.129863s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit [1.086862s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 [0.903995s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor [0.978654s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image [1.145254s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid [1.094250s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit [0.225018s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id [0.237522s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server [0.362046s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address [1.245737s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server [0.512376s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server [0.241175s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server [0.227708s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank [0.952030s] ... ok 2018-03-11 16:13:08,285 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server [0.224373s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server [0.233527s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 [0.225227s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name [0.359813s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas [0.299053s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas [0.317498s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.011968s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [105.666205s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [20.526997s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.063367s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.068176s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.075052s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.308303s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [0.417451s] ... ok 2018-03-11 16:13:08,286 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [0.654775s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema [0.008695s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema [0.008048s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format [0.043874s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format [0.030517s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit [0.028635s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size [0.050801s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size [0.045636s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status [0.044611s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility [0.037785s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params [0.041980s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id [0.144186s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image [0.014550s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image [0.118965s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id [0.006205s] ... ok 2018-03-11 16:13:08,287 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image [0.011599s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image [0.666624s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag [0.384323s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image [0.020367s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes [3.320765s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools [3.096872s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled [3.244795s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw [3.070650s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools [2.095205s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers [3.276180s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway [3.295590s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [5.244862s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet [3.451722s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.146289s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields [0.115993s] ... ok 2018-03-11 16:13:08,288 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.064035s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields [0.049431s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.282435s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields [0.094913s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.058129s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields [0.055469s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp [3.662363s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port [2.419156s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [3.840962s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [1.414782s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.051493s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields [0.194782s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.054583s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields [0.043483s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group [1.333992s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args [1.124558s] ... ok 2018-03-11 16:13:08,289 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code [2.327957s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value [0.620833s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id [1.413167s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix [0.843376s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule [1.672110s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.043696s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails [0.175155s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails [1.198476s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype [0.709852s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol [0.717029s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix [0.619104s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports [1.166988s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid [0.820088s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group [0.064131s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group [0.020235s] ... ok 2018-03-11 16:13:08,290 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group [0.018424s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule [0.526518s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [0.997625s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.152908s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.148383s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.329108s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.418862s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [1.046037s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.442954s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.505892s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.474344s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.627065s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [29.651506s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [6.288070s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [9.230176s] ... ok 2018-03-11 16:13:08,291 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [8.803208s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.188549s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.036825s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.049270s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.268432s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.092678s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.228185s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.035885s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.044999s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.050337s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.049970s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.183980s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.074295s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.077688s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.202190s] ... ok 2018-03-11 16:13:08,292 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.048932s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.163601s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.164516s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.174859s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.018506s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.013036s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.148752s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.058588s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.334553s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010261s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.165414s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009471s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.041139s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.041529s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.237348s] ... ok 2018-03-11 16:13:08,293 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.037753s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.309303s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.035515s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.033612s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.008764s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.031077s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.031599s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.029677s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.029841s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [3.272085s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [6.424921s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.075746s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.196585s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.184782s] ... ok 2018-03-11 16:13:08,294 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.167941s] ... ok 2018-03-11 16:13:08,295 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 204 tests in 869.0000 sec. 2018-03-11 16:13:08,296 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 204 2018-03-11 16:13:08,298 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-03-11 16:13:08,299 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 0 2018-03-11 16:13:08,302 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 100.0% 2018-03-11 16:13:08,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 16:13:08,466 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 15:03 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-11 16:13:08,471 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-11 16:13:26,570 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-03-11 16:13:26,570 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-11 16:13:26,599 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-11 16:13:26,710 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 16:13:26,710 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 16:13:26,714 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-11 16:13:27,495 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 17:10:53,162 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 17:10:53,162 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:25 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-11 17:10:53,166 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-11 17:10:53,167 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:35 | PASS | | tempest_smoke_serial | functest | smoke | 11:27 | PASS | | rally_sanity | functest | smoke | 18:54 | FAIL | | refstack_defcore | functest | smoke | 15:03 | PASS | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 57:25 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-11 17:10:53,173 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-11 17:11:20,100 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-5 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 17:11:20,104 - 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=6dEUfnwyZxyhrJZhQqg6Rp78Y export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 17:11:20,104 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 17:11:20,105 - 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 | patrole | | | | | validate the OPNFV scenarios. | | +---------------+---------------+--------------------------+------------------------------------------+-------------------+ 2018-03-11 17:11:20,107 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-11 17:11:20,107 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-11 17:11:20,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 17:11:22,658 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 17:11:26,931 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 17:11:30,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 17:11:32,359 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 17:11:40,101 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 17:11:42,943 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 17:11:44,964 - functest.opnfv_tests.openstack.patrole.patrole - DEBUG - Updating selected tempest.conf parameters for Patrole 2018-03-11 17:11:44,965 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 17:11:44,965 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 17:11:48,111 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 17:11:48,112 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 17:11:48,113 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 17:11:48,176 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-11 17:11:48,176 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-8b645935-f66c-409d-8296-5c9027045186/repo;testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' > /home/opnfv/functest/results/patrole/test_raw_list.txt;cd -;' 2018-03-11 17:11:51,806 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-11 17:11:51,808 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-11 17:11:51,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-03-11 17:11:53,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 17:11:53.933 57 INFO rally.api [-] Starting verification (UUID=a37e44ee-fdca-45d4-aac7-6ca2c84d0d98) for deployment 'opnfv-rally' (UUID=17bffdf4-afcf-4277-9e60-70a6f65bfd29) by verifier 'opnfv-tempest' (UUID=8b645935-f66c-409d-8296-5c9027045186). 2018-03-11 17:11:53,935 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a37e44ee-fdca-45d4-aac7-6ca2c84d0d98 2018-03-11 17:14:27,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a37e44ee-fdca-45d4-aac7-6ca2c84d0d98']'. 2018-03-11 17:14:28,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a37e44ee-fdca-45d4-aac7-6ca2c84d0d98 | 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-11 17:11:53 | 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-11 17:14:26 | 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:33 | 2018-03-11 17:14:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8b645935-f66c-409d-8296-5c9027045186) | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 17bffdf4-afcf-4277-9e60-70a6f65bfd29) | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 143.869 | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-11 17:14:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-11 17:14:28,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-11 17:14:28,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-11 17:14:28,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 17:14:28,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-11 17:14:28,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-11 17:14:32,004 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 17:14:32,005 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 17:14:32,009 - xtesting.ci.run_tests - INFO - Xtesting report: +-------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------+------------------+----------------+ | patrole | functest | smoke | 02:52 | PASS | +-------------------+------------------+---------------+------------------+----------------+ 2018-03-11 17:14:32,010 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 17:15:13,537 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-5 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 17:15:13,541 - 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=6dEUfnwyZxyhrJZhQqg6Rp78Y export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 17:15:13,541 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 17:15:13,542 - 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 | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-03-11 17:15:13,544 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-11 17:15:13,544 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-11 17:18:08,075 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-11 17:18:08,192 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 17:18:08,192 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 02:54 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-11 17:18:08,196 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 02:54 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-11 17:18:08,200 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 17:19:42,596 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-5 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 17:19:42,598 - 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=6dEUfnwyZxyhrJZhQqg6Rp78Y export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 17:19:42,599 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 17:19:42,599 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-11 17:19:42,599 - 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 | | orchestra_openims | orchestra | vnf | 00:00 | SKIP | | orchestra_clearwaterims | orchestra | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-03-11 17:19:42,601 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 17:19:56,988 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-5 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 17:19:56,990 - 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=6dEUfnwyZxyhrJZhQqg6Rp78Y export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 17:19:56,990 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 17:19:56,990 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-11 17:19:56,990 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-11 17:19:56,991 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK