2018-03-29 07:59:39,231 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-03-29 07:59:39,231 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.21:5000/v3 ...OK 2018-03-29 07:59:39,650 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-29 07:59:40,035 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-03-29 07:59:40,035 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.21:5000 ...OK 2018-03-29 07:59:40,423 - functest.ci.check_deployment - DEBUG - 172.30.9.21:8774 is reachable! 2018-03-29 07:59:40,423 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.21:8774/v2.1 ...OK 2018-03-29 07:59:40,879 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9696 is reachable! 2018-03-29 07:59:40,879 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.21:9696 ...OK 2018-03-29 07:59:41,252 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9292 is reachable! 2018-03-29 07:59:41,252 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.21:9292 ...OK 2018-03-29 07:59:42,547 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-29 07:59:44,185 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-29 07:59:44,206 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-29 07:59:46,419 - functest.ci.check_deployment - INFO - External network found: external 2018-03-29 07:59:54,051 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-71 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-29 07:59:54,055 - 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=f8Q34DXM33pBZcFWUNqxTdTFh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-29 07:59:54,055 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 07:59:54,056 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-03-29 07:59:54,058 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-29 07:59:54,058 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-29 07:59:56,821 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 08:00:05,495 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.663s OK 2018-03-29 08:00:05,625 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 08:00:05,626 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-29 08:00:05,629 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-29 08:00:07,112 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 08:16:44,607 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 997.444s OK 2018-03-29 08:16:44,736 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 08:16:44,737 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-29 08:16:44,741 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-29 08:16:45,583 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 08:17:45,403 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 59.818s OK 2018-03-29 08:17:45,613 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 08:17:45,614 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:60 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-29 08:17:45,618 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 16:37 | PASS | | snaps_health_check | functest | healthcheck | 00:60 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-29 08:17:45,621 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-29 08:17:48,230 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-71 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-29 08:17:48,234 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=f8Q34DXM33pBZcFWUNqxTdTFh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-29 08:17:48,234 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 08:17:48,236 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-03-29 08:17:48,237 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-29 08:17:48,237 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-29 08:17:49,126 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-29 08:17:49,127 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-29 08:17:49,573 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-29 08:17:49,573 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-29 08:17:49,984 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-29 08:17:49,984 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-29 08:17:49' 2018-03-29 08:17:49,984 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:17:55,465 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:17:59,452 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:18:12,445 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:18:13,244 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:18:13,953 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:18:21,156 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:18:25,453 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6009985d-4ae0-486c-9544-9ee495c66d38' 2018-03-29 08:18:53,185 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-29 08:19:02,392 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-29 08:19:02,528 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-29 08:19:03,535 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-29 08:19:38,820 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-29 08:19:38,820 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-29 08:19:39,336 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 08:19:39,336 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-29 08:19:39,340 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-29 08:19:39,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-29 08:19:39,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-29 08:19:39' 2018-03-29 08:19:39,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7dda70c2-30ad-4bb3-aa8a-3f4e9df6fa32' 2018-03-29 08:19:43,969 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7dda70c2-30ad-4bb3-aa8a-3f4e9df6fa32' 2018-03-29 08:19:46,997 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7dda70c2-30ad-4bb3-aa8a-3f4e9df6fa32' 2018-03-29 08:19:59,820 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7dda70c2-30ad-4bb3-aa8a-3f4e9df6fa32' 2018-03-29 08:20:00,537 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7dda70c2-30ad-4bb3-aa8a-3f4e9df6fa32' 2018-03-29 08:20:07,575 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7dda70c2-30ad-4bb3-aa8a-3f4e9df6fa32' 2018-03-29 08:20:14,370 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-29 08:20:35,602 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-29 08:20:38,337 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-03-29 08:20:43,791 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-29 08:21:16,835 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 08:21:16,835 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-29 08:21:16,839 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-29 08:21:16,938 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 08:21:21,486 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 08:21:21.176 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9f6472e7-2aaa-4694-affa-38b4fbbba820) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9f6472e7-2aaa-4694-affa-38b4fbbba820 | 2018-03-29T08:21:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9f6472e7-2aaa-4694-affa-38b4fbbba820 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-29 08:21:24,775 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-29 08:21:24,776 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 08:21:30,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 08:21:28.920 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 08:21:29.081 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 08:21:30.217 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb) as the default verifier for the future CLI operations. 2018-03-29 08:21:33,541 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 08:21:36,529 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 08:21:49,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 08:21:54,928 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 08:21:53.845 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb) for deployment 'opnfv-rally' (UUID=9f6472e7-2aaa-4694-affa-38b4fbbba820). 2018-03-29 08:21:54.755 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb) has been successfully configured for deployment 'opnfv-rally' (UUID=9f6472e7-2aaa-4694-affa-38b4fbbba820)! 2018-03-29 08:21:54,928 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 08:21:54,929 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 08:21:54,931 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 08:21:54,935 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-29 08:21:57,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b28410f9-6a39-4df4-b260-1219e0e089cb/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-29 08:21:57,884 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-29 08:21:57,885 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-29 08:21:57,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-29 08:22:00,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:22:00.043 55 INFO rally.api [-] Starting verification (UUID=b0357608-8546-4859-b28e-c948e7ea6093) for deployment 'opnfv-rally' (UUID=9f6472e7-2aaa-4694-affa-38b4fbbba820) by verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb). 2018-03-29 08:22:00,045 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b0357608-8546-4859-b28e-c948e7ea6093 2018-03-29 08:22:09,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:22:09.329 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.170s] 2018-03-29 08:22:09,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:22:09.394 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-03-29 08:22:17,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:22:17.281 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.501s] 2018-03-29 08:22:21,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:22:21.360 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.078s] 2018-03-29 08:22:35,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:22:35.810 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.444s] 2018-03-29 08:23:03,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:23:03.679 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.825s] 2018-03-29 08:23:56,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:23:56.910 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-03-29 08:23:56,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:23:56.911 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-29 08:24:50,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:24:50.276 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.083s] 2018-03-29 08:24:50,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:24:50.277 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-29 08:25:36,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:25:36.690 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-03-29 08:25:36,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:25:36.691 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-29 08:26:46,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:26:46.234 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.087s] 2018-03-29 08:27:20,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:20.318 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-03-29 08:27:20,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:20.413 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-03-29 08:27:30,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:30.254 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.671s] 2018-03-29 08:27:30,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:30.263 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-29 08:27:32,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:32.198 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-29 08:27:32,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:32.199 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-29 08:27:36,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:36.618 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.436s] 2018-03-29 08:27:43,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:43.326 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2018-03-29 08:27:50,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:50.293 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.692s] 2018-03-29 08:27:58,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:27:58.643 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.915s] 2018-03-29 08:28:08,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:08.960 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.316s] 2018-03-29 08:28:16,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:16.939 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.872s] 2018-03-29 08:28:22,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:22.975 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.237s] 2018-03-29 08:28:30,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:30.848 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.510s] 2018-03-29 08:28:39,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:39.109 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.542s] 2018-03-29 08:28:48,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:48.702 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.532s] 2018-03-29 08:28:51,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:51.389 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-29 08:28:53,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:53.434 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-03-29 08:28:53,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:53.510 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-03-29 08:28:53,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:53.583 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-03-29 08:28:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:53.589 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-29 08:28:58,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:28:58.339 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.533s] 2018-03-29 08:29:02,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:29:02.441 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.101s] 2018-03-29 08:29:05,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:29:05.838 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.396s] 2018-03-29 08:29:19,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:29:19.016 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-03-29 08:29:26,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:29:26.815 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.989s] 2018-03-29 08:29:46,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:29:46.476 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.422s] 2018-03-29 08:29:51,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:29:51.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.515s] 2018-03-29 08:30:07,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:30:07.088 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.821s] 2018-03-29 08:30:12,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:30:12.211 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.122s] 2018-03-29 08:30:20,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:30:20.191 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.979s] 2018-03-29 08:30:30,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:30:30.647 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.937s] 2018-03-29 08:30:35,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:30:35.542 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.893s] 2018-03-29 08:30:42,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:30:42.903 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.361s] 2018-03-29 08:31:00,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:00.228 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.717s] 2018-03-29 08:31:00,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:00.654 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.426s] 2018-03-29 08:31:00,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:00.935 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.281s] 2018-03-29 08:31:01,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:01.134 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.199s] 2018-03-29 08:31:01,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:01.323 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.189s] 2018-03-29 08:31:01,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:01.599 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.274s] 2018-03-29 08:31:18,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:18.094 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.446s] 2018-03-29 08:31:18,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:18.512 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.417s] 2018-03-29 08:31:18,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:18.773 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.261s] 2018-03-29 08:31:18,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:18.977 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-03-29 08:31:19,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:19.228 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.250s] 2018-03-29 08:31:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:19.423 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.195s] 2018-03-29 08:31:34,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:34.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.996s] 2018-03-29 08:31:42,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:42.314 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.675s] 2018-03-29 08:31:44,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:44.020 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.706s] 2018-03-29 08:31:44,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:44.219 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.200s] 2018-03-29 08:31:44,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:44.427 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.207s] 2018-03-29 08:31:57,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:31:57.943 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.014s] 2018-03-29 08:32:05,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:32:05.669 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.726s] 2018-03-29 08:32:07,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:32:07.642 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.972s] 2018-03-29 08:32:07,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:32:07.836 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.195s] 2018-03-29 08:32:08,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:32:08.172 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.334s] 2018-03-29 08:32:32,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:32:32.936 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.692s] 2018-03-29 08:32:47,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:32:47.838 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.901s] 2018-03-29 08:32:59,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:32:59.655 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.816s] 2018-03-29 08:33:10,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:33:10.866 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.211s] 2018-03-29 08:33:45,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:33:45.828 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.722s] 2018-03-29 08:33:58,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:33:58.931 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.102s] 2018-03-29 08:34:10,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:10.520 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.589s] 2018-03-29 08:34:20,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:20.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.899s] 2018-03-29 08:34:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:39.582 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.791s] 2018-03-29 08:34:42,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:42.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.945s] 2018-03-29 08:34:43,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:43.120 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.593s] 2018-03-29 08:34:47,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:47.968 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.610s] 2018-03-29 08:34:51,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:51.098 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.128s] 2018-03-29 08:34:51,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:51.143 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-03-29 08:34:56,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:56.181 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.818s] 2018-03-29 08:34:59,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:34:59.381 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-29 08:35:01,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:01.310 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-29 08:35:01,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:01.312 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-29 08:35:01,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:01.313 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-29 08:35:01,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:01.314 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-29 08:35:01,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:01.315 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-29 08:35:03,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:03.239 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-29 08:35:26,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:26.399 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.866s] 2018-03-29 08:35:40,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:40.386 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.849s] 2018-03-29 08:35:57,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:35:57.438 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.048s] 2018-03-29 08:36:08,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:36:08.453 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.183s] 2018-03-29 08:37:48,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:37:48.876 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [91.428s] 2018-03-29 08:38:53,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:38:53.217 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [49.496s] 2018-03-29 08:40:04,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 08:40:04.994 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [35.257s] 2018-03-29 08:40:29,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b0357608-8546-4859-b28e-c948e7ea6093']'. 2018-03-29 08:40:30,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 08:40:30,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 08:40:30,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 08:40:30,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b0357608-8546-4859-b28e-c948e7ea6093 | 2018-03-29 08:40:30,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-29 08:40:30,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 08:21:59 | 2018-03-29 08:40:30,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 08:40:28 | 2018-03-29 08:40:30,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:29 | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b28410f9-6a39-4df4-b260-1219e0e089cb) | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9f6472e7-2aaa-4694-affa-38b4fbbba820) | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-29 08:40:30,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1078.461 | 2018-03-29 08:40:30,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-29 08:40:30,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-29 08:40:30,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 08:40:30,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 08:40:30,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-29 08:40:30,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 08:40:30,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 08:40:30,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-29 08:40:42,275 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 08:40:42,276 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:09 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-29 08:40:42,280 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-29 08:40:42,375 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-29 08:40:42,810 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-29 08:40:42,810 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-29 08:40:43,210 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 08:40:45,682 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 08:40:45.296 122 INFO rally.deployment.engine [-] Deployment 9f6472e7-2aaa-4694-affa-38b4fbbba820 | Starting: Destroy cloud and free allocated resources. 2018-03-29 08:40:45.386 122 INFO rally.deployment.engine [-] Deployment 9f6472e7-2aaa-4694-affa-38b4fbbba820 | Completed: Destroy cloud and free allocated resources. 2018-03-29 08:40:45.427 122 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb) for deployment 'opnfv-rally'. 2018-03-29 08:40:45.445 122 INFO rally.api [-] Deleting verification (UUID=b0357608-8546-4859-b28e-c948e7ea6093). 2018-03-29 08:40:45.483 122 INFO rally.api [-] Verification has been successfully deleted! 2018-03-29 08:40:45.484 122 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb). 2018-03-29 08:40:45.495 122 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 08:40:48,173 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 08:40:47.871 125 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6f2cf8e7-5e94-4956-b331-517557ae296d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6f2cf8e7-5e94-4956-b331-517557ae296d | 2018-03-29T08:40:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6f2cf8e7-5e94-4956-b331-517557ae296d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-29 08:40:51,583 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-29 08:40:51,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-29 08:40:53,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a'... 2018-03-29 08:40:58,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-d811ff78-67e9-4a0c-bad4-30aefae6338a'... 2018-03-29 08:41:01,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-d811ff78-67e9-4a0c-bad4-30aefae6338a'... 2018-03-29 08:41:13,143 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a'... 2018-03-29 08:41:13,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a'... 2018-03-29 08:41:14,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-29 08:41:14,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-03-29 08:41:14,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:41:14,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:41:14,582 - 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': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 08:42:19,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c88a0632-9eff-4ca8-aab3-f0228085bb2e 2018-03-29 08:42:19,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-29 08:42:19,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c88a0632-9eff-4ca8-aab3-f0228085bb2e'] 2018-03-29 08:42:20,204 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c88a0632-9eff-4ca8-aab3-f0228085bb2e: 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 c88a0632-9eff-4ca8-aab3-f0228085bb2e 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | total | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> duration | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.483012 Full duration: 7.224199 -------------------------------------------------------------------------------- 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 c88a0632-9eff-4ca8-aab3-f0228085bb2e 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.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | total | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> duration | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.261552 Full duration: 9.262034 -------------------------------------------------------------------------------- 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 c88a0632-9eff-4ca8-aab3-f0228085bb2e 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | total | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> duration | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936221 Full duration: 7.774503 -------------------------------------------------------------------------------- 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 c88a0632-9eff-4ca8-aab3-f0228085bb2e 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.379 | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791091 Full duration: 7.380975 -------------------------------------------------------------------------------- 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 c88a0632-9eff-4ca8-aab3-f0228085bb2e 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.915377 Full duration: 8.592713 -------------------------------------------------------------------------------- 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 c88a0632-9eff-4ca8-aab3-f0228085bb2e 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.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> duration | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676484 Full duration: 7.242997 HINTS: * To plot HTML graphics with this data, run: rally task report c88a0632-9eff-4ca8-aab3-f0228085bb2e --out output.html * To generate a JUnit report, run: rally task export c88a0632-9eff-4ca8-aab3-f0228085bb2e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c88a0632-9eff-4ca8-aab3-f0228085bb2e --json --out output.json 2018-03-29 08:42:20,204 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c88a0632-9eff-4ca8-aab3-f0228085bb2e'] 2018-03-29 08:42:21,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 08:42:21,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c88a0632-9eff-4ca8-aab3-f0228085bb2e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-29 08:42:21,272 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-29 08:42:21,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-29 08:42:21,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-03-29 08:42:21,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:42:21,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:42:21,316 - 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': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 08:44:22,114 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aadb3104-5994-4a3f-8d23-e7b12cbb67e6 2018-03-29 08:44:22,114 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aadb3104-5994-4a3f-8d23-e7b12cbb67e6'] 2018-03-29 08:44:23,138 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aadb3104-5994-4a3f-8d23-e7b12cbb67e6: 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 aadb3104-5994-4a3f-8d23-e7b12cbb67e6 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 | 8.779 | 8.779 | 8.779 | 8.779 | 8.779 | 8.779 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> glance_v2.upload_data | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 100.0% | 1 | | glance_v2.delete_image | 3.702 | 3.702 | 3.702 | 3.702 | 3.702 | 3.702 | 100.0% | 1 | | total | 12.481 | 12.481 | 12.481 | 12.481 | 12.481 | 12.481 | 100.0% | 1 | | -> duration | 12.481 | 12.481 | 12.481 | 12.481 | 12.481 | 12.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.480909 Full duration: 20.953092 -------------------------------------------------------------------------------- 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 aadb3104-5994-4a3f-8d23-e7b12cbb67e6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 7.545 | 7.545 | 7.545 | 7.545 | 7.545 | 7.545 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | -> glance_v2.upload_data | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 7.723 | 7.723 | 7.723 | 7.723 | 7.723 | 7.723 | 100.0% | 1 | | -> duration | 7.723 | 7.723 | 7.723 | 7.723 | 7.723 | 7.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.722714 Full duration: 20.641758 -------------------------------------------------------------------------------- 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 aadb3104-5994-4a3f-8d23-e7b12cbb67e6 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.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | -> duration | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.349728 Full duration: 7.971001 -------------------------------------------------------------------------------- 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-d811ff78-67e9-4a0c-bad4-30aefae6338a" }, "number_instances": 2, "nics": [ { "net-id": "0ae99b5e-ad3a-4006-bde4-eadd627d1108" } ] }, "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 aadb3104-5994-4a3f-8d23-e7b12cbb67e6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.877 | 6.877 | 6.877 | 6.877 | 6.877 | 6.877 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | -> glance_v2.upload_data | 3.925 | 3.925 | 3.925 | 3.925 | 3.925 | 3.925 | 100.0% | 1 | | nova.boot_servers | 19.362 | 19.362 | 19.362 | 19.362 | 19.362 | 19.362 | 100.0% | 1 | | total | 26.24 | 26.24 | 26.24 | 26.24 | 26.24 | 26.24 | 100.0% | 1 | | -> duration | 25.24 | 25.24 | 25.24 | 25.24 | 25.24 | 25.24 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.239966 Full duration: 53.890885 HINTS: * To plot HTML graphics with this data, run: rally task report aadb3104-5994-4a3f-8d23-e7b12cbb67e6 --out output.html * To generate a JUnit report, run: rally task export aadb3104-5994-4a3f-8d23-e7b12cbb67e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aadb3104-5994-4a3f-8d23-e7b12cbb67e6 --json --out output.json 2018-03-29 08:44:23,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aadb3104-5994-4a3f-8d23-e7b12cbb67e6'] 2018-03-29 08:44:24,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 08:44:24,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aadb3104-5994-4a3f-8d23-e7b12cbb67e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-29 08:44:24,171 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-29 08:44:24,172 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-29 08:44:24,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-29 08:44:24,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:44:24,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:44:24,213 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-29 08:44:24,213 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-29 08:44:24,213 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-03-29 08:44:24,213 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:44:24,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:44:24,250 - 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': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 08:48:03,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 605d96c2-11dc-4977-b23c-dc691e81f919 2018-03-29 08:48:03,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '605d96c2-11dc-4977-b23c-dc691e81f919'] 2018-03-29 08:48:04,475 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 605d96c2-11dc-4977-b23c-dc691e81f919: 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.206 | 3.206 | 3.206 | 3.206 | 3.206 | 3.206 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 100.0% | 1 | | total | 5.845 | 5.845 | 5.845 | 5.845 | 5.845 | 5.845 | 100.0% | 1 | | -> duration | 5.845 | 5.845 | 5.845 | 5.845 | 5.845 | 5.845 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.844878 Full duration: 23.235234 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.498 | 3.498 | 3.498 | 3.498 | 3.498 | 3.498 | 100.0% | 1 | | cinder_v2.delete_volume | 4.83 | 4.83 | 4.83 | 4.83 | 4.83 | 4.83 | 100.0% | 1 | | total | 8.328 | 8.328 | 8.328 | 8.328 | 8.328 | 8.328 | 100.0% | 1 | | -> duration | 8.328 | 8.328 | 8.328 | 8.328 | 8.328 | 8.328 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.328104 Full duration: 19.036333 -------------------------------------------------------------------------------- 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-d811ff78-67e9-4a0c-bad4-30aefae6338a" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 605d96c2-11dc-4977-b23c-dc691e81f919 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 | 14.838 | 14.838 | 14.838 | 14.838 | 14.838 | 14.838 | 100.0% | 1 | | cinder_v2.delete_volume | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 100.0% | 1 | | total | 17.597 | 17.597 | 17.597 | 17.597 | 17.597 | 17.597 | 100.0% | 1 | | -> duration | 17.597 | 17.597 | 17.597 | 17.597 | 17.597 | 17.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.596621 Full duration: 29.1277 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.151 | 3.151 | 3.151 | 3.151 | 3.151 | 3.151 | 100.0% | 1 | | cinder_v2.delete_volume | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 100.0% | 1 | | total | 5.971 | 5.971 | 5.971 | 5.971 | 5.971 | 5.971 | 100.0% | 1 | | -> duration | 5.971 | 5.971 | 5.971 | 5.971 | 5.971 | 5.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.970552 Full duration: 16.865612 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.extend_volume | 2.527 | 2.527 | 2.527 | 2.527 | 2.527 | 2.527 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 8.33 | 8.33 | 8.33 | 8.33 | 8.33 | 8.33 | 100.0% | 1 | | -> duration | 8.33 | 8.33 | 8.33 | 8.33 | 8.33 | 8.33 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.329739 Full duration: 18.912029 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.616 | 8.616 | 8.616 | 8.616 | 8.616 | 8.616 | 100.0% | 1 | | cinder_v2.delete_volume | 4.558 | 4.558 | 4.558 | 4.558 | 4.558 | 4.558 | 100.0% | 1 | | total | 13.174 | 13.174 | 13.174 | 13.174 | 13.174 | 13.174 | 100.0% | 1 | | -> duration | 13.174 | 13.174 | 13.174 | 13.174 | 13.174 | 13.174 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.173971 Full duration: 30.441383 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.list_qos | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771888 Full duration: 12.676509 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | cinder_v2.set_qos | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> duration | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867963 Full duration: 12.673263 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | cinder_v2.list_types | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774945 Full duration: 12.956697 -------------------------------------------------------------------------------- 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 605d96c2-11dc-4977-b23c-dc691e81f919 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.888828 Full duration: 13.002045 HINTS: * To plot HTML graphics with this data, run: rally task report 605d96c2-11dc-4977-b23c-dc691e81f919 --out output.html * To generate a JUnit report, run: rally task export 605d96c2-11dc-4977-b23c-dc691e81f919 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 605d96c2-11dc-4977-b23c-dc691e81f919 --json --out output.json 2018-03-29 08:48:04,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '605d96c2-11dc-4977-b23c-dc691e81f919'] 2018-03-29 08:48:05,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 08:48:05,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '605d96c2-11dc-4977-b23c-dc691e81f919', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-29 08:48:05,575 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-29 08:48:05,576 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-29 08:48:05,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-29 08:48:05,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:48:05,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:48:05,639 - 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': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 08:49:32,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 80039bf9-fadc-41c0-9542-f306a898e4bb 2018-03-29 08:49:32,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '80039bf9-fadc-41c0-9542-f306a898e4bb'] 2018-03-29 08:49:33,838 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 80039bf9-fadc-41c0-9542-f306a898e4bb: 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 80039bf9-fadc-41c0-9542-f306a898e4bb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.853 | 5.853 | 5.853 | 5.853 | 5.853 | 5.853 | 100.0% | 1 | | heat.update_stack | 4.07 | 4.07 | 4.07 | 4.07 | 4.07 | 4.07 | 100.0% | 1 | | heat.delete_stack | 3.106 | 3.106 | 3.106 | 3.106 | 3.106 | 3.106 | 100.0% | 1 | | total | 13.029 | 13.029 | 13.029 | 13.029 | 13.029 | 13.029 | 100.0% | 1 | | -> duration | 9.029 | 9.029 | 9.029 | 9.029 | 9.029 | 9.029 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.028934 Full duration: 23.46637 -------------------------------------------------------------------------------- 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 80039bf9-fadc-41c0-9542-f306a898e4bb 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.746 | 4.746 | 4.746 | 4.746 | 4.746 | 4.746 | 100.0% | 1 | | heat.check_stack | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | heat.delete_stack | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 100.0% | 1 | | total | 8.181 | 8.181 | 8.181 | 8.181 | 8.181 | 8.181 | 100.0% | 1 | | -> duration | 6.181 | 6.181 | 6.181 | 6.181 | 6.181 | 6.181 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.181048 Full duration: 17.374395 -------------------------------------------------------------------------------- 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 80039bf9-fadc-41c0-9542-f306a898e4bb has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.147 | 5.147 | 5.147 | 5.147 | 5.147 | 5.147 | 100.0% | 1 | | heat.suspend_stack | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | heat.resume_stack | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 100.0% | 1 | | heat.delete_stack | 2.415 | 2.415 | 2.415 | 2.415 | 2.415 | 2.415 | 100.0% | 1 | | total | 10.814 | 10.814 | 10.814 | 10.814 | 10.814 | 10.814 | 100.0% | 1 | | -> duration | 8.814 | 8.814 | 8.814 | 8.814 | 8.814 | 8.814 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.814305 Full duration: 19.161258 -------------------------------------------------------------------------------- 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 80039bf9-fadc-41c0-9542-f306a898e4bb 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.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | total | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> duration | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.572506 Full duration: 8.700655 HINTS: * To plot HTML graphics with this data, run: rally task report 80039bf9-fadc-41c0-9542-f306a898e4bb --out output.html * To generate a JUnit report, run: rally task export 80039bf9-fadc-41c0-9542-f306a898e4bb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 80039bf9-fadc-41c0-9542-f306a898e4bb --json --out output.json 2018-03-29 08:49:33,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '80039bf9-fadc-41c0-9542-f306a898e4bb'] 2018-03-29 08:49:34,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 08:49:34,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '80039bf9-fadc-41c0-9542-f306a898e4bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-29 08:49:34,833 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-29 08:49:34,834 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-29 08:49:34,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-03-29 08:49:34,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:49:34,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:49:34,879 - 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': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 08:52:59,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 61eb1645-56f4-422d-b8d7-ccf515648a1d 2018-03-29 08:52:59,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '61eb1645-56f4-422d-b8d7-ccf515648a1d'] 2018-03-29 08:53:00,326 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 61eb1645-56f4-422d-b8d7-ccf515648a1d: 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.revoke_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7962 Full duration: 14.733033 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | keystone_v3.add_role | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.list_roles | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767245 Full duration: 16.117088 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 100.0% | 1 | | -> duration | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.008722 Full duration: 16.196698 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | keystone_v3.delete_role | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693808 Full duration: 12.32816 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | keystone_v3.delete_service | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | total | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> duration | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.215704 Full duration: 13.522656 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.create_user | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | -> keystone_v3.add_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | keystone_v3.create_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_role | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.list_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.989 | 1.989 | 1.989 | 1.989 | 1.989 | 1.989 | 100.0% | 1 | | -> duration | 1.989 | 1.989 | 1.989 | 1.989 | 1.989 | 1.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.988596 Full duration: 21.128903 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> duration | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.012578 Full duration: 13.303161 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776718 Full duration: 16.025005 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.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.669759 Full duration: 15.366975 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d 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.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 1.193 | 1.193 | 1.193 | 1.193 | 1.193 | 1.193 | 100.0% | 1 | | -> duration | 1.193 | 1.193 | 1.193 | 1.193 | 1.193 | 1.193 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.192662 Full duration: 14.809346 -------------------------------------------------------------------------------- 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 61eb1645-56f4-422d-b8d7-ccf515648a1d has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.create_users | 5.601 | 5.601 | 5.601 | 5.601 | 5.601 | 5.601 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.601 | 5.601 | 5.601 | 5.601 | 5.601 | 5.601 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 100.0% | 1 | | total | 7.335 | 7.335 | 7.335 | 7.335 | 7.335 | 7.335 | 100.0% | 1 | | -> duration | 7.335 | 7.335 | 7.335 | 7.335 | 7.335 | 7.335 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.334935 Full duration: 25.480211 HINTS: * To plot HTML graphics with this data, run: rally task report 61eb1645-56f4-422d-b8d7-ccf515648a1d --out output.html * To generate a JUnit report, run: rally task export 61eb1645-56f4-422d-b8d7-ccf515648a1d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 61eb1645-56f4-422d-b8d7-ccf515648a1d --json --out output.json 2018-03-29 08:53:00,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '61eb1645-56f4-422d-b8d7-ccf515648a1d'] 2018-03-29 08:53:01,371 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 08:53:01,371 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '61eb1645-56f4-422d-b8d7-ccf515648a1d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-29 08:53:01,376 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-29 08:53:01,377 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-29 08:53:01,377 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-03-29 08:53:01,377 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:53:01,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:53:01,413 - 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': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 08:59:57,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 519c5290-4566-42fd-8752-2ebb12425f27 2018-03-29 08:59:57,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '519c5290-4566-42fd-8752-2ebb12425f27'] 2018-03-29 08:59:58,410 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 519c5290-4566-42fd-8752-2ebb12425f27: 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 519c5290-4566-42fd-8752-2ebb12425f27 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.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | neutron.delete_network | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | total | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 100.0% | 1 | | -> duration | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.992551 Full duration: 15.645519 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.725 | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 100.0% | 1 | | neutron.delete_port | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | total | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | -> duration | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.488251 Full duration: 40.997484 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | neutron.create_subnet | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.create_router | 4.433 | 4.433 | 4.433 | 4.433 | 4.433 | 4.433 | 100.0% | 1 | | neutron.add_interface_router | 1.859 | 1.859 | 1.859 | 1.859 | 1.859 | 1.859 | 100.0% | 1 | | neutron.remove_interface_router | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 100.0% | 1 | | neutron.delete_router | 2.801 | 2.801 | 2.801 | 2.801 | 2.801 | 2.801 | 100.0% | 1 | | total | 12.114 | 12.114 | 12.114 | 12.114 | 12.114 | 12.114 | 100.0% | 1 | | -> duration | 12.114 | 12.114 | 12.114 | 12.114 | 12.114 | 12.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.113516 Full duration: 55.92097 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.529 | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 100.0% | 1 | | neutron.delete_subnet | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 100.0% | 1 | | -> duration | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.124315 Full duration: 40.611038 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | neutron.list_networks | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 100.0% | 1 | | -> duration | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 1.317 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.31732 Full duration: 17.677062 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.688 | 1.688 | 1.688 | 1.688 | 1.688 | 1.688 | 100.0% | 1 | | neutron.list_ports | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | total | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 100.0% | 1 | | -> duration | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.977699 Full duration: 39.832017 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | neutron.create_subnet | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | neutron.create_router | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 100.0% | 1 | | neutron.add_interface_router | 2.05 | 2.05 | 2.05 | 2.05 | 2.05 | 2.05 | 100.0% | 1 | | neutron.list_routers | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 7.423 | 7.423 | 7.423 | 7.423 | 7.423 | 7.423 | 100.0% | 1 | | -> duration | 7.423 | 7.423 | 7.423 | 7.423 | 7.423 | 7.423 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.422608 Full duration: 57.274221 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.244 | 1.244 | 1.244 | 1.244 | 1.244 | 1.244 | 100.0% | 1 | | neutron.create_subnet | 1.61 | 1.61 | 1.61 | 1.61 | 1.61 | 1.61 | 100.0% | 1 | | neutron.list_subnets | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 100.0% | 1 | | -> duration | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.097152 Full duration: 49.37145 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | neutron.delete_security_group | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | total | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> duration | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.283363 Full duration: 16.669212 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | neutron.create_security_group_rule | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | neutron.delete_security_group | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 2.312 | 2.312 | 2.312 | 2.312 | 2.312 | 2.312 | 100.0% | 1 | | -> duration | 2.312 | 2.312 | 2.312 | 2.312 | 2.312 | 2.312 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.312416 Full duration: 16.864299 -------------------------------------------------------------------------------- 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 519c5290-4566-42fd-8752-2ebb12425f27 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.374 | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 100.0% | 1 | | neutron.create_router | 5.734 | 5.734 | 5.734 | 5.734 | 5.734 | 5.734 | 100.0% | 1 | | neutron.add_gateway_router | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | neutron.remove_gateway_router | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 100.0% | 1 | | total | 10.637 | 10.637 | 10.637 | 10.637 | 10.637 | 10.637 | 100.0% | 1 | | -> duration | 10.637 | 10.637 | 10.637 | 10.637 | 10.637 | 10.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.63736 Full duration: 36.12762 HINTS: * To plot HTML graphics with this data, run: rally task report 519c5290-4566-42fd-8752-2ebb12425f27 --out output.html * To generate a JUnit report, run: rally task export 519c5290-4566-42fd-8752-2ebb12425f27 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 519c5290-4566-42fd-8752-2ebb12425f27 --json --out output.json 2018-03-29 08:59:58,411 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '519c5290-4566-42fd-8752-2ebb12425f27'] 2018-03-29 08:59:59,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 08:59:59,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '519c5290-4566-42fd-8752-2ebb12425f27', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-29 08:59:59,512 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-29 08:59:59,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-29 08:59:59,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-nova.yaml 2018-03-29 08:59:59,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 08:59:59,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 08:59:59,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': ['nova'], 'concurrency': 4, 'netid': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 09:03:26,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ae8be1f6-4795-4882-8af7-ba7ceecca3c0 2018-03-29 09:03:26,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ae8be1f6-4795-4882-8af7-ba7ceecca3c0'] 2018-03-29 09:03:27,401 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ae8be1f6-4795-4882-8af7-ba7ceecca3c0: 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-d811ff78-67e9-4a0c-bad4-30aefae6338a" }, "image": { "name": "Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a" }, "block_migration": false, "nics": [ { "net-id": "0ae99b5e-ad3a-4006-bde4-eadd627d1108" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ae8be1f6-4795-4882-8af7-ba7ceecca3c0 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 | 20.008 | 20.008 | 20.008 | 20.008 | 20.008 | 20.008 | 100.0% | 1 | | nova.find_host_to_migrate | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 100.0% | 1 | | nova.live_migrate | 136.407 | 136.407 | 136.407 | 136.407 | 136.407 | 136.407 | 0.0% | 1 | | total | 157.87 | 157.87 | 157.87 | 157.87 | 157.87 | 157.87 | 0.0% | 1 | | -> duration | 156.87 | 156.87 | 156.87 | 156.87 | 156.87 | 156.87 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 156.870286 Full duration: 177.289013 HINTS: * To plot HTML graphics with this data, run: rally task report ae8be1f6-4795-4882-8af7-ba7ceecca3c0 --out output.html * To generate a JUnit report, run: rally task export ae8be1f6-4795-4882-8af7-ba7ceecca3c0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ae8be1f6-4795-4882-8af7-ba7ceecca3c0 --json --out output.json 2018-03-29 09:03:27,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ae8be1f6-4795-4882-8af7-ba7ceecca3c0'] 2018-03-29 09:03:28,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 09:03:28,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ae8be1f6-4795-4882-8af7-ba7ceecca3c0', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-29 09:03:28,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-29 09:03:28,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-29 09:03:28,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-03-29 09:03:28,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-29 09:03:28,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-29 09:03:28,485 - 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': '0ae99b5e-ad3a-4006-bde4-eadd627d1108', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'flavor_name': 'rally-tiny-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-d811ff78-67e9-4a0c-bad4-30aefae6338a', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-29 09:04:22,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ffaef4db-fd1c-4029-a710-b1e1a298f2bd 2018-03-29 09:04:22,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ffaef4db-fd1c-4029-a710-b1e1a298f2bd'] 2018-03-29 09:04:23,150 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ffaef4db-fd1c-4029-a710-b1e1a298f2bd: 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 ffaef4db-fd1c-4029-a710-b1e1a298f2bd 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.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | quotas.delete_quotas | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> duration | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.940945 Full duration: 9.573729 -------------------------------------------------------------------------------- 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 ffaef4db-fd1c-4029-a710-b1e1a298f2bd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | total | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> duration | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.143674 Full duration: 8.842388 -------------------------------------------------------------------------------- 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 ffaef4db-fd1c-4029-a710-b1e1a298f2bd 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.439 | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.844001 Full duration: 8.511436 -------------------------------------------------------------------------------- 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 ffaef4db-fd1c-4029-a710-b1e1a298f2bd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.067548 Full duration: 8.876173 HINTS: * To plot HTML graphics with this data, run: rally task report ffaef4db-fd1c-4029-a710-b1e1a298f2bd --out output.html * To generate a JUnit report, run: rally task export ffaef4db-fd1c-4029-a710-b1e1a298f2bd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ffaef4db-fd1c-4029-a710-b1e1a298f2bd --json --out output.json 2018-03-29 09:04:23,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ffaef4db-fd1c-4029-a710-b1e1a298f2bd'] 2018-03-29 09:04:24,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-29 09:04:24,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ffaef4db-fd1c-4029-a710-b1e1a298f2bd', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-29 09:04:24,301 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-29 09:04:24,303 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:43 | 4 | 100.00% | | cinder | 03:08 | 10 | 100.00% | | heat | 01:08 | 4 | 100.00% | | keystone | 02:59 | 11 | 100.00% | | neutron | 06:26 | 11 | 100.00% | | nova | 02:57 | 1 | 0.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:47 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-29 09:04:24,303 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-29 09:04:37,997 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-29 09:04:37,998 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-29 09:04:38,538 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 09:04:38,539 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-29 09:04:38,543 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-29 09:04:38,544 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-29 09:04:38,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 09:04:41,035 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 09:04:40.738 9793 INFO rally.deployment.engine [-] Deployment 6f2cf8e7-5e94-4956-b331-517557ae296d | Starting: Destroy cloud and free allocated resources. 2018-03-29 09:04:40.834 9793 INFO rally.deployment.engine [-] Deployment 6f2cf8e7-5e94-4956-b331-517557ae296d | Completed: Destroy cloud and free allocated resources. 2018-03-29 09:04:40.855 9793 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb). 2018-03-29 09:04:40.860 9793 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 09:04:43,393 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 09:04:43.176 9796 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2d8d5636-feaa-4e85-97de-dd061fa96be2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2d8d5636-feaa-4e85-97de-dd061fa96be2 | 2018-03-29T09:04:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2d8d5636-feaa-4e85-97de-dd061fa96be2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-29 09:04:46,658 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-29 09:04:46,658 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 09:04:48,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-29 09:04:48.737 9802 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b28410f9-6a39-4df4-b260-1219e0e089cb). 2018-03-29 09:04:48.864 9802 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-29 09:04:52,457 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 09:04:51.027 9805 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 09:04:51.193 9805 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 09:04:52.277 9805 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40) as the default verifier for the future CLI operations. 2018-03-29 09:04:55,337 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 09:04:58,216 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 09:05:12,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 09:05:17,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 09:05:16.637 9824 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40) for deployment 'opnfv-rally' (UUID=2d8d5636-feaa-4e85-97de-dd061fa96be2). 2018-03-29 09:05:17.540 9824 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40) has been successfully configured for deployment 'opnfv-rally' (UUID=2d8d5636-feaa-4e85-97de-dd061fa96be2)! 2018-03-29 09:05:17,764 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 09:05:17,764 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 09:05:17,766 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 09:05:20,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-29 09:05:22,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:22.112 9836 INFO rally.api [-] Starting verification (UUID=72b471b6-88e5-405b-a7f8-2da03ce390ac) for deployment 'opnfv-rally' (UUID=2d8d5636-feaa-4e85-97de-dd061fa96be2) by verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40). 2018-03-29 09:05:22,114 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 72b471b6-88e5-405b-a7f8-2da03ce390ac 2018-03-29 09:05:33,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:33.548 9836 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.306s] 2018-03-29 09:05:33,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:33.575 9836 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.224s] 2018-03-29 09:05:33,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:33.643 9836 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.068s] 2018-03-29 09:05:33,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:33.923 9836 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.611s] 2018-03-29 09:05:35,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:35.110 9836 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.772s] 2018-03-29 09:05:35,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:35.128 9836 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.019s] 2018-03-29 09:05:35,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:35.279 9836 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.762s] 2018-03-29 09:05:39,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:39.620 9836 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.340s] 2018-03-29 09:05:40,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:40.875 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [4.072s] 2018-03-29 09:05:41,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:41.245 9836 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [7.866s] 2018-03-29 09:05:42,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:42.876 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.000s] 2018-03-29 09:05:42,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:42.886 9836 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.093s] 2018-03-29 09:05:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:42.965 9836 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-03-29 09:05:43,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:43.055 9836 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.091s] 2018-03-29 09:05:45,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:45.247 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.370s] 2018-03-29 09:05:49,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:49.213 9836 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [5.742s] 2018-03-29 09:05:51,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:51.473 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.160s] 2018-03-29 09:05:51,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:51.674 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.200s] 2018-03-29 09:05:53,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:53.914 9836 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [5.577s] 2018-03-29 09:05:54,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:54.996 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [3.320s] 2018-03-29 09:05:55,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:55.568 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.572s] 2018-03-29 09:05:55,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:55.741 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.173s] 2018-03-29 09:05:55,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:55.926 9836 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.011s] 2018-03-29 09:05:57,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:57.536 9836 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.339s] 2018-03-29 09:05:57,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:05:57.722 9836 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.185s] 2018-03-29 09:06:00,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:00.901 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [6.703s] 2018-03-29 09:06:07,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:07.067 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [6.164s] 2018-03-29 09:06:07,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:07.422 9836 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-03-29 09:06:09,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:09.442 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [36.008s] 2018-03-29 09:06:17,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:17.508 9836 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [10.082s] 2018-03-29 09:06:20,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:20.899 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.079s] 2018-03-29 09:06:20,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:20.914 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2018-03-29 09:06:21,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.107 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.193s] 2018-03-29 09:06:21,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.120 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-03-29 09:06:21,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.132 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-03-29 09:06:21,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.182 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.049s] 2018-03-29 09:06:21,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.268 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.085s] 2018-03-29 09:06:21,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.332 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2018-03-29 09:06:21,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.895 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.561s] 2018-03-29 09:06:21,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.910 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-03-29 09:06:21,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:21.982 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-03-29 09:06:29,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:29.212 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.462s] 2018-03-29 09:06:29,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:29.824 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.611s] 2018-03-29 09:06:30,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:30.222 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.398s] 2018-03-29 09:06:30,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:30.645 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.422s] 2018-03-29 09:06:31,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.187 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.542s] 2018-03-29 09:06:31,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.229 9836 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [49.973s] 2018-03-29 09:06:31,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.260 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2018-03-29 09:06:31,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.338 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-03-29 09:06:31,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.414 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.075s] 2018-03-29 09:06:31,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.482 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-03-29 09:06:31,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.558 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.076s] 2018-03-29 09:06:31,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:31.692 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.133s] 2018-03-29 09:06:41,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:41.515 9836 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.388s] 2018-03-29 09:06:42,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:42.978 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.032s] 2018-03-29 09:06:43,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:43.041 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.062s] 2018-03-29 09:06:43,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:43.683 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.640s] 2018-03-29 09:06:43,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:43.785 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.101s] 2018-03-29 09:06:43,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:43.786 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-29 09:06:49,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:49.023 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.047s] 2018-03-29 09:06:49,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:49.067 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.044s] 2018-03-29 09:06:49,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:49.272 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.204s] 2018-03-29 09:06:50,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:50.115 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.841s] 2018-03-29 09:06:50,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:50.507 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.391s] 2018-03-29 09:06:50,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:50.541 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.008s] 2018-03-29 09:06:50,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:50.952 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.445s] 2018-03-29 09:06:51,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.004 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.052s] 2018-03-29 09:06:51,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.061 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.056s] 2018-03-29 09:06:51,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.323 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.262s] 2018-03-29 09:06:51,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.407 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.083s] 2018-03-29 09:06:51,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.653 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.245s] 2018-03-29 09:06:51,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.745 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.091s] 2018-03-29 09:06:51,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.824 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.078s] 2018-03-29 09:06:51,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.878 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2018-03-29 09:06:51,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:51.927 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-03-29 09:06:53,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:53.424 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.680s] 2018-03-29 09:06:54,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:54.849 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.424s] 2018-03-29 09:06:57,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:57.022 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.479s] 2018-03-29 09:06:57,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:57.128 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.279s] 2018-03-29 09:06:58,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:58.324 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.874s] 2018-03-29 09:06:58,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:06:58.638 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.509s] 2018-03-29 09:07:00,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:00.111 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.472s] 2018-03-29 09:07:01,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:01.668 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.556s] 2018-03-29 09:07:02,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:02.053 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.384s] 2018-03-29 09:07:02,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:02.568 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.514s] 2018-03-29 09:07:03,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:03.053 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.030s] 2018-03-29 09:07:03,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:03.243 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.675s] 2018-03-29 09:07:04,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:04.460 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.214s] 2018-03-29 09:07:05,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:05.207 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.747s] 2018-03-29 09:07:05,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:05.799 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.592s] 2018-03-29 09:07:05,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:05.993 9836 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.545s] 2018-03-29 09:07:06,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:06.332 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.532s] 2018-03-29 09:07:07,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:07.469 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [31.682s] 2018-03-29 09:07:07,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:07.526 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.201s] 2018-03-29 09:07:07,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:07.735 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.401s] 2018-03-29 09:07:08,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:08.361 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.626s] 2018-03-29 09:07:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:09.066 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.012s] 2018-03-29 09:07:09,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:09.077 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.715s] 2018-03-29 09:07:09,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:09.437 9836 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [58.912s] 2018-03-29 09:07:09,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:09.718 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.639s] 2018-03-29 09:07:10,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:10.107 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.389s] 2018-03-29 09:07:11,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:11.081 9836 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.647s] 2018-03-29 09:07:11,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:11.237 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.710s] 2018-03-29 09:07:11,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:11.293 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-03-29 09:07:11,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:11.342 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.049s] 2018-03-29 09:07:11,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:11.537 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.193s] 2018-03-29 09:07:11,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:11.581 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.044s] 2018-03-29 09:07:13,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:13.648 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.581s] 2018-03-29 09:07:19,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:19.110 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.461s] 2018-03-29 09:07:21,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:21.350 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.882s] 2018-03-29 09:07:25,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:25.294 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.183s] 2018-03-29 09:07:25,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:25.572 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.484s] 2018-03-29 09:07:27,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:27.192 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [1.619s] 2018-03-29 09:07:27,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:27.640 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.447s] 2018-03-29 09:07:28,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:28.214 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.573s] 2018-03-29 09:07:28,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:28.707 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.492s] 2018-03-29 09:07:29,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:29.301 9836 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.593s] 2018-03-29 09:07:34,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:34.612 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.315s] 2018-03-29 09:07:35,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:35.100 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [109.834s] 2018-03-29 09:07:37,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:37.003 9836 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [89.359s] 2018-03-29 09:07:40,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:40.112 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.501s] 2018-03-29 09:07:40,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:40.395 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.283s] 2018-03-29 09:07:40,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:40.649 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.253s] 2018-03-29 09:07:40,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:40.714 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.065s] 2018-03-29 09:07:40,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:40.938 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.223s] 2018-03-29 09:07:41,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:41.202 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.263s] 2018-03-29 09:07:41,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:41.313 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.110s] 2018-03-29 09:07:41,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:41.545 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.231s] 2018-03-29 09:07:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:41.623 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.078s] 2018-03-29 09:07:42,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:42.535 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.084s] 2018-03-29 09:07:44,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:44.785 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.249s] 2018-03-29 09:07:47,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:47.383 9836 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [76.140s] 2018-03-29 09:07:50,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:50.053 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.428s] 2018-03-29 09:07:54,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:54.281 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [9.493s] 2018-03-29 09:07:55,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:55.593 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.313s] 2018-03-29 09:07:57,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:57.275 9836 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.735s] 2018-03-29 09:07:57,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:57.346 9836 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-03-29 09:07:58,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:58.069 9836 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.722s] 2018-03-29 09:07:58,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:58.202 9836 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.131s] 2018-03-29 09:07:58,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:58.204 9836 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-03-29 09:07:58,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:58.248 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.654s] 2018-03-29 09:07:59,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:07:59.554 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.304s] 2018-03-29 09:08:01,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:01.889 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.332s] 2018-03-29 09:08:01,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:01.935 9836 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-03-29 09:08:03,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:03.992 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.199s] 2018-03-29 09:08:04,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:04.055 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.062s] 2018-03-29 09:08:07,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:07.676 9836 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [20.290s] 2018-03-29 09:08:12,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:12.465 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [51.102s] 2018-03-29 09:08:15,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:15.805 9836 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [11.835s] 2018-03-29 09:08:26,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:26.682 9836 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [49.669s] 2018-03-29 09:08:27,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:27.498 9836 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.176s] 2018-03-29 09:08:32,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:32.138 9836 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [16.331s] 2018-03-29 09:08:34,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:34.864 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [22.396s] 2018-03-29 09:08:49,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:49.352 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.158s] 2018-03-29 09:08:49,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:49.521 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.168s] 2018-03-29 09:08:49,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:49.557 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.035s] 2018-03-29 09:08:49,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:49.578 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.021s] 2018-03-29 09:08:49,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:49.742 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.163s] 2018-03-29 09:08:49,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:49.882 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.139s] 2018-03-29 09:08:50,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:50.122 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.239s] 2018-03-29 09:08:50,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:50.309 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.187s] 2018-03-29 09:08:50,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:50.462 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.153s] 2018-03-29 09:08:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:50.497 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-03-29 09:08:50,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:50.655 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.157s] 2018-03-29 09:08:50,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:50.958 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.302s] 2018-03-29 09:08:51,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:51.007 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.049s] 2018-03-29 09:08:51,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:51.210 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.202s] 2018-03-29 09:08:51,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:51.251 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.040s] 2018-03-29 09:08:51,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:51.998 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.747s] 2018-03-29 09:08:52,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:52.196 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.197s] 2018-03-29 09:08:52,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:52.232 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-03-29 09:08:52,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:52.243 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2018-03-29 09:08:52,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:52.455 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.210s] 2018-03-29 09:08:52,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:52.489 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-29 09:08:52,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:52.668 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.178s] 2018-03-29 09:08:52,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:08:52.857 9836 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.188s] 2018-03-29 09:09:09,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:09.076 9836 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.421s] 2018-03-29 09:09:24,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:24.382 9836 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [76.691s] 2018-03-29 09:09:28,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:28.961 9836 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [19.884s] 2018-03-29 09:09:28,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:28.971 9836 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.324s] 2018-03-29 09:09:29,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:29.267 9836 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.294s] 2018-03-29 09:09:53,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:53.437 9836 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [24.472s] 2018-03-29 09:09:59,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:59.368 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-03-29 09:09:59,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:59.376 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-03-29 09:09:59,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:09:59.947 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.569s] 2018-03-29 09:10:00,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:10:00.225 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.277s] 2018-03-29 09:10:00,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:10:00.395 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.169s] 2018-03-29 09:10:00,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:10:00.792 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.396s] 2018-03-29 09:10:01,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:10:01.232 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.440s] 2018-03-29 09:10:01,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:10:01.278 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.045s] 2018-03-29 09:10:01,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:10:01.318 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-03-29 09:10:01,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:10:01.361 9836 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-03-29 09:13:20,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '72b471b6-88e5-405b-a7f8-2da03ce390ac']'. 2018-03-29 09:13:21,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 09:13:21,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 09:13:21,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 09:13:21,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 72b471b6-88e5-405b-a7f8-2da03ce390ac | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 09:05:22 | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 09:13:19 | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:57 | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0bdb7875-a492-461d-bcc1-ae32d5851d40) | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2d8d5636-feaa-4e85-97de-dd061fa96be2) | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 192 | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 466.666 | 2018-03-29 09:13:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 192 | 2018-03-29 09:13:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-29 09:13:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 09:13:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 09:13:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-29 09:13:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 09:13:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 09:13:21,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-29 09:13:35,580 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 09:13:35,581 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:40 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-29 09:13:35,585 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-29 09:13:35,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 09:13:38,188 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 09:13:37.776 9948 INFO rally.deployment.engine [-] Deployment 2d8d5636-feaa-4e85-97de-dd061fa96be2 | Starting: Destroy cloud and free allocated resources. 2018-03-29 09:13:37.853 9948 INFO rally.deployment.engine [-] Deployment 2d8d5636-feaa-4e85-97de-dd061fa96be2 | Completed: Destroy cloud and free allocated resources. 2018-03-29 09:13:37.899 9948 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40) for deployment 'opnfv-rally'. 2018-03-29 09:13:37.923 9948 INFO rally.api [-] Deleting verification (UUID=72b471b6-88e5-405b-a7f8-2da03ce390ac). 2018-03-29 09:13:37.970 9948 INFO rally.api [-] Verification has been successfully deleted! 2018-03-29 09:13:37.971 9948 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40). 2018-03-29 09:13:37.983 9948 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 09:13:40,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 09:13:40.333 9951 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c118d9ff-74dc-4050-bf5a-3f9d6c52c950) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c118d9ff-74dc-4050-bf5a-3f9d6c52c950 | 2018-03-29T09:13:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c118d9ff-74dc-4050-bf5a-3f9d6c52c950 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-29 09:13:44,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-29 09:13:44,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 09:13:46,328 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-29 09:13:46.045 9957 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0bdb7875-a492-461d-bcc1-ae32d5851d40). 2018-03-29 09:13:46.183 9957 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-29 09:13:49,568 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 09:13:48.281 9960 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 09:13:48.422 9960 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 09:13:49.363 9960 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0) as the default verifier for the future CLI operations. 2018-03-29 09:13:52,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 09:13:55,761 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 09:14:08,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 09:14:14,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 09:14:13.440 9979 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0) for deployment 'opnfv-rally' (UUID=c118d9ff-74dc-4050-bf5a-3f9d6c52c950). 2018-03-29 09:14:14.310 9979 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0) has been successfully configured for deployment 'opnfv-rally' (UUID=c118d9ff-74dc-4050-bf5a-3f9d6c52c950)! 2018-03-29 09:14:14,434 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 09:14:14,435 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 09:14:14,437 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 09:14:14,449 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-29 09:14:17,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-979b2b79-4a98-4731-8b04-98602aea6ec0/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-29 09:14:17,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-29 09:14:19,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 09:14:19.539 9988 INFO rally.api [-] Starting verification (UUID=e44e70fe-08a8-49c7-b9ee-b9831b979d29) for deployment 'opnfv-rally' (UUID=c118d9ff-74dc-4050-bf5a-3f9d6c52c950) by verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0). 2018-03-29 09:14:19,540 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e44e70fe-08a8-49c7-b9ee-b9831b979d29 2018-03-29 09:17:28,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e44e70fe-08a8-49c7-b9ee-b9831b979d29']'. 2018-03-29 09:17:29,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 09:17:29,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e44e70fe-08a8-49c7-b9ee-b9831b979d29 | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 09:14:19 | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 09:17:27 | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 09:17:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 979b2b79-4a98-4731-8b04-98602aea6ec0) | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c118d9ff-74dc-4050-bf5a-3f9d6c52c950) | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 175.281 | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-29 09:17:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 09:17:29,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 09:17:29,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-29 09:17:38,958 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 09:17:38,959 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:46 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-29 09:17:38,962 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-29 09:17:39,873 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-29 10:39:48,366 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'68652577-3258-47bb-bdd4-4afe2d903e17' != u'e5d0a638-b454-4140-9f8e-9094e81d3a3c' - 68652577-3258-47bb-bdd4-4afe2d903e17 + e5d0a638-b454-4140-9f8e-9094e81d3a3c ---------------------------------------------------------------------- Ran 119 tests in 4928.415s FAILED (failures=1) 2018-03-29 10:39:48,538 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 10:39:48,538 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:08 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-29 10:39:48,543 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-29 10:39:48,543 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-29 10:39:48,639 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-29 10:39:50,986 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-29 10:39:50.620 10215 INFO rally.deployment.engine [-] Deployment c118d9ff-74dc-4050-bf5a-3f9d6c52c950 | Starting: Destroy cloud and free allocated resources. 2018-03-29 10:39:50.711 10215 INFO rally.deployment.engine [-] Deployment c118d9ff-74dc-4050-bf5a-3f9d6c52c950 | Completed: Destroy cloud and free allocated resources. 2018-03-29 10:39:50.748 10215 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0) for deployment 'opnfv-rally'. 2018-03-29 10:39:50.769 10215 INFO rally.api [-] Deleting verification (UUID=e44e70fe-08a8-49c7-b9ee-b9831b979d29). 2018-03-29 10:39:50.805 10215 INFO rally.api [-] Verification has been successfully deleted! 2018-03-29 10:39:50.805 10215 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0). 2018-03-29 10:39:50.812 10215 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-29 10:39:53,522 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-29 10:39:53.239 10218 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=98a79d57-bd45-485f-b3e6-22a236d2c576) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 98a79d57-bd45-485f-b3e6-22a236d2c576 | 2018-03-29T10:39:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 98a79d57-bd45-485f-b3e6-22a236d2c576 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-29 10:39:56,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-29 10:39:56,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-29 10:39:59,105 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-29 10:39:58.845 10224 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=979b2b79-4a98-4731-8b04-98602aea6ec0). 2018-03-29 10:39:58.975 10224 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-29 10:40:02,559 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-29 10:40:01.073 10227 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-29 10:40:01.240 10227 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-29 10:40:02.394 10227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eeaa8c1a-268f-4c32-a71c-afcd5c8bd5cb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=eeaa8c1a-268f-4c32-a71c-afcd5c8bd5cb) as the default verifier for the future CLI operations. 2018-03-29 10:40:05,514 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-29 10:40:08,311 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-29 10:40:19,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-29 10:40:25,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-29 10:40:24.064 10246 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=eeaa8c1a-268f-4c32-a71c-afcd5c8bd5cb) for deployment 'opnfv-rally' (UUID=98a79d57-bd45-485f-b3e6-22a236d2c576). 2018-03-29 10:40:25.069 10246 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eeaa8c1a-268f-4c32-a71c-afcd5c8bd5cb) has been successfully configured for deployment 'opnfv-rally' (UUID=98a79d57-bd45-485f-b3e6-22a236d2c576)! 2018-03-29 10:40:25,234 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-29 10:40:25,234 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-29 10:40:25,236 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-29 10:40:25,244 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-29 10:40:28,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-eeaa8c1a-268f-4c32-a71c-afcd5c8bd5cb/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-29 10:40:28,218 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-29 10:40:28,221 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-29 10:40:28,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-29 10:40:30,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-29 10:40:30.370 10255 INFO rally.api [-] Starting verification (UUID=6cd7eef4-6b0a-4c13-b2b7-ac1d660defd2) for deployment 'opnfv-rally' (UUID=98a79d57-bd45-485f-b3e6-22a236d2c576) by verifier 'opnfv-tempest' (UUID=eeaa8c1a-268f-4c32-a71c-afcd5c8bd5cb). 2018-03-29 10:40:30,371 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6cd7eef4-6b0a-4c13-b2b7-ac1d660defd2 2018-03-29 10:43:03,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6cd7eef4-6b0a-4c13-b2b7-ac1d660defd2']'. 2018-03-29 10:43:04,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-29 10:43:04,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6cd7eef4-6b0a-4c13-b2b7-ac1d660defd2 | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-29 10:40:30 | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-29 10:43:03 | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:33 | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: eeaa8c1a-268f-4c32-a71c-afcd5c8bd5cb) | 2018-03-29 10:43:04,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 98a79d57-bd45-485f-b3e6-22a236d2c576) | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 128.699 | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-29 10:43:04,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-29 10:43:04,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-29 10:43:17,299 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 10:43:17,299 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:12 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-29 10:43:17,304 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:14 | PASS | | vping_userdata | functest | smoke | 01:04 | PASS | | tempest_smoke_serial | functest | smoke | 19:09 | PASS | | rally_sanity | functest | smoke | 23:55 | FAIL | | refstack_defcore | functest | smoke | 08:40 | PASS | | patrole | functest | smoke | 03:46 | PASS | | snaps_smoke | functest | smoke | 82:08 | FAIL | | neutron_trunk | functest | smoke | 03:12 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-29 10:43:17,311 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-29 10:43:20,797 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-71 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-29 10:43:20,801 - 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=f8Q34DXM33pBZcFWUNqxTdTFh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-29 10:43:20,801 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 10:43:20,802 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-03-29 10:43:20,804 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-29 10:43:20,804 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-29 10:47:06,432 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-29 10:47:06,556 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 10:47:06,557 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:46 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-29 10:47:06,560 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-29 11:34:55,196 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-29 11:34:55,334 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 11:34:55,335 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 47:48 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-29 11:34:55,345 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-29 11:34:55,347 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:46 | PASS | | barometercollectd | barometer | features | 47:48 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-29 11:34:55,380 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-29 11:36:09,700 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-71 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-29 11:36:09,704 - 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=f8Q34DXM33pBZcFWUNqxTdTFh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-29 11:36:09,705 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 11:36:09,705 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-29 11:36:09,706 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-29 11:36:09,708 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-29 11:36:12,329 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-71 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-29 11:36:12,333 - 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=f8Q34DXM33pBZcFWUNqxTdTFh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-29 11:36:12,333 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-29 11:36:12,334 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-29 11:36:12,336 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-29 11:36:12,336 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-29 11:40:04,672 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-29 11:40:04,806 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-29 11:40:04,807 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:52 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-29 11:40:04,811 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:52 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-29 11:40:04,812 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK