2018-03-30 19:53:45,362 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-30 19:53:45,363 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-03-30 19:53:45,842 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-30 19:53:46,316 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-30 19:53:46,317 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-03-30 19:53:46,711 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-03-30 19:53:46,711 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-03-30 19:53:47,184 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-03-30 19:53:47,185 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-03-30 19:53:47,648 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-03-30 19:53:47,649 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-03-30 19:53:49,049 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-30 19:53:51,021 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-30 19:53:57,391 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-30 19:53:59,568 - functest.ci.check_deployment - INFO - External network found: external 2018-03-30 19:54:02,137 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-76 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-30 19:54:02,140 - 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=YqYBjsa37gTw7EwcjgvBVhMbQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-03-30 19:54:02,140 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-30 19:54:02,141 - 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-30 19:54:02,142 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-30 19:54:02,142 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-30 19:54:06,374 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-30 19:54:16,748 - 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 10.364s OK 2018-03-30 19:54:16,893 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 19:54:16,893 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-30 19:54:16,897 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-30 19:54:19,092 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-30 20:06:26,584 - 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 727.438s OK 2018-03-30 20:06:26,744 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 20:06:26,745 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-30 20:06:26,748 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-30 20:06:27,797 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-30 20:07:09,509 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.711s OK 2018-03-30 20:07:09,619 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 20:07:09,619 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-30 20:07:09,624 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:07 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-30 20:07:09,627 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-30 20:07:12,837 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-76 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-30 20:07:12,840 - 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=YqYBjsa37gTw7EwcjgvBVhMbQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-03-30 20:07:12,840 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-30 20:07:12,841 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-03-30 20:07:12,842 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-30 20:07:12,842 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-30 20:07:14,339 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-30 20:07:14,339 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-30 20:07:14,752 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-30 20:07:14,752 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-30 20:07:15,113 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-30 20:07:15,113 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-30 20:07:15' 2018-03-30 20:07:15,113 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:07:18,914 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:07:22,945 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:07:29,155 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:07:30,010 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:07:30,797 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:07:37,701 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:07:41,651 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-599c4df4-9db0-48e9-9737-2d8c38959aba' 2018-03-30 20:08:02,441 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-30 20:09:11,590 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-30 20:09:11,737 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-30 20:09:12,744 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-30 20:09:32,007 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-30 20:09:32,007 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-30 20:09:32,502 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 20:09:32,502 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-30 20:09:32,506 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-30 20:09:32,617 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-30 20:09:32,617 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-30 20:09:32' 2018-03-30 20:09:32,617 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--de6eff9e-c505-415a-84c7-9375bc2194d9' 2018-03-30 20:09:36,162 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-de6eff9e-c505-415a-84c7-9375bc2194d9' 2018-03-30 20:09:38,713 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-de6eff9e-c505-415a-84c7-9375bc2194d9' 2018-03-30 20:09:44,947 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-de6eff9e-c505-415a-84c7-9375bc2194d9' 2018-03-30 20:09:45,669 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-de6eff9e-c505-415a-84c7-9375bc2194d9' 2018-03-30 20:09:52,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-de6eff9e-c505-415a-84c7-9375bc2194d9' 2018-03-30 20:09:59,210 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-30 20:10:10,247 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-30 20:10:13,312 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-30 20:10:28,898 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 20:10:28,898 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-30 20:10:28,902 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-30 20:10:29,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-30 20:10:36,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-30 20:10:36.112 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=362cc032-34a4-4584-b081-2b65501268b7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 362cc032-34a4-4584-b081-2b65501268b7 | 2018-03-30T20:10:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 362cc032-34a4-4584-b081-2b65501268b7 ~/.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-30 20:10:39,725 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-30 20:10:39,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-30 20:10:46,767 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-30 20:10:44.074 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-30 20:10:44.192 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-30 20:10:46.544 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc) as the default verifier for the future CLI operations. 2018-03-30 20:10:49,602 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-30 20:10:52,023 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-30 20:10:58,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-30 20:11:03,960 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-30 20:11:02.881 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc) for deployment 'opnfv-rally' (UUID=362cc032-34a4-4584-b081-2b65501268b7). 2018-03-30 20:11:03.752 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc) has been successfully configured for deployment 'opnfv-rally' (UUID=362cc032-34a4-4584-b081-2b65501268b7)! 2018-03-30 20:11:03,960 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-30 20:11:03,960 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-30 20:11:03,962 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-30 20:11:03,978 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-30 20:11:08,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-664dfe1a-f2b6-40c2-90e9-2737a5b08ecc/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-30 20:11:08,722 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-30 20:11:08,723 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-30 20:11:08,724 - 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-30 20:11:10,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:11:10.908 55 INFO rally.api [-] Starting verification (UUID=fae5decd-9fbb-4ba0-b826-fa7172c64347) for deployment 'opnfv-rally' (UUID=362cc032-34a4-4584-b081-2b65501268b7) by verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc). 2018-03-30 20:11:10,910 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fae5decd-9fbb-4ba0-b826-fa7172c64347 2018-03-30 20:11:18,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:11:18.896 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.187s] 2018-03-30 20:11:18,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:11:18.950 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-03-30 20:11:26,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:11:26.081 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.508s] 2018-03-30 20:11:29,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:11:29.150 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.068s] 2018-03-30 20:11:42,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:11:42.138 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.479s] 2018-03-30 20:12:01,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:12:01.622 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.083s] 2018-03-30 20:13:04,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:13:04.968 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-03-30 20:13:04,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:13:04.971 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-30 20:13:37,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:13:37.520 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-03-30 20:13:37,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:13:37.522 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-03-30 20:14:08,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:14:08.472 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.085s] 2018-03-30 20:14:08,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:14:08.473 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-03-30 20:15:49,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:15:49.425 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.679s] 2018-03-30 20:16:10,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:10.829 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-03-30 20:16:10,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:10.931 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-03-30 20:16:19,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:19.259 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.669s] 2018-03-30 20:16:19,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:19.270 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-30 20:16:21,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:21.051 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-30 20:16:21,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:21.057 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-30 20:16:25,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:25.120 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.369s] 2018-03-30 20:16:31,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:31.118 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.079s] 2018-03-30 20:16:37,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:37.947 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.729s] 2018-03-30 20:16:45,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:45.587 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.465s] 2018-03-30 20:16:55,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:16:55.175 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.225s] 2018-03-30 20:17:01,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:01.679 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.374s] 2018-03-30 20:17:07,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:07.651 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.219s] 2018-03-30 20:17:15,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:15.092 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.467s] 2018-03-30 20:17:22,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:22.251 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.476s] 2018-03-30 20:17:30,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:30.818 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.003s] 2018-03-30 20:17:33,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:33.548 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-30 20:17:35,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:35.629 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-03-30 20:17:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:35.710 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-03-30 20:17:35,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:35.792 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.081s] 2018-03-30 20:17:35,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:35.799 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-30 20:17:39,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:39.912 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.860s] 2018-03-30 20:17:42,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:42.115 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.201s] 2018-03-30 20:17:44,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:44.122 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.006s] 2018-03-30 20:17:50,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:50.200 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-03-30 20:17:57,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:17:57.217 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.731s] 2018-03-30 20:18:10,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:10.679 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.901s] 2018-03-30 20:18:14,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:14.127 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.447s] 2018-03-30 20:18:25,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:25.873 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.352s] 2018-03-30 20:18:29,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:29.201 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.327s] 2018-03-30 20:18:38,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:38.377 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.175s] 2018-03-30 20:18:47,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:47.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.870s] 2018-03-30 20:18:51,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:51.164 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.606s] 2018-03-30 20:18:58,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:18:58.467 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.302s] 2018-03-30 20:19:15,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:15.221 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.493s] 2018-03-30 20:19:15,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:15.661 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.440s] 2018-03-30 20:19:15,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:15.802 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.141s] 2018-03-30 20:19:15,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:15.892 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.089s] 2018-03-30 20:19:15,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:15.991 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.098s] 2018-03-30 20:19:16,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:16.281 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.289s] 2018-03-30 20:19:32,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:32.062 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.361s] 2018-03-30 20:19:32,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:32.357 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.295s] 2018-03-30 20:19:32,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:32.613 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.255s] 2018-03-30 20:19:32,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:32.829 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.215s] 2018-03-30 20:19:33,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:33.091 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.261s] 2018-03-30 20:19:33,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:33.297 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-03-30 20:19:46,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:46.785 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.031s] 2018-03-30 20:19:53,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:53.046 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.260s] 2018-03-30 20:19:54,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:54.784 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.736s] 2018-03-30 20:19:54,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:54.990 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.206s] 2018-03-30 20:19:55,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:19:55.199 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.208s] 2018-03-30 20:20:08,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:08.351 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.295s] 2018-03-30 20:20:14,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:14.591 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.240s] 2018-03-30 20:20:16,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:16.481 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.888s] 2018-03-30 20:20:16,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:16.682 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.201s] 2018-03-30 20:20:16,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:16.891 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.209s] 2018-03-30 20:20:32,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:32.544 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.671s] 2018-03-30 20:20:37,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:37.640 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.096s] 2018-03-30 20:20:42,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:42.209 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.568s] 2018-03-30 20:20:49,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:20:49.010 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.800s] 2018-03-30 20:21:13,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:13.936 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.369s] 2018-03-30 20:21:19,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:19.803 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.867s] 2018-03-30 20:21:24,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:24.505 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.701s] 2018-03-30 20:21:27,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:27.386 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.880s] 2018-03-30 20:21:44,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:44.200 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.468s] 2018-03-30 20:21:46,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:46.941 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.738s] 2018-03-30 20:21:47,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:47.144 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.205s] 2018-03-30 20:21:52,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:52.481 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.973s] 2018-03-30 20:21:54,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:54.388 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.905s] 2018-03-30 20:21:54,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:54.583 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.195s] 2018-03-30 20:21:58,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:21:58.866 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.149s] 2018-03-30 20:22:02,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:02.327 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-30 20:22:03,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:03.818 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-30 20:22:03,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:03.821 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-30 20:22:03,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:03.822 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-30 20:22:03,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:03.823 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-30 20:22:03,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:03.825 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-30 20:22:05,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:05.702 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2018-03-30 20:22:23,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:23.037 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.373s] 2018-03-30 20:22:37,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:37.027 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.081s] 2018-03-30 20:22:49,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:49.003 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.974s] 2018-03-30 20:22:58,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:22:58.350 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-03-30 20:25:36,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:25:36.306 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [152.632s] 2018-03-30 20:26:11,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:26:11.476 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.672s] 2018-03-30 20:26:55,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:26:55.424 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.828s] 2018-03-30 20:27:11,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fae5decd-9fbb-4ba0-b826-fa7172c64347']'. 2018-03-30 20:27:12,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-30 20:27:12,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-30 20:27:12,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 20:27:12,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fae5decd-9fbb-4ba0-b826-fa7172c64347 | 2018-03-30 20:27:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-30 20:27:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-30 20:11:10 | 2018-03-30 20:27:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-30 20:27:11 | 2018-03-30 20:27:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:01 | 2018-03-30 20:27:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-30 20:27:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-30 20:27:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 664dfe1a-f2b6-40c2-90e9-2737a5b08ecc) | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 362cc032-34a4-4584-b081-2b65501268b7) | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 938.732 | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-30 20:27:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-30 20:27:12,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-30 20:27:12,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 20:27:12,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-30 20:27:13,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-03-30 20:27:20,089 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 20:27:20,090 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:30 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-30 20:27:20,094 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-30 20:27:20,094 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-30 20:27:20,221 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-30 20:27:20,603 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-30 20:27:20,603 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-30 20:27:20,968 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-30 20:27:23,545 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-30 20:27:23.130 158 INFO rally.deployment.engine [-] Deployment 362cc032-34a4-4584-b081-2b65501268b7 | Starting: Destroy cloud and free allocated resources. 2018-03-30 20:27:23.201 158 INFO rally.deployment.engine [-] Deployment 362cc032-34a4-4584-b081-2b65501268b7 | Completed: Destroy cloud and free allocated resources. 2018-03-30 20:27:23.242 158 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc) for deployment 'opnfv-rally'. 2018-03-30 20:27:23.260 158 INFO rally.api [-] Deleting verification (UUID=fae5decd-9fbb-4ba0-b826-fa7172c64347). 2018-03-30 20:27:23.296 158 INFO rally.api [-] Verification has been successfully deleted! 2018-03-30 20:27:23.297 158 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc). 2018-03-30 20:27:23.309 158 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-30 20:27:25,916 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-30 20:27:25.650 161 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3e9098ee-6fa6-4139-8581-47a6c57e1647) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3e9098ee-6fa6-4139-8581-47a6c57e1647 | 2018-03-30T20:27:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3e9098ee-6fa6-4139-8581-47a6c57e1647 ~/.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-30 20:27:29,229 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-30 20:27:29,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-30 20:27:30,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f'... 2018-03-30 20:27:33,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-3615c4cd-c38b-4a9b-90e7-4fc90640276f'... 2018-03-30 20:27:36,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-3615c4cd-c38b-4a9b-90e7-4fc90640276f'... 2018-03-30 20:27:42,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f'... 2018-03-30 20:27:43,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f'... 2018-03-30 20:27:43,828 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-30 20:27:43,829 - 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-30 20:27:43,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:27:43,873 - 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-30 20:27:43,890 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:28:44,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bff50c8c-f118-447b-89d3-0eadb7575d55 2018-03-30 20:28:44,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-30 20:28:44,083 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bff50c8c-f118-447b-89d3-0eadb7575d55'] 2018-03-30 20:28:45,172 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bff50c8c-f118-447b-89d3-0eadb7575d55: 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 bff50c8c-f118-447b-89d3-0eadb7575d55 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | total | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> duration | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.487497 Full duration: 7.468366 -------------------------------------------------------------------------------- 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 bff50c8c-f118-447b-89d3-0eadb7575d55 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.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808074 Full duration: 7.480241 -------------------------------------------------------------------------------- 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 bff50c8c-f118-447b-89d3-0eadb7575d55 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | total | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> duration | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.932217 Full duration: 7.603299 -------------------------------------------------------------------------------- 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 bff50c8c-f118-447b-89d3-0eadb7575d55 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.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.873819 Full duration: 7.732433 -------------------------------------------------------------------------------- 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 bff50c8c-f118-447b-89d3-0eadb7575d55 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> duration | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.942839 Full duration: 7.904455 -------------------------------------------------------------------------------- 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 bff50c8c-f118-447b-89d3-0eadb7575d55 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.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808658 Full duration: 7.349204 HINTS: * To plot HTML graphics with this data, run: rally task report bff50c8c-f118-447b-89d3-0eadb7575d55 --out output.html * To generate a JUnit report, run: rally task export bff50c8c-f118-447b-89d3-0eadb7575d55 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bff50c8c-f118-447b-89d3-0eadb7575d55 --json --out output.json 2018-03-30 20:28:45,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bff50c8c-f118-447b-89d3-0eadb7575d55'] 2018-03-30 20:28:46,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:28:46,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bff50c8c-f118-447b-89d3-0eadb7575d55', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-30 20:28:46,192 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-30 20:28:46,192 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-30 20:28:46,193 - 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-30 20:28:46,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:28:46,210 - 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-30 20:28:46,215 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:30:24,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f7a926bc-4066-462d-b1dd-1afcddc0e763 2018-03-30 20:30:24,490 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f7a926bc-4066-462d-b1dd-1afcddc0e763'] 2018-03-30 20:30:25,481 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f7a926bc-4066-462d-b1dd-1afcddc0e763: 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 f7a926bc-4066-462d-b1dd-1afcddc0e763 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | -> glance_v2.upload_data | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | glance_v2.delete_image | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 100.0% | 1 | | total | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 100.0% | 1 | | -> duration | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 5.545 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.544856 Full duration: 14.044503 -------------------------------------------------------------------------------- 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 f7a926bc-4066-462d-b1dd-1afcddc0e763 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.969 | 4.969 | 4.969 | 4.969 | 4.969 | 4.969 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | -> glance_v2.upload_data | 1.975 | 1.975 | 1.975 | 1.975 | 1.975 | 1.975 | 100.0% | 1 | | glance_v2.list_images | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 100.0% | 1 | | -> duration | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.17205 Full duration: 17.275694 -------------------------------------------------------------------------------- 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 f7a926bc-4066-462d-b1dd-1afcddc0e763 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.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | -> duration | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.36753 Full duration: 8.099733 -------------------------------------------------------------------------------- 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-3615c4cd-c38b-4a9b-90e7-4fc90640276f" }, "number_instances": 2, "nics": [ { "net-id": "2b174859-0cd3-4286-9ec8-76aebb05fb55" } ] }, "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 f7a926bc-4066-462d-b1dd-1afcddc0e763 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.022 | 4.022 | 4.022 | 4.022 | 4.022 | 4.022 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> glance_v2.upload_data | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | nova.boot_servers | 11.325 | 11.325 | 11.325 | 11.325 | 11.325 | 11.325 | 100.0% | 1 | | total | 15.349 | 15.349 | 15.349 | 15.349 | 15.349 | 15.349 | 100.0% | 1 | | -> duration | 14.349 | 14.349 | 14.349 | 14.349 | 14.349 | 14.349 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.348644 Full duration: 41.465907 HINTS: * To plot HTML graphics with this data, run: rally task report f7a926bc-4066-462d-b1dd-1afcddc0e763 --out output.html * To generate a JUnit report, run: rally task export f7a926bc-4066-462d-b1dd-1afcddc0e763 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f7a926bc-4066-462d-b1dd-1afcddc0e763 --json --out output.json 2018-03-30 20:30:25,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f7a926bc-4066-462d-b1dd-1afcddc0e763'] 2018-03-30 20:30:26,490 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:30:26,490 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f7a926bc-4066-462d-b1dd-1afcddc0e763', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-30 20:30:26,497 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-30 20:30:26,497 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-30 20:30:26,498 - 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-30 20:30:26,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:30:26,539 - 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-30 20:30:26,552 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-30 20:30:26,552 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-30 20:30:26,553 - 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-30 20:30:26,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:30:26,584 - 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-30 20:30:26,597 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:33:45,263 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0127224f-22bc-4613-ae2b-91ff949e61bd 2018-03-30 20:33:45,263 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0127224f-22bc-4613-ae2b-91ff949e61bd'] 2018-03-30 20:33:46,149 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0127224f-22bc-4613-ae2b-91ff949e61bd: 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.302 | 3.302 | 3.302 | 3.302 | 3.302 | 3.302 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | total | 5.742 | 5.742 | 5.742 | 5.742 | 5.742 | 5.742 | 100.0% | 1 | | -> duration | 5.742 | 5.742 | 5.742 | 5.742 | 5.742 | 5.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.742439 Full duration: 22.618645 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.223 | 3.223 | 3.223 | 3.223 | 3.223 | 3.223 | 100.0% | 1 | | cinder_v2.delete_volume | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 100.0% | 1 | | total | 5.689 | 5.689 | 5.689 | 5.689 | 5.689 | 5.689 | 100.0% | 1 | | -> duration | 5.689 | 5.689 | 5.689 | 5.689 | 5.689 | 5.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.688926 Full duration: 16.755533 -------------------------------------------------------------------------------- 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-3615c4cd-c38b-4a9b-90e7-4fc90640276f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 0127224f-22bc-4613-ae2b-91ff949e61bd 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.632 | 8.632 | 8.632 | 8.632 | 8.632 | 8.632 | 100.0% | 1 | | cinder_v2.delete_volume | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 100.0% | 1 | | total | 11.24 | 11.24 | 11.24 | 11.24 | 11.24 | 11.24 | 100.0% | 1 | | -> duration | 11.24 | 11.24 | 11.24 | 11.24 | 11.24 | 11.24 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.240407 Full duration: 21.731605 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.406 | 3.406 | 3.406 | 3.406 | 3.406 | 3.406 | 100.0% | 1 | | cinder_v2.delete_volume | 2.48 | 2.48 | 2.48 | 2.48 | 2.48 | 2.48 | 100.0% | 1 | | total | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 100.0% | 1 | | -> duration | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 5.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.886354 Full duration: 15.819599 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.212 | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 100.0% | 1 | | cinder_v2.extend_volume | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 100.0% | 1 | | cinder_v2.delete_volume | 2.782 | 2.782 | 2.782 | 2.782 | 2.782 | 2.782 | 100.0% | 1 | | total | 8.508 | 8.508 | 8.508 | 8.508 | 8.508 | 8.508 | 100.0% | 1 | | -> duration | 8.508 | 8.508 | 8.508 | 8.508 | 8.508 | 8.508 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.508193 Full duration: 19.174414 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.34 | 3.34 | 3.34 | 3.34 | 3.34 | 3.34 | 100.0% | 1 | | cinder_v2.delete_volume | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 100.0% | 1 | | total | 5.947 | 5.947 | 5.947 | 5.947 | 5.947 | 5.947 | 100.0% | 1 | | -> duration | 5.947 | 5.947 | 5.947 | 5.947 | 5.947 | 5.947 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.947241 Full duration: 23.334132 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | cinder_v2.list_qos | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> duration | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889707 Full duration: 12.593156 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | cinder_v2.set_qos | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.919824 Full duration: 12.514723 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.793036 Full duration: 12.516295 -------------------------------------------------------------------------------- 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 0127224f-22bc-4613-ae2b-91ff949e61bd 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> duration | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.816819 Full duration: 12.357496 HINTS: * To plot HTML graphics with this data, run: rally task report 0127224f-22bc-4613-ae2b-91ff949e61bd --out output.html * To generate a JUnit report, run: rally task export 0127224f-22bc-4613-ae2b-91ff949e61bd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0127224f-22bc-4613-ae2b-91ff949e61bd --json --out output.json 2018-03-30 20:33:46,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0127224f-22bc-4613-ae2b-91ff949e61bd'] 2018-03-30 20:33:47,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:33:47,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0127224f-22bc-4613-ae2b-91ff949e61bd', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-30 20:33:47,207 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-30 20:33:47,208 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-30 20:33:47,208 - 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-30 20:33:47,208 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:33:47,238 - 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-30 20:33:47,248 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:35:08,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9b476e28-caf8-42ab-9034-221906ac6f13 2018-03-30 20:35:08,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9b476e28-caf8-42ab-9034-221906ac6f13'] 2018-03-30 20:35:09,652 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9b476e28-caf8-42ab-9034-221906ac6f13: 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 9b476e28-caf8-42ab-9034-221906ac6f13 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.523 | 4.523 | 4.523 | 4.523 | 4.523 | 4.523 | 100.0% | 1 | | heat.update_stack | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 100.0% | 1 | | heat.delete_stack | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | total | 9.889 | 9.889 | 9.889 | 9.889 | 9.889 | 9.889 | 100.0% | 1 | | -> duration | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.888982 Full duration: 18.403176 -------------------------------------------------------------------------------- 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 9b476e28-caf8-42ab-9034-221906ac6f13 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.555 | 4.555 | 4.555 | 4.555 | 4.555 | 4.555 | 100.0% | 1 | | heat.check_stack | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | heat.delete_stack | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 100.0% | 1 | | total | 7.116 | 7.116 | 7.116 | 7.116 | 7.116 | 7.116 | 100.0% | 1 | | -> duration | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.116272 Full duration: 17.101087 -------------------------------------------------------------------------------- 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 9b476e28-caf8-42ab-9034-221906ac6f13 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.576 | 4.576 | 4.576 | 4.576 | 4.576 | 4.576 | 100.0% | 1 | | heat.suspend_stack | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | heat.resume_stack | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 100.0% | 1 | | heat.delete_stack | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 100.0% | 1 | | total | 9.683 | 9.683 | 9.683 | 9.683 | 9.683 | 9.683 | 100.0% | 1 | | -> duration | 7.683 | 7.683 | 7.683 | 7.683 | 7.683 | 7.683 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.682586 Full duration: 17.987784 -------------------------------------------------------------------------------- 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 9b476e28-caf8-42ab-9034-221906ac6f13 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | total | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | -> duration | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.586901 Full duration: 8.467156 HINTS: * To plot HTML graphics with this data, run: rally task report 9b476e28-caf8-42ab-9034-221906ac6f13 --out output.html * To generate a JUnit report, run: rally task export 9b476e28-caf8-42ab-9034-221906ac6f13 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9b476e28-caf8-42ab-9034-221906ac6f13 --json --out output.json 2018-03-30 20:35:09,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9b476e28-caf8-42ab-9034-221906ac6f13'] 2018-03-30 20:35:10,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:35:10,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9b476e28-caf8-42ab-9034-221906ac6f13', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-30 20:35:10,648 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-30 20:35:10,648 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-30 20:35:10,649 - 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-30 20:35:10,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:35:10,667 - 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-30 20:35:10,681 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:38:26,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d9f16e89-1e14-4800-9639-4b2f3a7569e6 2018-03-30 20:38:26,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd9f16e89-1e14-4800-9639-4b2f3a7569e6'] 2018-03-30 20:38:27,378 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d9f16e89-1e14-4800-9639-4b2f3a7569e6: 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> duration | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812886 Full duration: 14.313299 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.list_roles | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749463 Full duration: 14.192625 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.list_projects | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 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.76742 Full duration: 15.006204 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> duration | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.601453 Full duration: 12.328218 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> duration | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.606563 Full duration: 12.809833 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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_user | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 100.0% | 1 | | -> duration | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.792548 Full duration: 19.630228 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | keystone_v3.update_project | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.delete_project | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.940452 Full duration: 12.666151 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800948 Full duration: 14.700835 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670596 Full duration: 14.520897 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.87608 Full duration: 14.724799 -------------------------------------------------------------------------------- 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 d9f16e89-1e14-4800-9639-4b2f3a7569e6 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_users | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 100.0% | 1 | | total | 6.558 | 6.558 | 6.558 | 6.558 | 6.558 | 6.558 | 100.0% | 1 | | -> duration | 6.558 | 6.558 | 6.558 | 6.558 | 6.558 | 6.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.558201 Full duration: 23.10228 HINTS: * To plot HTML graphics with this data, run: rally task report d9f16e89-1e14-4800-9639-4b2f3a7569e6 --out output.html * To generate a JUnit report, run: rally task export d9f16e89-1e14-4800-9639-4b2f3a7569e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d9f16e89-1e14-4800-9639-4b2f3a7569e6 --json --out output.json 2018-03-30 20:38:27,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd9f16e89-1e14-4800-9639-4b2f3a7569e6'] 2018-03-30 20:38:28,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:38:28,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd9f16e89-1e14-4800-9639-4b2f3a7569e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-30 20:38:28,496 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-30 20:38:28,497 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-30 20:38:28,497 - 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-30 20:38:28,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:38:28,537 - 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-30 20:38:28,554 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:43:39,847 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8857e589-3955-4c44-916d-c92e5cf4ea18 2018-03-30 20:43:39,847 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8857e589-3955-4c44-916d-c92e5cf4ea18'] 2018-03-30 20:43:40,960 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8857e589-3955-4c44-916d-c92e5cf4ea18: 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | neutron.delete_network | 1.146 | 1.146 | 1.146 | 1.146 | 1.146 | 1.146 | 100.0% | 1 | | total | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 100.0% | 1 | | -> duration | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.158354 Full duration: 15.530605 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.478 | 1.478 | 1.478 | 1.478 | 1.478 | 1.478 | 100.0% | 1 | | neutron.delete_port | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | total | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 100.0% | 1 | | -> duration | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.253255 Full duration: 29.339498 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | neutron.create_subnet | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | neutron.create_router | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | neutron.add_interface_router | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 100.0% | 1 | | neutron.remove_interface_router | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 100.0% | 1 | | neutron.delete_router | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | total | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 100.0% | 1 | | -> duration | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 5.458 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.458154 Full duration: 36.446894 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | neutron.delete_subnet | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | total | 1.931 | 1.931 | 1.931 | 1.931 | 1.931 | 1.931 | 100.0% | 1 | | -> duration | 1.931 | 1.931 | 1.931 | 1.931 | 1.931 | 1.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.93114 Full duration: 27.873065 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.list_networks | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | -> duration | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.307627 Full duration: 16.723347 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.465 | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 100.0% | 1 | | neutron.list_ports | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 100.0% | 1 | | total | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | -> duration | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.860067 Full duration: 29.756775 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.create_subnet | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | neutron.create_router | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | neutron.add_interface_router | 2.057 | 2.057 | 2.057 | 2.057 | 2.057 | 2.057 | 100.0% | 1 | | neutron.list_routers | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 4.271 | 4.271 | 4.271 | 4.271 | 4.271 | 4.271 | 100.0% | 1 | | -> duration | 4.271 | 4.271 | 4.271 | 4.271 | 4.271 | 4.271 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.270944 Full duration: 39.232029 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_subnet | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | neutron.list_subnets | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | total | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 100.0% | 1 | | -> duration | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.95147 Full duration: 32.889303 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | neutron.delete_security_group | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> duration | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.223839 Full duration: 14.507 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 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.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.create_security_group_rule | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 0.304 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | neutron.delete_security_group | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> duration | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.819559 Full duration: 14.938618 -------------------------------------------------------------------------------- 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 8857e589-3955-4c44-916d-c92e5cf4ea18 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | neutron.create_router | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | neutron.add_gateway_router | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 100.0% | 1 | | neutron.remove_gateway_router | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | total | 3.635 | 3.635 | 3.635 | 3.635 | 3.635 | 3.635 | 100.0% | 1 | | -> duration | 3.635 | 3.635 | 3.635 | 3.635 | 3.635 | 3.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.63527 Full duration: 24.206094 HINTS: * To plot HTML graphics with this data, run: rally task report 8857e589-3955-4c44-916d-c92e5cf4ea18 --out output.html * To generate a JUnit report, run: rally task export 8857e589-3955-4c44-916d-c92e5cf4ea18 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8857e589-3955-4c44-916d-c92e5cf4ea18 --json --out output.json 2018-03-30 20:43:40,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8857e589-3955-4c44-916d-c92e5cf4ea18'] 2018-03-30 20:43:41,971 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:43:41,972 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8857e589-3955-4c44-916d-c92e5cf4ea18', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-30 20:43:41,980 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-30 20:43:41,980 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-30 20:43:41,980 - 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-30 20:43:41,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:43:42,021 - 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-30 20:43:42,039 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:46:48,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ba1ac063-011e-41ab-be5e-6319fc7b6d75 2018-03-30 20:46:48,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ba1ac063-011e-41ab-be5e-6319fc7b6d75'] 2018-03-30 20:46:49,163 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ba1ac063-011e-41ab-be5e-6319fc7b6d75: 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-3615c4cd-c38b-4a9b-90e7-4fc90640276f" }, "image": { "name": "Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f" }, "block_migration": false, "nics": [ { "net-id": "2b174859-0cd3-4286-9ec8-76aebb05fb55" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ba1ac063-011e-41ab-be5e-6319fc7b6d75 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.328 | 9.328 | 9.328 | 9.328 | 9.328 | 9.328 | 100.0% | 1 | | nova.find_host_to_migrate | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 100.0% | 1 | | nova.live_migrate | 136.365 | 136.365 | 136.365 | 136.365 | 136.365 | 136.365 | 0.0% | 1 | | total | 147.187 | 147.187 | 147.187 | 147.187 | 147.187 | 147.187 | 0.0% | 1 | | -> duration | 146.187 | 146.187 | 146.187 | 146.187 | 146.187 | 146.187 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.18726 Full duration: 162.456744 HINTS: * To plot HTML graphics with this data, run: rally task report ba1ac063-011e-41ab-be5e-6319fc7b6d75 --out output.html * To generate a JUnit report, run: rally task export ba1ac063-011e-41ab-be5e-6319fc7b6d75 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ba1ac063-011e-41ab-be5e-6319fc7b6d75 --json --out output.json 2018-03-30 20:46:49,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ba1ac063-011e-41ab-be5e-6319fc7b6d75'] 2018-03-30 20:46:50,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:46:50,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ba1ac063-011e-41ab-be5e-6319fc7b6d75', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-30 20:46:50,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-30 20:46:50,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-30 20:46:50,198 - 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-30 20:46:50,198 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-30 20:46:50,240 - 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-30 20:46:50,251 - 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': '2b174859-0cd3-4286-9ec8-76aebb05fb55', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'flavor_name': 'rally-tiny-3615c4cd-c38b-4a9b-90e7-4fc90640276f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3615c4cd-c38b-4a9b-90e7-4fc90640276f', '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-30 20:47:43,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 51cea441-8094-47e6-8a37-b79086bafdaa 2018-03-30 20:47:43,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '51cea441-8094-47e6-8a37-b79086bafdaa'] 2018-03-30 20:47:44,139 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 51cea441-8094-47e6-8a37-b79086bafdaa: 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 51cea441-8094-47e6-8a37-b79086bafdaa 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | quotas.delete_quotas | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938385 Full duration: 8.778712 -------------------------------------------------------------------------------- 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 51cea441-8094-47e6-8a37-b79086bafdaa 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691836 Full duration: 8.657598 -------------------------------------------------------------------------------- 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 51cea441-8094-47e6-8a37-b79086bafdaa 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | total | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | -> duration | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.880329 Full duration: 9.068245 -------------------------------------------------------------------------------- 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 51cea441-8094-47e6-8a37-b79086bafdaa 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.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | total | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | -> duration | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.031839 Full duration: 8.702485 HINTS: * To plot HTML graphics with this data, run: rally task report 51cea441-8094-47e6-8a37-b79086bafdaa --out output.html * To generate a JUnit report, run: rally task export 51cea441-8094-47e6-8a37-b79086bafdaa --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 51cea441-8094-47e6-8a37-b79086bafdaa --json --out output.json 2018-03-30 20:47:44,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '51cea441-8094-47e6-8a37-b79086bafdaa'] 2018-03-30 20:47:45,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-30 20:47:45,208 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '51cea441-8094-47e6-8a37-b79086bafdaa', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-30 20:47:45,214 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-30 20:47:45,218 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:41 | 11 | 100.00% | | nova | 02:42 | 1 | 0.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:44 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-30 20:47:45,218 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-30 20:47:53,705 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-30 20:47:53,705 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-30 20:47:54,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 20:47:54,202 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:33 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-30 20:47:54,207 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-30 20:47:54,207 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-30 20:47:54,350 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-30 20:47:56,940 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-30 20:47:56.645 9829 INFO rally.deployment.engine [-] Deployment 3e9098ee-6fa6-4139-8581-47a6c57e1647 | Starting: Destroy cloud and free allocated resources. 2018-03-30 20:47:56.718 9829 INFO rally.deployment.engine [-] Deployment 3e9098ee-6fa6-4139-8581-47a6c57e1647 | Completed: Destroy cloud and free allocated resources. 2018-03-30 20:47:56.741 9829 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc). 2018-03-30 20:47:56.746 9829 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-30 20:47:59,272 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-30 20:47:59.038 9832 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=883d235b-97fb-4c9b-9ea5-dc51a004101c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 883d235b-97fb-4c9b-9ea5-dc51a004101c | 2018-03-30T20:47:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 883d235b-97fb-4c9b-9ea5-dc51a004101c ~/.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-30 20:48:02,710 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-30 20:48:02,711 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-30 20:48:05,116 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-30 20:48:04.825 9838 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=664dfe1a-f2b6-40c2-90e9-2737a5b08ecc). 2018-03-30 20:48:04.951 9838 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-30 20:48:08,414 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-30 20:48:07.106 9841 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-30 20:48:07.227 9841 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-30 20:48:08.239 9841 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739) has been successfully created! Using verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739) as the default verifier for the future CLI operations. 2018-03-30 20:48:11,218 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-30 20:48:13,841 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-30 20:48:20,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-30 20:48:25,513 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-30 20:48:24.466 9860 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739) for deployment 'opnfv-rally' (UUID=883d235b-97fb-4c9b-9ea5-dc51a004101c). 2018-03-30 20:48:25.332 9860 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739) has been successfully configured for deployment 'opnfv-rally' (UUID=883d235b-97fb-4c9b-9ea5-dc51a004101c)! 2018-03-30 20:48:25,514 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-30 20:48:25,514 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-30 20:48:25,517 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-30 20:48:29,103 - 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-30 20:48:31,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:31.182 9872 INFO rally.api [-] Starting verification (UUID=d389e3cb-8c7a-4963-9080-ed515c8dab95) for deployment 'opnfv-rally' (UUID=883d235b-97fb-4c9b-9ea5-dc51a004101c) by verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739). 2018-03-30 20:48:31,184 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d389e3cb-8c7a-4963-9080-ed515c8dab95 2018-03-30 20:48:40,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:40.139 9872 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-03-30 20:48:40,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:40.381 9872 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.314s] 2018-03-30 20:48:40,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:40.394 9872 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.223s] 2018-03-30 20:48:44,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:44.127 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.181s] 2018-03-30 20:48:46,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:46.420 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.292s] 2018-03-30 20:48:46,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:46.737 9872 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.010s] 2018-03-30 20:48:48,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:48.343 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.921s] 2018-03-30 20:48:49,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:49.568 9872 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.552s] 2018-03-30 20:48:49,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:49.829 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.486s] 2018-03-30 20:48:51,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:51.123 9872 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.555s] 2018-03-30 20:48:51,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:51.607 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.777s] 2018-03-30 20:48:52,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:52.427 9872 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.061s] 2018-03-30 20:48:54,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:54.019 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.411s] 2018-03-30 20:48:54,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:54.441 9872 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.013s] 2018-03-30 20:48:55,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:55.597 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.577s] 2018-03-30 20:48:55,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:55.862 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.266s] 2018-03-30 20:48:55,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:55.887 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2018-03-30 20:48:56,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:56.050 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.162s] 2018-03-30 20:48:56,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:48:56.247 9872 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.197s] 2018-03-30 20:49:02,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:02.516 9872 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.617s] 2018-03-30 20:49:12,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:12.562 9872 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.155s] 2018-03-30 20:49:18,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:18.188 9872 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.626s] 2018-03-30 20:49:20,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:20.675 9872 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.486s] 2018-03-30 20:49:20,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:20.734 9872 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.059s] 2018-03-30 20:49:20,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:20.993 9872 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.258s] 2018-03-30 20:49:21,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:21.055 9872 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-03-30 20:49:21,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:21.266 9872 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.210s] 2018-03-30 20:49:26,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:26.005 9872 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [33.655s] 2018-03-30 20:49:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:49:27.177 9872 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.177s] 2018-03-30 20:51:46,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:51:46.483 9872 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [174.820s] 2018-03-30 20:52:10,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:10.616 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.300s] 2018-03-30 20:52:10,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:10.675 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-03-30 20:52:11,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:11.736 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.060s] 2018-03-30 20:52:16,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:16.146 9872 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.658s] 2018-03-30 20:52:30,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:30.447 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.163s] 2018-03-30 20:52:30,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:30.719 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.272s] 2018-03-30 20:52:30,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:30.897 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.177s] 2018-03-30 20:52:31,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.072 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.174s] 2018-03-30 20:52:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.239 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.166s] 2018-03-30 20:52:31,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.395 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.156s] 2018-03-30 20:52:31,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.463 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.067s] 2018-03-30 20:52:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.652 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2018-03-30 20:52:31,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.810 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-03-30 20:52:31,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.844 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-03-30 20:52:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:31.854 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-03-30 20:52:32,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:32.051 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.196s] 2018-03-30 20:52:32,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:32.271 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.218s] 2018-03-30 20:52:32,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:32.309 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-03-30 20:52:32,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:32.347 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-03-30 20:52:32,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:32.695 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.346s] 2018-03-30 20:52:32,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:32.866 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.171s] 2018-03-30 20:52:33,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:33.069 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.202s] 2018-03-30 20:52:33,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:33.080 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-03-30 20:52:33,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:33.117 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-03-30 20:52:33,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:33.166 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.046s] 2018-03-30 20:52:33,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:33.202 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-03-30 20:52:33,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:33.391 9872 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.189s] 2018-03-30 20:52:58,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:58.855 9872 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.234s] 2018-03-30 20:52:58,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:58.917 9872 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-03-30 20:52:59,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:52:59.767 9872 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.849s] 2018-03-30 20:55:19,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:19.208 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.459s] 2018-03-30 20:55:19,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:19.209 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-03-30 20:55:43,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:43.820 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.534s] 2018-03-30 20:55:44,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:44.063 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.242s] 2018-03-30 20:55:44,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:44.293 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.230s] 2018-03-30 20:55:44,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:44.668 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.374s] 2018-03-30 20:55:45,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:45.073 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.403s] 2018-03-30 20:55:45,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:45.468 9872 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.394s] 2018-03-30 20:55:53,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:53.818 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.630s] 2018-03-30 20:55:55,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:55:55.749 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.931s] 2018-03-30 20:56:01,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:01.179 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.426s] 2018-03-30 20:56:01,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:01.847 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.670s] 2018-03-30 20:56:03,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:03.984 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.135s] 2018-03-30 20:56:06,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:06.713 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.729s] 2018-03-30 20:56:07,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:07.190 9872 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.413s] 2018-03-30 20:56:07,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:07.191 9872 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-03-30 20:56:08,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:08.325 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.610s] 2018-03-30 20:56:08,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:08.514 9872 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.191s] 2018-03-30 20:56:20,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:56:20.966 9872 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.159s] 2018-03-30 20:56:24,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd389e3cb-8c7a-4963-9080-ed515c8dab95']'. 2018-03-30 20:56:24,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d389e3cb-8c7a-4963-9080-ed515c8dab95 | 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-30 20:48:31 | 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-30 20:56:23 | 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:52 | 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-30 20:56:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: baaad00d-2e84-4af3-a116-39fcfd329739) | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 883d235b-97fb-4c9b-9ea5-dc51a004101c) | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 79 | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 462.987 | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 75 | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 4 | 2018-03-30 20:56:24,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 20:56:24,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-30 20:56:25,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 94.9367088608% 2018-03-30 20:56:34,108 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 20:56:34,109 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:23 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-30 20:56:34,113 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-30 20:56:34,113 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-30 20:56:34,236 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-30 20:56:36,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-30 20:56:36.359 9968 INFO rally.deployment.engine [-] Deployment 883d235b-97fb-4c9b-9ea5-dc51a004101c | Starting: Destroy cloud and free allocated resources. 2018-03-30 20:56:36.444 9968 INFO rally.deployment.engine [-] Deployment 883d235b-97fb-4c9b-9ea5-dc51a004101c | Completed: Destroy cloud and free allocated resources. 2018-03-30 20:56:36.483 9968 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739) for deployment 'opnfv-rally'. 2018-03-30 20:56:36.498 9968 INFO rally.api [-] Deleting verification (UUID=d389e3cb-8c7a-4963-9080-ed515c8dab95). 2018-03-30 20:56:36.534 9968 INFO rally.api [-] Verification has been successfully deleted! 2018-03-30 20:56:36.535 9968 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739). 2018-03-30 20:56:36.541 9968 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-30 20:56:39,161 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-30 20:56:38.902 9971 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c67126db-7fac-4f85-adec-01d69fedc672) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c67126db-7fac-4f85-adec-01d69fedc672 | 2018-03-30T20:56:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c67126db-7fac-4f85-adec-01d69fedc672 ~/.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-30 20:56:42,375 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-30 20:56:42,375 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-30 20:56:44,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-30 20:56:44.522 9977 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=baaad00d-2e84-4af3-a116-39fcfd329739). 2018-03-30 20:56:44.636 9977 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-30 20:56:48,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-30 20:56:46.645 9980 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-30 20:56:46.773 9980 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-30 20:56:47.869 9980 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849) as the default verifier for the future CLI operations. 2018-03-30 20:56:51,052 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-30 20:56:53,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-30 20:57:02,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-30 20:57:08,213 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-30 20:57:07.211 9999 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849) for deployment 'opnfv-rally' (UUID=c67126db-7fac-4f85-adec-01d69fedc672). 2018-03-30 20:57:08.082 9999 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849) has been successfully configured for deployment 'opnfv-rally' (UUID=c67126db-7fac-4f85-adec-01d69fedc672)! 2018-03-30 20:57:08,214 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-30 20:57:08,214 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-30 20:57:08,216 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-30 20:57:08,230 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-30 20:57:11,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0e419e69-8166-49d0-b31c-6377deb25849/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-30 20:57:11,290 - 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-30 20:57:13,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 20:57:13.564 10008 INFO rally.api [-] Starting verification (UUID=3ef9439d-94b1-45e4-a7a2-9f7e5665d01a) for deployment 'opnfv-rally' (UUID=c67126db-7fac-4f85-adec-01d69fedc672) by verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849). 2018-03-30 20:57:13,565 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 3ef9439d-94b1-45e4-a7a2-9f7e5665d01a 2018-03-30 20:59:54,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3ef9439d-94b1-45e4-a7a2-9f7e5665d01a']'. 2018-03-30 20:59:55,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-30 20:59:55,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-30 20:59:55,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 20:59:55,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3ef9439d-94b1-45e4-a7a2-9f7e5665d01a | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-30 20:57:13 | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-30 20:59:53 | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0e419e69-8166-49d0-b31c-6377deb25849) | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c67126db-7fac-4f85-adec-01d69fedc672) | 2018-03-30 20:59:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.726 | 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 20:59:55,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-30 20:59:55,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-30 21:00:02,711 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 21:00:02,711 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-30 21:00:02,715 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-30 21:00:02,716 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-30 21:00:24,075 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-03-30 21:00:24,075 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-30 21:00:24,105 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-30 21:00:24,233 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 21:00:24,234 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-30 21:00:24,238 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-30 21:00:25,315 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-30 21:40:51,203 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 21:40:51,203 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:26 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-30 21:40:51,207 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-30 21:40:51,207 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-30 21:40:51,301 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-30 21:40:53,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-30 21:40:53.490 10098 INFO rally.deployment.engine [-] Deployment c67126db-7fac-4f85-adec-01d69fedc672 | Starting: Destroy cloud and free allocated resources. 2018-03-30 21:40:53.566 10098 INFO rally.deployment.engine [-] Deployment c67126db-7fac-4f85-adec-01d69fedc672 | Completed: Destroy cloud and free allocated resources. 2018-03-30 21:40:53.621 10098 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849) for deployment 'opnfv-rally'. 2018-03-30 21:40:53.652 10098 INFO rally.api [-] Deleting verification (UUID=3ef9439d-94b1-45e4-a7a2-9f7e5665d01a). 2018-03-30 21:40:53.691 10098 INFO rally.api [-] Verification has been successfully deleted! 2018-03-30 21:40:53.692 10098 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849). 2018-03-30 21:40:53.705 10098 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-30 21:40:56,408 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-30 21:40:56.123 10101 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f96bcf0f-f33d-4231-83ae-9408236fc7d1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f96bcf0f-f33d-4231-83ae-9408236fc7d1 | 2018-03-30T21:40:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f96bcf0f-f33d-4231-83ae-9408236fc7d1 ~/.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-30 21:40:59,913 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-30 21:40:59,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-30 21:41:02,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-30 21:41:02.046 10107 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0e419e69-8166-49d0-b31c-6377deb25849). 2018-03-30 21:41:02.161 10107 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-30 21:41:05,810 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-30 21:41:04.425 10110 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-30 21:41:04.554 10110 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-30 21:41:05.625 10110 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e1b40ccd-967a-4ee9-b475-3740d5013e34) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e1b40ccd-967a-4ee9-b475-3740d5013e34) as the default verifier for the future CLI operations. 2018-03-30 21:41:17,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-30 21:41:23,072 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-30 21:41:21.991 10129 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e1b40ccd-967a-4ee9-b475-3740d5013e34) for deployment 'opnfv-rally' (UUID=f96bcf0f-f33d-4231-83ae-9408236fc7d1). 2018-03-30 21:41:22.871 10129 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e1b40ccd-967a-4ee9-b475-3740d5013e34) has been successfully configured for deployment 'opnfv-rally' (UUID=f96bcf0f-f33d-4231-83ae-9408236fc7d1)! 2018-03-30 21:41:26,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e1b40ccd-967a-4ee9-b475-3740d5013e34/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-30 21:41:26,102 - 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-30 21:41:28,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-30 21:41:28.287 10138 INFO rally.api [-] Starting verification (UUID=1cdd6a22-098d-4150-b0b4-1f591cc672a1) for deployment 'opnfv-rally' (UUID=f96bcf0f-f33d-4231-83ae-9408236fc7d1) by verifier 'opnfv-tempest' (UUID=e1b40ccd-967a-4ee9-b475-3740d5013e34). 2018-03-30 21:43:21,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1cdd6a22-098d-4150-b0b4-1f591cc672a1']'. 2018-03-30 21:43:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-30 21:43:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-30 21:43:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 21:43:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1cdd6a22-098d-4150-b0b4-1f591cc672a1 | 2018-03-30 21:43:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-30 21:41:28 | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-30 21:43:21 | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e1b40ccd-967a-4ee9-b475-3740d5013e34) | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f96bcf0f-f33d-4231-83ae-9408236fc7d1) | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-30 21:43:22,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 101.222 | 2018-03-30 21:43:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-03-30 21:43:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-03-30 21:43:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-30 21:43:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-30 21:43:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-30 21:43:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-30 21:43:22,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-30 21:43:22,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-03-30 21:43:29,450 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-30 21:43:29,450 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:21 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-03-30 21:43:29,454 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-03-30 21:43:29,455 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:58 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 16:30 | FAIL | | rally_sanity | functest | smoke | 20:33 | FAIL | | refstack_defcore | functest | smoke | 08:23 | FAIL | | patrole | functest | smoke | 03:12 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:26 | FAIL | | neutron_trunk | functest | smoke | 02:21 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-30 21:43:29,462 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-30 21:43:32,871 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-76 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-30 21:43:32,874 - 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=YqYBjsa37gTw7EwcjgvBVhMbQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-03-30 21:43:32,874 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-30 21:43:32,874 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-30 21:43:32,874 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-30 21:43:32,876 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-30 21:43:35,247 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-76 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-30 21:43:35,250 - 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=YqYBjsa37gTw7EwcjgvBVhMbQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-03-30 21:43:35,250 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-30 21:43:35,250 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-30 21:43:35,250 - 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-30 21:43:35,251 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-30 21:43:37,700 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-76 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-30 21:43:37,702 - 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=YqYBjsa37gTw7EwcjgvBVhMbQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-03-30 21:43:37,702 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-30 21:43:37,702 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-30 21:43:37,703 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-30 21:43:37,703 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK