2018-04-05 21:24:29,416 - functest.ci.check_deployment - DEBUG - 172.30.9.24:5000 is reachable! 2018-04-05 21:24:29,416 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.24:5000/v3 ...OK 2018-04-05 21:24:29,787 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-05 21:24:30,149 - functest.ci.check_deployment - DEBUG - 172.30.9.24:5000 is reachable! 2018-04-05 21:24:30,150 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.24:5000 ...OK 2018-04-05 21:24:30,594 - functest.ci.check_deployment - DEBUG - 172.30.9.24:8774 is reachable! 2018-04-05 21:24:30,594 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.24:8774/v2.1 ...OK 2018-04-05 21:24:30,956 - functest.ci.check_deployment - DEBUG - 172.30.9.24:9696 is reachable! 2018-04-05 21:24:30,956 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.24:9696 ...OK 2018-04-05 21:24:31,316 - functest.ci.check_deployment - DEBUG - 172.30.9.24:9292 is reachable! 2018-04-05 21:24:31,317 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.24:9292 ...OK 2018-04-05 21:24:32,623 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-05 21:24:34,121 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-05 21:24:34,150 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-05 21:24:35,447 - functest.ci.check_deployment - INFO - External network found: external 2018-04-05 21:24:37,995 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-103 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 21:24:37,997 - 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=du9PExqtbWfKYkTWbqByxRRHA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.7 export OS_REGION_NAME=regionOne 2018-04-05 21:24:37,997 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 21:24:37,997 - 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-04-05 21:24:37,998 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-05 21:24:37,998 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-05 21:24:39,903 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 21:24:47,415 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 7.501s OK 2018-04-05 21:24:47,543 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 21:24:47,544 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-05 21:24:47,547 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-05 21:24:48,203 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 21:33:56,668 - 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 548.416s OK 2018-04-05 21:33:56,786 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 21:33:56,786 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-05 21:33:56,790 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-05 21:33:57,484 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 21:34:59,150 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 61.664s OK 2018-04-05 21:34:59,264 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 21:34:59,265 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:02 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-05 21:34:59,269 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 09:08 | PASS | | snaps_health_check | functest | healthcheck | 01:02 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-05 21:34:59,272 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-05 21:35:50,755 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-103 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 21:35:50,758 - 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=du9PExqtbWfKYkTWbqByxRRHA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.7 export OS_REGION_NAME=regionOne 2018-04-05 21:35:50,758 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 21:35:50,759 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_userdata tempest_smoke_serial | | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | | odl snaps_smoke neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ 2018-04-05 21:35:50,760 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-05 21:35:50,760 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-05 21:35:51,288 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-05 21:35:51,289 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-05 21:35:51' 2018-04-05 21:35:51,289 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--91db6284-186c-45b6-b8b8-ef478c23ac28' 2018-04-05 21:35:52,842 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-91db6284-186c-45b6-b8b8-ef478c23ac28' 2018-04-05 21:35:55,432 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-91db6284-186c-45b6-b8b8-ef478c23ac28' 2018-04-05 21:36:00,286 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-91db6284-186c-45b6-b8b8-ef478c23ac28' 2018-04-05 21:36:01,044 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-91db6284-186c-45b6-b8b8-ef478c23ac28' 2018-04-05 21:36:04,958 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-91db6284-186c-45b6-b8b8-ef478c23ac28' 2018-04-05 21:36:12,341 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-05 21:36:21,017 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-05 21:36:23,307 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-05 21:36:25,606 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-05 21:36:25,728 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 21:36:25,728 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-05 21:36:43,938 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-05 21:36:44,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 21:36:48,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 21:36:48.490 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c | 2018-04-05T21:36:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c ~/.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-04-05 21:36:51,942 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-05 21:36:51,942 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 21:36:57,882 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 21:36:56.152 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 21:36:56.279 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 21:36:57.738 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675) has been successfully created! Using verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675) as the default verifier for the future CLI operations. 2018-04-05 21:37:00,875 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-05 21:37:02,521 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-05 21:37:06,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 21:37:11,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 21:37:10.335 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675) for deployment 'opnfv-rally' (UUID=f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c). 2018-04-05 21:37:11.029 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675) has been successfully configured for deployment 'opnfv-rally' (UUID=f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c)! 2018-04-05 21:37:11,208 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-05 21:37:11,209 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-05 21:37:11,210 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-05 21:37:11,213 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-05 21:37:14,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-515748f0-977b-4f38-8c6d-b8e1bc986675/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-05 21:37:14,642 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-05 21:37:14,643 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-05 21:37:14,644 - 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-04-05 21:37:16,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:37:16.663 51 INFO rally.api [-] Starting verification (UUID=2e6e39dc-6d83-41c2-ab21-6cc825d5152f) for deployment 'opnfv-rally' (UUID=f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c) by verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675). 2018-04-05 21:37:16,665 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2e6e39dc-6d83-41c2-ab21-6cc825d5152f 2018-04-05 21:37:22,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:37:22.913 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.173s] 2018-04-05 21:37:22,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:37:22.970 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-04-05 21:37:28,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:37:28.536 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.975s] 2018-04-05 21:37:30,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:37:30.303 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.765s] 2018-04-05 21:37:38,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:37:38.346 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.683s] 2018-04-05 21:37:51,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:37:51.098 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.577s] 2018-04-05 21:38:17,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:38:17.429 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-04-05 21:38:17,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:38:17.430 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-05 21:38:42,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:38:42.129 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.083s] 2018-04-05 21:38:42,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:38:42.130 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-05 21:39:06,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:39:06.632 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-04-05 21:39:06,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:39:06.633 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-05 21:40:43,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:40:43.766 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.115s] 2018-04-05 21:41:03,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:03.795 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-04-05 21:41:03,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:03.891 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-04-05 21:41:10,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:10.729 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.630s] 2018-04-05 21:41:10,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:10.738 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-05 21:41:11,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:11.889 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-05 21:41:11,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:11.890 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-05 21:41:15,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:15.826 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.610s] 2018-04-05 21:41:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:21.017 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.078s] 2018-04-05 21:41:26,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:26.842 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.590s] 2018-04-05 21:41:33,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:33.920 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.387s] 2018-04-05 21:41:42,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:42.445 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.918s] 2018-04-05 21:41:48,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:48.023 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.416s] 2018-04-05 21:41:53,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:53.178 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.163s] 2018-04-05 21:41:59,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:41:59.747 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.390s] 2018-04-05 21:42:06,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:06.316 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.386s] 2018-04-05 21:42:13,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:13.655 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.549s] 2018-04-05 21:42:15,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:15.924 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-05 21:42:17,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:17.825 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-04-05 21:42:17,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:17.897 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-04-05 21:42:17,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:17.966 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-04-05 21:42:17,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:17.973 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-05 21:42:21,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:21.210 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.297s] 2018-04-05 21:42:22,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:22.256 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.045s] 2018-04-05 21:42:23,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:23.264 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.006s] 2018-04-05 21:42:28,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:28.388 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-05 21:42:33,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:33.593 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.919s] 2018-04-05 21:42:44,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:44.792 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.274s] 2018-04-05 21:42:47,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:47.565 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.772s] 2018-04-05 21:42:57,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:42:57.503 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.687s] 2018-04-05 21:43:00,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:00.225 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.721s] 2018-04-05 21:43:06,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:06.233 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.006s] 2018-04-05 21:43:14,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:14.977 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.597s] 2018-04-05 21:43:18,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:18.306 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.327s] 2018-04-05 21:43:21,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:21.501 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.195s] 2018-04-05 21:43:36,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:36.060 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.390s] 2018-04-05 21:43:36,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:36.364 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.304s] 2018-04-05 21:43:36,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:36.623 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.258s] 2018-04-05 21:43:36,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:36.673 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.050s] 2018-04-05 21:43:36,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:36.775 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.101s] 2018-04-05 21:43:36,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:36.826 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.052s] 2018-04-05 21:43:47,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:47.858 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.414s] 2018-04-05 21:43:47,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:47.986 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.128s] 2018-04-05 21:43:48,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:48.249 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.262s] 2018-04-05 21:43:48,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:48.298 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.048s] 2018-04-05 21:43:48,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:48.777 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.478s] 2018-04-05 21:43:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:48.832 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-04-05 21:43:59,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:43:59.097 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.407s] 2018-04-05 21:44:03,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:03.068 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.971s] 2018-04-05 21:44:04,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:04.573 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.503s] 2018-04-05 21:44:04,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:04.627 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-04-05 21:44:04,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:04.674 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.047s] 2018-04-05 21:44:14,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:14.298 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.324s] 2018-04-05 21:44:18,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:18.607 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.308s] 2018-04-05 21:44:20,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:20.058 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.450s] 2018-04-05 21:44:20,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:20.123 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.066s] 2018-04-05 21:44:20,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:20.176 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2018-04-05 21:44:32,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:32.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.620s] 2018-04-05 21:44:36,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:36.987 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.478s] 2018-04-05 21:44:40,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:40.552 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.564s] 2018-04-05 21:44:43,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:44:43.141 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.588s] 2018-04-05 21:45:01,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:01.620 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.666s] 2018-04-05 21:45:06,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:06.290 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.671s] 2018-04-05 21:45:10,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:10.497 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.206s] 2018-04-05 21:45:13,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:13.152 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.654s] 2018-04-05 21:45:24,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:24.235 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.131s] 2018-04-05 21:45:26,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:26.058 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.819s] 2018-04-05 21:45:26,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:26.246 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.192s] 2018-04-05 21:45:30,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:30.170 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.117s] 2018-04-05 21:45:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:31.652 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.479s] 2018-04-05 21:45:31,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:31.694 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-04-05 21:45:35,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:35.374 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.756s] 2018-04-05 21:45:38,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:38.247 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-05 21:45:39,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:39.733 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-05 21:45:39,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:39.733 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-05 21:45:39,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:39.734 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-05 21:45:39,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:39.735 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-05 21:45:39,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:39.735 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-05 21:45:41,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:41.550 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-05 21:45:55,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:45:55.096 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.835s] 2018-04-05 21:46:06,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:46:06.161 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.635s] 2018-04-05 21:46:16,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:46:16.206 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.042s] 2018-04-05 21:46:24,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:46:24.669 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-04-05 21:48:58,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:48:58.177 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [148.094s] 2018-04-05 21:49:27,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:49:27.281 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [20.873s] 2018-04-05 21:50:01,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 21:50:01.339 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [18.989s] 2018-04-05 21:50:15,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2e6e39dc-6d83-41c2-ab21-6cc825d5152f']'. 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2e6e39dc-6d83-41c2-ab21-6cc825d5152f | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 21:37:16 | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 21:50:15 | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:59 | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 515748f0-977b-4f38-8c6d-b8e1bc986675) | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c) | 2018-04-05 21:50:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 760.512 | 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 21:50:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 21:50:16,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-05 21:50:22,420 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 21:50:22,421 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:21 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-05 21:50:22,423 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-05 21:50:22,423 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-05 21:50:25,061 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-04-05 21:50:25,062 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 21:50:27,715 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 21:50:27.048 222 INFO rally.deployment.engine [-] Deployment f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c | Starting: Destroy cloud and free allocated resources. 2018-04-05 21:50:27.425 222 INFO rally.deployment.engine [-] Deployment f3ff0a04-c0a1-4ea7-b979-c3ca7a3bce7c | Completed: Destroy cloud and free allocated resources. 2018-04-05 21:50:27.463 222 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675) for deployment 'opnfv-rally'. 2018-04-05 21:50:27.479 222 INFO rally.api [-] Deleting verification (UUID=2e6e39dc-6d83-41c2-ab21-6cc825d5152f). 2018-04-05 21:50:27.516 222 INFO rally.api [-] Verification has been successfully deleted! 2018-04-05 21:50:27.516 222 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675). 2018-04-05 21:50:27.525 222 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 21:50:30,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 21:50:29.965 225 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7b668c7a-8901-42eb-8698-1b69dc2c6a0c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7b668c7a-8901-42eb-8698-1b69dc2c6a0c | 2018-04-05T21:50:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7b668c7a-8901-42eb-8698-1b69dc2c6a0c ~/.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-04-05 21:50:33,350 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-05 21:50:33,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-05 21:50:34,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209'... 2018-04-05 21:50:36,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-7d7bbe23-07d5-4a81-9ca7-c7276f88e209'... 2018-04-05 21:50:38,320 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-7d7bbe23-07d5-4a81-9ca7-c7276f88e209'... 2018-04-05 21:50:42,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209'... 2018-04-05 21:50:43,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209'... 2018-04-05 21:50:43,669 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-05 21:50:43,670 - 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-04-05 21:50:43,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 21:50:43,711 - 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-04-05 21:50:43,716 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 21:51:43,987 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 186e8dc8-704a-4751-9e89-6568c5a73b58 2018-04-05 21:51:43,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-05 21:51:43,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '186e8dc8-704a-4751-9e89-6568c5a73b58'] 2018-04-05 21:51:45,080 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 186e8dc8-704a-4751-9e89-6568c5a73b58: 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 186e8dc8-704a-4751-9e89-6568c5a73b58 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.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | total | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | -> duration | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.444756 Full duration: 6.689552 -------------------------------------------------------------------------------- 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 186e8dc8-704a-4751-9e89-6568c5a73b58 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.321 | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 100.0% | 1 | | total | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> duration | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.750632 Full duration: 6.879855 -------------------------------------------------------------------------------- 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 186e8dc8-704a-4751-9e89-6568c5a73b58 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.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | -> duration | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.61687 Full duration: 7.109467 -------------------------------------------------------------------------------- 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 186e8dc8-704a-4751-9e89-6568c5a73b58 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.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736657 Full duration: 6.820267 -------------------------------------------------------------------------------- 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 186e8dc8-704a-4751-9e89-6568c5a73b58 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.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738402 Full duration: 7.035736 -------------------------------------------------------------------------------- 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 186e8dc8-704a-4751-9e89-6568c5a73b58 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.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714981 Full duration: 6.74613 HINTS: * To plot HTML graphics with this data, run: rally task report 186e8dc8-704a-4751-9e89-6568c5a73b58 --out output.html * To generate a JUnit report, run: rally task export 186e8dc8-704a-4751-9e89-6568c5a73b58 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 186e8dc8-704a-4751-9e89-6568c5a73b58 --json --out output.json 2018-04-05 21:51:45,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '186e8dc8-704a-4751-9e89-6568c5a73b58'] 2018-04-05 21:51:46,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 21:51:46,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '186e8dc8-704a-4751-9e89-6568c5a73b58', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-05 21:51:46,054 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-05 21:51:46,054 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-05 21:51:46,055 - 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-04-05 21:51:46,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 21:51:46,093 - 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-04-05 21:51:46,095 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 21:53:07,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 2018-04-05 21:53:07,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dae9e420-19d7-4cc9-b49e-9b316fc7b7e2'] 2018-04-05 21:53:08,216 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dae9e420-19d7-4cc9-b49e-9b316fc7b7e2: 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 dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.032 | 3.032 | 3.032 | 3.032 | 3.032 | 3.032 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | glance_v2.delete_image | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 100.0% | 1 | | total | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 100.0% | 1 | | -> duration | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.227585 Full duration: 12.005453 -------------------------------------------------------------------------------- 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 dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 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.067 | 4.067 | 4.067 | 4.067 | 4.067 | 4.067 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 100.0% | 1 | | glance_v2.list_images | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 100.0% | 1 | | -> duration | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.099838 Full duration: 14.257717 -------------------------------------------------------------------------------- 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 dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 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.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | -> duration | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.182763 Full duration: 7.072774 -------------------------------------------------------------------------------- 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-7d7bbe23-07d5-4a81-9ca7-c7276f88e209" }, "number_instances": 2, "nics": [ { "net-id": "8f26f96c-748b-4d41-847c-1740f34b59a1" } ] }, "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 dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.994 | 3.994 | 3.994 | 3.994 | 3.994 | 3.994 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 100.0% | 1 | | nova.boot_servers | 8.35 | 8.35 | 8.35 | 8.35 | 8.35 | 8.35 | 100.0% | 1 | | total | 12.345 | 12.345 | 12.345 | 12.345 | 12.345 | 12.345 | 100.0% | 1 | | -> duration | 11.345 | 11.345 | 11.345 | 11.345 | 11.345 | 11.345 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.345455 Full duration: 30.371997 HINTS: * To plot HTML graphics with this data, run: rally task report dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 --out output.html * To generate a JUnit report, run: rally task export dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dae9e420-19d7-4cc9-b49e-9b316fc7b7e2 --json --out output.json 2018-04-05 21:53:08,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dae9e420-19d7-4cc9-b49e-9b316fc7b7e2'] 2018-04-05 21:53:09,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 21:53:09,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dae9e420-19d7-4cc9-b49e-9b316fc7b7e2', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-05 21:53:09,218 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-05 21:53:09,218 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-05 21:53:09,218 - 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-04-05 21:53:09,219 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 21:53:09,246 - 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-04-05 21:53:09,247 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-05 21:53:09,247 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-05 21:53:09,247 - 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-04-05 21:53:09,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 21:53:09,270 - 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-04-05 21:53:09,274 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 21:56:09,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2bc99a34-0c14-46e2-a00d-cd659058e2f1 2018-04-05 21:56:09,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2bc99a34-0c14-46e2-a00d-cd659058e2f1'] 2018-04-05 21:56:10,491 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2bc99a34-0c14-46e2-a00d-cd659058e2f1: 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.067 | 3.067 | 3.067 | 3.067 | 3.067 | 3.067 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 100.0% | 1 | | total | 5.638 | 5.638 | 5.638 | 5.638 | 5.638 | 5.638 | 100.0% | 1 | | -> duration | 5.638 | 5.638 | 5.638 | 5.638 | 5.638 | 5.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.638114 Full duration: 21.961362 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.214 | 3.214 | 3.214 | 3.214 | 3.214 | 3.214 | 100.0% | 1 | | cinder_v2.delete_volume | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 100.0% | 1 | | total | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 100.0% | 1 | | -> duration | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 5.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.805642 Full duration: 15.087344 -------------------------------------------------------------------------------- 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-7d7bbe23-07d5-4a81-9ca7-c7276f88e209" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 2bc99a34-0c14-46e2-a00d-cd659058e2f1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.82 | 7.82 | 7.82 | 7.82 | 7.82 | 7.82 | 100.0% | 1 | | cinder_v2.delete_volume | 2.562 | 2.562 | 2.562 | 2.562 | 2.562 | 2.562 | 100.0% | 1 | | total | 10.383 | 10.383 | 10.383 | 10.383 | 10.383 | 10.383 | 100.0% | 1 | | -> duration | 10.383 | 10.383 | 10.383 | 10.383 | 10.383 | 10.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.382878 Full duration: 20.021729 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.05 | 3.05 | 3.05 | 3.05 | 3.05 | 3.05 | 100.0% | 1 | | cinder_v2.delete_volume | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 100.0% | 1 | | total | 5.354 | 5.354 | 5.354 | 5.354 | 5.354 | 5.354 | 100.0% | 1 | | -> duration | 5.354 | 5.354 | 5.354 | 5.354 | 5.354 | 5.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.35409 Full duration: 14.471295 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.105 | 3.105 | 3.105 | 3.105 | 3.105 | 3.105 | 100.0% | 1 | | cinder_v2.extend_volume | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 100.0% | 1 | | cinder_v2.delete_volume | 2.345 | 2.345 | 2.345 | 2.345 | 2.345 | 2.345 | 100.0% | 1 | | total | 7.918 | 7.918 | 7.918 | 7.918 | 7.918 | 7.918 | 100.0% | 1 | | -> duration | 7.918 | 7.918 | 7.918 | 7.918 | 7.918 | 7.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.918386 Full duration: 17.082044 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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 | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 100.0% | 1 | | cinder_v2.delete_volume | 2.576 | 2.576 | 2.576 | 2.576 | 2.576 | 2.576 | 100.0% | 1 | | total | 5.55 | 5.55 | 5.55 | 5.55 | 5.55 | 5.55 | 100.0% | 1 | | -> duration | 5.55 | 5.55 | 5.55 | 5.55 | 5.55 | 5.55 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.550162 Full duration: 21.634213 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | cinder_v2.list_qos | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734692 Full duration: 11.449041 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | cinder_v2.set_qos | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748255 Full duration: 11.24772 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | cinder_v2.list_types | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72032 Full duration: 11.112874 -------------------------------------------------------------------------------- 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 2bc99a34-0c14-46e2-a00d-cd659058e2f1 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78785 Full duration: 11.450637 HINTS: * To plot HTML graphics with this data, run: rally task report 2bc99a34-0c14-46e2-a00d-cd659058e2f1 --out output.html * To generate a JUnit report, run: rally task export 2bc99a34-0c14-46e2-a00d-cd659058e2f1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2bc99a34-0c14-46e2-a00d-cd659058e2f1 --json --out output.json 2018-04-05 21:56:10,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2bc99a34-0c14-46e2-a00d-cd659058e2f1'] 2018-04-05 21:56:11,494 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 21:56:11,494 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2bc99a34-0c14-46e2-a00d-cd659058e2f1', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-05 21:56:11,502 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-05 21:56:11,503 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-05 21:56:11,504 - 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-04-05 21:56:11,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 21:56:11,545 - 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-04-05 21:56:11,547 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 21:57:26,337 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9b60ecf1-7b63-4084-b497-c33e82693123 2018-04-05 21:57:26,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9b60ecf1-7b63-4084-b497-c33e82693123'] 2018-04-05 21:57:27,219 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9b60ecf1-7b63-4084-b497-c33e82693123: 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 9b60ecf1-7b63-4084-b497-c33e82693123 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.41 | 4.41 | 4.41 | 4.41 | 4.41 | 4.41 | 100.0% | 1 | | heat.update_stack | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 100.0% | 1 | | heat.delete_stack | 2.364 | 2.364 | 2.364 | 2.364 | 2.364 | 2.364 | 100.0% | 1 | | total | 9.28 | 9.28 | 9.28 | 9.28 | 9.28 | 9.28 | 100.0% | 1 | | -> duration | 5.28 | 5.28 | 5.28 | 5.28 | 5.28 | 5.28 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.280323 Full duration: 16.904209 -------------------------------------------------------------------------------- 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 9b60ecf1-7b63-4084-b497-c33e82693123 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.197 | 4.197 | 4.197 | 4.197 | 4.197 | 4.197 | 100.0% | 1 | | heat.check_stack | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | heat.delete_stack | 2.384 | 2.384 | 2.384 | 2.384 | 2.384 | 2.384 | 100.0% | 1 | | total | 8.097 | 8.097 | 8.097 | 8.097 | 8.097 | 8.097 | 100.0% | 1 | | -> duration | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.096714 Full duration: 15.711479 -------------------------------------------------------------------------------- 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 9b60ecf1-7b63-4084-b497-c33e82693123 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.306 | 4.306 | 4.306 | 4.306 | 4.306 | 4.306 | 100.0% | 1 | | heat.suspend_stack | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | heat.resume_stack | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 100.0% | 1 | | heat.delete_stack | 2.224 | 2.224 | 2.224 | 2.224 | 2.224 | 2.224 | 100.0% | 1 | | total | 8.678 | 8.678 | 8.678 | 8.678 | 8.678 | 8.678 | 100.0% | 1 | | -> duration | 6.678 | 6.678 | 6.678 | 6.678 | 6.678 | 6.678 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.677881 Full duration: 16.260827 -------------------------------------------------------------------------------- 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 9b60ecf1-7b63-4084-b497-c33e82693123 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.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | total | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> duration | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.555252 Full duration: 7.811853 HINTS: * To plot HTML graphics with this data, run: rally task report 9b60ecf1-7b63-4084-b497-c33e82693123 --out output.html * To generate a JUnit report, run: rally task export 9b60ecf1-7b63-4084-b497-c33e82693123 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9b60ecf1-7b63-4084-b497-c33e82693123 --json --out output.json 2018-04-05 21:57:27,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9b60ecf1-7b63-4084-b497-c33e82693123'] 2018-04-05 21:57:28,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 21:57:28,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9b60ecf1-7b63-4084-b497-c33e82693123', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-05 21:57:28,208 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-05 21:57:28,209 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-05 21:57:28,209 - 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-04-05 21:57:28,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 21:57:28,254 - 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-04-05 21:57:28,257 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 22:00:30,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 453fe37f-7324-4916-8342-4311875eed66 2018-04-05 22:00:30,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '453fe37f-7324-4916-8342-4311875eed66'] 2018-04-05 22:00:31,347 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 453fe37f-7324-4916-8342-4311875eed66: 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 453fe37f-7324-4916-8342-4311875eed66 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.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699026 Full duration: 13.321864 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 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.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757722 Full duration: 13.594433 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | keystone_v3.list_projects | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704878 Full duration: 13.619994 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 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.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | keystone_v3.delete_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> duration | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.57129 Full duration: 11.569327 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | keystone_v3.delete_service | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> duration | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.573323 Full duration: 11.396783 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | keystone_v3.create_user | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | -> keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.create_role | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_role | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | keystone_v3.list_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_services | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 100.0% | 1 | | -> duration | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.720355 Full duration: 18.491658 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | keystone_v3.update_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.delete_project | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> duration | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.836067 Full duration: 11.931157 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 453fe37f-7324-4916-8342-4311875eed66 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695444 Full duration: 13.23106 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 453fe37f-7324-4916-8342-4311875eed66 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> duration | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618573 Full duration: 13.598336 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 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.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | keystone_v3.list_users | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775075 Full duration: 14.270502 -------------------------------------------------------------------------------- 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 453fe37f-7324-4916-8342-4311875eed66 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | keystone_v3.create_users | 4.37 | 4.37 | 4.37 | 4.37 | 4.37 | 4.37 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.369 | 4.369 | 4.369 | 4.369 | 4.369 | 4.369 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | total | 5.881 | 5.881 | 5.881 | 5.881 | 5.881 | 5.881 | 100.0% | 1 | | -> duration | 5.881 | 5.881 | 5.881 | 5.881 | 5.881 | 5.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.881457 Full duration: 22.420486 HINTS: * To plot HTML graphics with this data, run: rally task report 453fe37f-7324-4916-8342-4311875eed66 --out output.html * To generate a JUnit report, run: rally task export 453fe37f-7324-4916-8342-4311875eed66 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 453fe37f-7324-4916-8342-4311875eed66 --json --out output.json 2018-04-05 22:00:31,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '453fe37f-7324-4916-8342-4311875eed66'] 2018-04-05 22:00:32,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 22:00:32,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '453fe37f-7324-4916-8342-4311875eed66', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-05 22:00:32,266 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-05 22:00:32,266 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-05 22:00:32,267 - 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-04-05 22:00:32,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 22:00:32,319 - 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-04-05 22:00:32,326 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 22:04:39,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : de9e2408-1ca7-4801-adb2-f4aa50068179 2018-04-05 22:04:39,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'de9e2408-1ca7-4801-adb2-f4aa50068179'] 2018-04-05 22:04:40,122 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task de9e2408-1ca7-4801-adb2-f4aa50068179: aborted -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | neutron.delete_network | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | total | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 100.0% | 1 | | -> duration | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.761998 Full duration: 14.009745 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | neutron.delete_port | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | total | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 100.0% | 1 | | -> duration | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.936536 Full duration: 24.11357 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | neutron.create_subnet | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | neutron.create_router | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | neutron.add_interface_router | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | neutron.remove_interface_router | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | neutron.delete_router | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 100.0% | 1 | | -> duration | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.146938 Full duration: 31.185487 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.148 | 1.148 | 1.148 | 1.148 | 1.148 | 1.148 | 100.0% | 1 | | neutron.delete_subnet | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | total | 1.547 | 1.547 | 1.547 | 1.547 | 1.547 | 1.547 | 100.0% | 1 | | -> duration | 1.547 | 1.547 | 1.547 | 1.547 | 1.547 | 1.547 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.547068 Full duration: 24.595548 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | neutron.list_networks | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> duration | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.309728 Full duration: 15.915425 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | neutron.list_ports | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | -> duration | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.386205 Full duration: 24.093097 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | neutron.create_subnet | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | neutron.create_router | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | neutron.add_interface_router | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | neutron.list_routers | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 100.0% | 1 | | total | 3.055 | 3.055 | 3.055 | 3.055 | 3.055 | 3.055 | 100.0% | 1 | | -> duration | 3.055 | 3.055 | 3.055 | 3.055 | 3.055 | 3.055 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.054664 Full duration: 32.654771 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | neutron.create_subnet | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | neutron.list_subnets | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | -> duration | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.330184 Full duration: 27.960612 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.delete_security_group | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> duration | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.062211 Full duration: 13.109213 -------------------------------------------------------------------------------- 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 de9e2408-1ca7-4801-adb2-f4aa50068179 has 1 error(s) -------------------------------------------------------------------------------- Conflict: Security Group 12cef0d4-c154-4d6f-8bd5-7e0b3e4bd829 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit-238906 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-525b6fe3-bd01-4071-ab68-551d46de9beb'] 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/neutron/security_groups.py", line 236, in run self._delete_security_group(security_group) 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/neutron/utils.py", line 631, in _delete_security_group security_group["security_group"]["id"]) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 962, in delete_security_group return self.delete(self.security_group_path % (security_group)) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 348, in delete headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 329, in retry_request headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) Conflict: Security Group 12cef0d4-c154-4d6f-8bd5-7e0b3e4bd829 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit-238906 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-525b6fe3-bd01-4071-ab68-551d46de9beb'] -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | 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.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | neutron.create_security_group_rule | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | neutron.delete_security_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.0% | 1 | | total | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 0.0% | 1 | | -> duration | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 0.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.247412 Full duration: 14.83774 HINTS: * To plot HTML graphics with this data, run: rally task report de9e2408-1ca7-4801-adb2-f4aa50068179 --out output.html * To generate a JUnit report, run: rally task export de9e2408-1ca7-4801-adb2-f4aa50068179 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report de9e2408-1ca7-4801-adb2-f4aa50068179 --json --out output.json 2018-04-05 22:04:40,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'de9e2408-1ca7-4801-adb2-f4aa50068179'] 2018-04-05 22:04:41,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 22:04:41,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'de9e2408-1ca7-4801-adb2-f4aa50068179', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-05 22:04:41,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-04-05 22:04:41,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-05 22:04:41,199 - 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-04-05 22:04:41,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 22:04:41,249 - 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-04-05 22:04:41,254 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 22:07:38,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 995580b9-79ce-4598-9168-1b54850483c2 2018-04-05 22:07:38,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '995580b9-79ce-4598-9168-1b54850483c2'] 2018-04-05 22:07:39,202 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 995580b9-79ce-4598-9168-1b54850483c2: 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-7d7bbe23-07d5-4a81-9ca7-c7276f88e209" }, "image": { "name": "Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209" }, "block_migration": false, "nics": [ { "net-id": "8f26f96c-748b-4d41-847c-1740f34b59a1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 995580b9-79ce-4598-9168-1b54850483c2 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 | 8.106 | 8.106 | 8.106 | 8.106 | 8.106 | 8.106 | 100.0% | 1 | | nova.find_host_to_migrate | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | nova.live_migrate | 133.657 | 133.657 | 133.657 | 133.657 | 133.657 | 133.657 | 0.0% | 1 | | total | 142.591 | 142.591 | 142.591 | 142.591 | 142.591 | 142.591 | 0.0% | 1 | | -> duration | 141.591 | 141.591 | 141.591 | 141.591 | 141.591 | 141.591 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 141.590565 Full duration: 155.925428 HINTS: * To plot HTML graphics with this data, run: rally task report 995580b9-79ce-4598-9168-1b54850483c2 --out output.html * To generate a JUnit report, run: rally task export 995580b9-79ce-4598-9168-1b54850483c2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 995580b9-79ce-4598-9168-1b54850483c2 --json --out output.json 2018-04-05 22:07:39,203 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '995580b9-79ce-4598-9168-1b54850483c2'] 2018-04-05 22:07:40,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 22:07:40,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '995580b9-79ce-4598-9168-1b54850483c2', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-05 22:07:40,319 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-05 22:07:40,319 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-05 22:07:40,319 - 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-04-05 22:07:40,319 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 22:07:40,339 - 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-04-05 22:07:40,340 - 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': '8f26f96c-748b-4d41-847c-1740f34b59a1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'flavor_name': 'rally-tiny-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-7d7bbe23-07d5-4a81-9ca7-c7276f88e209', '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-04-05 22:08:26,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0bf182ff-613e-45a6-9988-a8cd8948498a 2018-04-05 22:08:26,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0bf182ff-613e-45a6-9988-a8cd8948498a'] 2018-04-05 22:08:27,962 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0bf182ff-613e-45a6-9988-a8cd8948498a: 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 0bf182ff-613e-45a6-9988-a8cd8948498a 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.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | quotas.delete_quotas | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> duration | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.904634 Full duration: 8.074327 -------------------------------------------------------------------------------- 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 0bf182ff-613e-45a6-9988-a8cd8948498a 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.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | total | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | -> duration | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.651663 Full duration: 7.827288 -------------------------------------------------------------------------------- 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 0bf182ff-613e-45a6-9988-a8cd8948498a 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.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> duration | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.635291 Full duration: 7.603135 -------------------------------------------------------------------------------- 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 0bf182ff-613e-45a6-9988-a8cd8948498a 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812486 Full duration: 7.815649 HINTS: * To plot HTML graphics with this data, run: rally task report 0bf182ff-613e-45a6-9988-a8cd8948498a --out output.html * To generate a JUnit report, run: rally task export 0bf182ff-613e-45a6-9988-a8cd8948498a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0bf182ff-613e-45a6-9988-a8cd8948498a --json --out output.json 2018-04-05 22:08:27,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0bf182ff-613e-45a6-9988-a8cd8948498a'] 2018-04-05 22:08:28,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 22:08:28,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0bf182ff-613e-45a6-9988-a8cd8948498a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-05 22:08:28,834 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-05 22:08:28,835 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:03 | 4 | 100.00% | | cinder | 02:35 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:37 | 11 | 100.00% | | neutron | 03:42 | 10 | 90.00% | | nova | 02:35 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:14:44 | 50 | 96.00% | +----------------+------------+----------------+-----------+ 2018-04-05 22:08:28,836 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 96.00% 2018-04-05 22:08:34,823 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 22:08:34,824 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:10 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-05 22:08:34,828 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-05 22:08:34,828 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-05 22:08:34,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 22:08:37,209 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 22:08:36.965 9547 INFO rally.deployment.engine [-] Deployment 7b668c7a-8901-42eb-8698-1b69dc2c6a0c | Starting: Destroy cloud and free allocated resources. 2018-04-05 22:08:37.036 9547 INFO rally.deployment.engine [-] Deployment 7b668c7a-8901-42eb-8698-1b69dc2c6a0c | Completed: Destroy cloud and free allocated resources. 2018-04-05 22:08:37.049 9547 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675). 2018-04-05 22:08:37.051 9547 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 22:08:39,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 22:08:39.224 9550 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9aefc2e6-a199-4c77-bfcd-bd8cc0abb921) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9aefc2e6-a199-4c77-bfcd-bd8cc0abb921 | 2018-04-05T22:08:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9aefc2e6-a199-4c77-bfcd-bd8cc0abb921 ~/.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-04-05 22:08:43,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-05 22:08:43,021 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 22:08:45,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-05 22:08:45.136 9556 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=515748f0-977b-4f38-8c6d-b8e1bc986675). 2018-04-05 22:08:45.296 9556 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-05 22:08:48,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 22:08:47.474 9559 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 22:08:47.606 9559 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 22:08:48.727 9559 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76) as the default verifier for the future CLI operations. 2018-04-05 22:08:52,153 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-05 22:08:53,897 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-05 22:08:57,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 22:09:02,630 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 22:09:01.784 9578 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76) for deployment 'opnfv-rally' (UUID=9aefc2e6-a199-4c77-bfcd-bd8cc0abb921). 2018-04-05 22:09:02.440 9578 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76) has been successfully configured for deployment 'opnfv-rally' (UUID=9aefc2e6-a199-4c77-bfcd-bd8cc0abb921)! 2018-04-05 22:09:02,630 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-05 22:09:02,630 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-05 22:09:02,632 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-05 22:09:04,939 - 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-04-05 22:09:07,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:07.103 9590 INFO rally.api [-] Starting verification (UUID=144f90b9-807e-406a-869e-6aa4f6166e17) for deployment 'opnfv-rally' (UUID=9aefc2e6-a199-4c77-bfcd-bd8cc0abb921) by verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76). 2018-04-05 22:09:07,103 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 144f90b9-807e-406a-869e-6aa4f6166e17 2018-04-05 22:09:16,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:16.613 9590 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.349s] 2018-04-05 22:09:16,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:16.614 9590 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.335s] 2018-04-05 22:09:16,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:16.815 9590 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-04-05 22:09:16,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:16.967 9590 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.355s] 2018-04-05 22:09:17,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:17.017 9590 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.731s] 2018-04-05 22:09:17,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:17.677 9590 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.421s] 2018-04-05 22:09:17,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:17.710 9590 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.033s] 2018-04-05 22:09:18,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:18.631 9590 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.894s] 2018-04-05 22:09:22,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:22.283 9590 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.653s] 2018-04-05 22:09:22,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:22.937 9590 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.300s] 2018-04-05 22:09:23,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:23.605 9590 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.930s] 2018-04-05 22:09:23,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:23.773 9590 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.836s] 2018-04-05 22:09:24,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:24.202 9590 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.428s] 2018-04-05 22:09:25,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:25.130 9590 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.154s] 2018-04-05 22:09:25,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:25.319 9590 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.189s] 2018-04-05 22:09:25,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:25.444 9590 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.126s] 2018-04-05 22:09:25,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:25.536 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.316s] 2018-04-05 22:09:26,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:26.714 9590 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.122s] 2018-04-05 22:09:29,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:29.748 9590 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.152s] 2018-04-05 22:09:30,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:30.135 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.597s] 2018-04-05 22:09:30,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:30.649 9590 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.772s] 2018-04-05 22:09:32,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:32.216 9590 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.567s] 2018-04-05 22:09:33,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:33.342 9590 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.829s] 2018-04-05 22:09:33,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:33.728 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.593s] 2018-04-05 22:09:33,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:33.870 9590 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.528s] 2018-04-05 22:09:34,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:34.465 9590 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.715s] 2018-04-05 22:09:34,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:34.987 9590 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.472s] 2018-04-05 22:09:35,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:35.329 9590 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.340s] 2018-04-05 22:09:35,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:35.699 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.969s] 2018-04-05 22:09:36,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:36.370 9590 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.040s] 2018-04-05 22:09:36,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:36.787 9590 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.417s] 2018-04-05 22:09:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:36.809 9590 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.022s] 2018-04-05 22:09:37,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:37.540 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.840s] 2018-04-05 22:09:37,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:37.989 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.224s] 2018-04-05 22:09:38,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:38.792 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.803s] 2018-04-05 22:09:39,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:39.619 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.077s] 2018-04-05 22:09:40,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:40.786 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.166s] 2018-04-05 22:09:41,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:41.001 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.215s] 2018-04-05 22:09:41,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:41.255 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.254s] 2018-04-05 22:09:41,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:41.280 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.025s] 2018-04-05 22:09:41,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:41.307 9590 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2018-04-05 22:09:43,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:43.389 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.417s] 2018-04-05 22:09:43,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:43.692 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.304s] 2018-04-05 22:09:43,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:43.933 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.240s] 2018-04-05 22:09:44,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.213 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.279s] 2018-04-05 22:09:44,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.313 9590 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.701s] 2018-04-05 22:09:44,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.451 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.237s] 2018-04-05 22:09:44,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.523 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-04-05 22:09:44,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.598 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-04-05 22:09:44,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.710 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.113s] 2018-04-05 22:09:44,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.773 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.062s] 2018-04-05 22:09:44,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:44.839 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.065s] 2018-04-05 22:09:45,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:45.162 9590 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.322s] 2018-04-05 22:09:46,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:46.735 9590 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.054s] 2018-04-05 22:09:57,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:57.828 9590 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.177s] 2018-04-05 22:09:57,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:57.868 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-04-05 22:09:57,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:57.962 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.092s] 2018-04-05 22:09:58,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:58.179 9590 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.542s] 2018-04-05 22:09:58,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:58.197 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.235s] 2018-04-05 22:09:58,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:58.930 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.730s] 2018-04-05 22:09:59,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:59.045 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.114s] 2018-04-05 22:09:59,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:59.638 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.592s] 2018-04-05 22:09:59,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:59.677 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-04-05 22:09:59,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:59.751 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.073s] 2018-04-05 22:09:59,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:59.826 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.074s] 2018-04-05 22:09:59,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:59.912 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.086s] 2018-04-05 22:09:59,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:09:59.963 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.051s] 2018-04-05 22:10:00,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:00.048 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.084s] 2018-04-05 22:10:00,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:00.150 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.101s] 2018-04-05 22:10:00,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:00.206 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.056s] 2018-04-05 22:10:00,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:00.256 9590 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-04-05 22:10:05,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:05.155 9590 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.975s] 2018-04-05 22:10:07,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:07.182 9590 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.026s] 2018-04-05 22:10:07,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:07.237 9590 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-04-05 22:10:07,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:07.308 9590 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.069s] 2018-04-05 22:10:07,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:07.366 9590 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.056s] 2018-04-05 22:10:07,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:07.411 9590 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.045s] 2018-04-05 22:10:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:09.678 9590 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.365s] 2018-04-05 22:10:10,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:10.931 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.067s] 2018-04-05 22:10:10,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:10.942 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-05 22:10:11,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.103 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.159s] 2018-04-05 22:10:11,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.117 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-04-05 22:10:11,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.129 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-04-05 22:10:11,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.167 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2018-04-05 22:10:11,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.259 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.091s] 2018-04-05 22:10:11,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.325 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.067s] 2018-04-05 22:10:11,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.521 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.194s] 2018-04-05 22:10:11,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.536 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-05 22:10:11,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:11.608 9590 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-04-05 22:10:23,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:23.321 9590 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.638s] 2018-04-05 22:10:26,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:26.175 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.606s] 2018-04-05 22:10:29,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:29.076 9590 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [57.371s] 2018-04-05 22:10:29,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:29.770 9590 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.698s] 2018-04-05 22:10:29,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:29.817 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.640s] 2018-04-05 22:10:33,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:33.214 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.397s] 2018-04-05 22:10:35,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:35.853 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.638s] 2018-04-05 22:10:38,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:38.739 9590 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [74.525s] 2018-04-05 22:10:38,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:38.880 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.026s] 2018-04-05 22:10:41,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:41.644 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.765s] 2018-04-05 22:10:44,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:44.415 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.771s] 2018-04-05 22:10:49,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:49.659 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.241s] 2018-04-05 22:10:53,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.075 9590 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.249s] 2018-04-05 22:10:53,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.134 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.475s] 2018-04-05 22:10:53,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.140 9590 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.064s] 2018-04-05 22:10:53,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.442 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.307s] 2018-04-05 22:10:53,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.700 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.259s] 2018-04-05 22:10:53,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.759 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2018-04-05 22:10:53,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.810 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.052s] 2018-04-05 22:10:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.907 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.096s] 2018-04-05 22:10:53,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:53.998 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.088s] 2018-04-05 22:10:54,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:54.053 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-04-05 22:10:54,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:54.106 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.053s] 2018-04-05 22:10:54,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:54.242 9590 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [64.395s] 2018-04-05 22:10:59,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:10:59.037 9590 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.929s] 2018-04-05 22:11:11,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:11.070 9590 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.301s] 2018-04-05 22:11:18,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:18.795 9590 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.725s] 2018-04-05 22:11:27,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:27.949 9590 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [64.620s] 2018-04-05 22:11:31,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:31.625 9590 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.305s] 2018-04-05 22:11:31,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:31.951 9590 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.326s] 2018-04-05 22:11:44,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.302 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-04-05 22:11:44,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.463 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.160s] 2018-04-05 22:11:44,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.501 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.038s] 2018-04-05 22:11:44,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.536 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.034s] 2018-04-05 22:11:44,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.565 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.028s] 2018-04-05 22:11:44,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.620 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.055s] 2018-04-05 22:11:44,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.662 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.041s] 2018-04-05 22:11:44,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.701 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.038s] 2018-04-05 22:11:44,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.739 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.038s] 2018-04-05 22:11:44,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:11:44.778 9590 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.039s] 2018-04-05 22:12:55,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:12:55.412 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.226s] 2018-04-05 22:12:55,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:12:55.482 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.076s] 2018-04-05 22:12:55,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:12:55.983 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.501s] 2018-04-05 22:13:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:13:13.009 9590 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [138.769s] 2018-04-05 22:13:41,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:13:41.245 9590 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [28.230s] 2018-04-05 22:13:57,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:13:57.480 9590 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.235s] 2018-04-05 22:14:00,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:14:00.795 9590 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.236s] 2018-04-05 22:14:00,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:14:00.856 9590 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-04-05 22:14:01,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:14:01.079 9590 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.223s] 2018-04-05 22:14:14,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:14:14.768 9590 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.663s] 2018-04-05 22:14:23,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:14:23.353 9590 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.583s] 2018-04-05 22:14:33,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:14:33.476 9590 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.118s] 2018-04-05 22:16:03,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:03.369 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.382s] 2018-04-05 22:16:03,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:03.371 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-05 22:16:20,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:20.635 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.556s] 2018-04-05 22:16:20,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:20.851 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.215s] 2018-04-05 22:16:21,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:21.056 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.204s] 2018-04-05 22:16:21,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:21.991 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.935s] 2018-04-05 22:16:22,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:22.348 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.357s] 2018-04-05 22:16:22,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:22.695 9590 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.346s] 2018-04-05 22:16:28,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:28.617 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.093s] 2018-04-05 22:16:29,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:29.713 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.095s] 2018-04-05 22:16:32,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:32.020 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.304s] 2018-04-05 22:16:32,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:32.669 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.649s] 2018-04-05 22:16:34,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:34.288 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.619s] 2018-04-05 22:16:35,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:35.128 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.840s] 2018-04-05 22:16:36,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:36.355 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.223s] 2018-04-05 22:16:36,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:16:36.401 9590 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-04-05 22:17:08,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:17:08.529 9590 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.440s] 2018-04-05 22:17:08,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:17:08.530 9590 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-05 22:17:19,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:17:19.955 9590 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.153s] 2018-04-05 22:17:23,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '144f90b9-807e-406a-869e-6aa4f6166e17']'. 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 144f90b9-807e-406a-869e-6aa4f6166e17 | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 22:09:07 | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 22:17:23 | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:16 | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c7ead608-f1de-4bfe-81da-07775c540d76) | 2018-04-05 22:17:24,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9aefc2e6-a199-4c77-bfcd-bd8cc0abb921) | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 160 | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 486.487 | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 156 | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 4 | 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 22:17:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 22:17:24,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.5% 2018-04-05 22:17:29,151 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 22:17:29,151 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:37 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-05 22:17:29,156 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-05 22:17:29,156 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-05 22:17:30,035 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 22:17:32,559 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 22:17:32.223 9688 INFO rally.deployment.engine [-] Deployment 9aefc2e6-a199-4c77-bfcd-bd8cc0abb921 | Starting: Destroy cloud and free allocated resources. 2018-04-05 22:17:32.285 9688 INFO rally.deployment.engine [-] Deployment 9aefc2e6-a199-4c77-bfcd-bd8cc0abb921 | Completed: Destroy cloud and free allocated resources. 2018-04-05 22:17:32.324 9688 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76) for deployment 'opnfv-rally'. 2018-04-05 22:17:32.344 9688 INFO rally.api [-] Deleting verification (UUID=144f90b9-807e-406a-869e-6aa4f6166e17). 2018-04-05 22:17:32.380 9688 INFO rally.api [-] Verification has been successfully deleted! 2018-04-05 22:17:32.380 9688 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76). 2018-04-05 22:17:32.389 9688 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 22:17:36,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 22:17:34.734 9691 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=20386cfa-5963-4bab-bddb-86ab168d9742) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 20386cfa-5963-4bab-bddb-86ab168d9742 | 2018-04-05T22:17:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 20386cfa-5963-4bab-bddb-86ab168d9742 ~/.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-04-05 22:17:39,228 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-05 22:17:39,229 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 22:17:41,603 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-05 22:17:41.274 9697 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c7ead608-f1de-4bfe-81da-07775c540d76). 2018-04-05 22:17:41.494 9697 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-05 22:17:45,413 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 22:17:43.568 9700 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 22:17:43.674 9700 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 22:17:45.261 9700 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899) as the default verifier for the future CLI operations. 2018-04-05 22:17:48,419 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-05 22:17:50,118 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-05 22:17:54,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 22:17:59,557 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 22:17:58.744 9719 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899) for deployment 'opnfv-rally' (UUID=20386cfa-5963-4bab-bddb-86ab168d9742). 2018-04-05 22:17:59.429 9719 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899) has been successfully configured for deployment 'opnfv-rally' (UUID=20386cfa-5963-4bab-bddb-86ab168d9742)! 2018-04-05 22:17:59,558 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-05 22:17:59,558 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-05 22:17:59,560 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-05 22:17:59,572 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-05 22:18:02,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ef54abc7-ec8f-4147-92f3-cfeae97f1899/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-04-05 22:18:02,558 - 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-04-05 22:18:07,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 22:18:07.053 9728 INFO rally.api [-] Starting verification (UUID=1c8920ea-e8bb-4ee0-a594-c84bbb69113e) for deployment 'opnfv-rally' (UUID=20386cfa-5963-4bab-bddb-86ab168d9742) by verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899). 2018-04-05 22:18:07,054 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1c8920ea-e8bb-4ee0-a594-c84bbb69113e 2018-04-05 22:20:42,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1c8920ea-e8bb-4ee0-a594-c84bbb69113e']'. 2018-04-05 22:20:43,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 22:20:43,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 22:20:43,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 22:20:43,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1c8920ea-e8bb-4ee0-a594-c84bbb69113e | 2018-04-05 22:20:43,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-05 22:20:43,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 22:18:04 | 2018-04-05 22:20:43,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 22:20:42 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ef54abc7-ec8f-4147-92f3-cfeae97f1899) | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 20386cfa-5963-4bab-bddb-86ab168d9742) | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 144.436 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 22:20:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 22:20:43,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-05 22:20:48,457 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 22:20:48,458 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:60 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-05 22:20:48,462 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-05 22:21:09,773 - 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-04-05 22:21:09,773 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-05 22:21:09,798 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-05 22:21:09,914 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 22:21:09,915 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-05 22:21:09,918 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-05 22:21:10,866 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 23:13:54,417 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 23:13:54,418 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 52:43 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-05 23:13:54,422 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-05 23:13:54,422 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-05 23:13:54,520 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 23:13:57,140 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 23:13:56.802 9927 INFO rally.deployment.engine [-] Deployment 20386cfa-5963-4bab-bddb-86ab168d9742 | Starting: Destroy cloud and free allocated resources. 2018-04-05 23:13:56.862 9927 INFO rally.deployment.engine [-] Deployment 20386cfa-5963-4bab-bddb-86ab168d9742 | Completed: Destroy cloud and free allocated resources. 2018-04-05 23:13:56.888 9927 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899) for deployment 'opnfv-rally'. 2018-04-05 23:13:56.906 9927 INFO rally.api [-] Deleting verification (UUID=1c8920ea-e8bb-4ee0-a594-c84bbb69113e). 2018-04-05 23:13:56.944 9927 INFO rally.api [-] Verification has been successfully deleted! 2018-04-05 23:13:56.945 9927 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899). 2018-04-05 23:13:56.953 9927 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 23:13:59,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 23:13:59.681 9930 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f7454688-cd80-4618-a840-e4f4ce7ac3ab) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f7454688-cd80-4618-a840-e4f4ce7ac3ab | 2018-04-05T23:13:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f7454688-cd80-4618-a840-e4f4ce7ac3ab ~/.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-04-05 23:14:03,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-05 23:14:03,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 23:14:05,735 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-05 23:14:05.521 9936 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ef54abc7-ec8f-4147-92f3-cfeae97f1899). 2018-04-05 23:14:05.623 9936 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-05 23:14:09,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 23:14:07.704 9939 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 23:14:07.820 9939 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 23:14:09.036 9939 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b99c0657-8315-48c3-86b5-176a9a9e8d9e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b99c0657-8315-48c3-86b5-176a9a9e8d9e) as the default verifier for the future CLI operations. 2018-04-05 23:14:18,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 23:14:23,137 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 23:14:22.127 9958 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b99c0657-8315-48c3-86b5-176a9a9e8d9e) for deployment 'opnfv-rally' (UUID=f7454688-cd80-4618-a840-e4f4ce7ac3ab). 2018-04-05 23:14:22.924 9958 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b99c0657-8315-48c3-86b5-176a9a9e8d9e) has been successfully configured for deployment 'opnfv-rally' (UUID=f7454688-cd80-4618-a840-e4f4ce7ac3ab)! 2018-04-05 23:14:26,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b99c0657-8315-48c3-86b5-176a9a9e8d9e/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-05 23:14:26,058 - 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-04-05 23:14:28,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 23:14:28.066 9967 INFO rally.api [-] Starting verification (UUID=41a07d22-1aa8-488d-9e0f-bb80f1436313) for deployment 'opnfv-rally' (UUID=f7454688-cd80-4618-a840-e4f4ce7ac3ab) by verifier 'opnfv-tempest' (UUID=b99c0657-8315-48c3-86b5-176a9a9e8d9e). 2018-04-05 23:17:31,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '41a07d22-1aa8-488d-9e0f-bb80f1436313']'. 2018-04-05 23:17:33,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 41a07d22-1aa8-488d-9e0f-bb80f1436313 | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 23:14:28 | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 23:17:31 | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:03 | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b99c0657-8315-48c3-86b5-176a9a9e8d9e) | 2018-04-05 23:17:33,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f7454688-cd80-4618-a840-e4f4ce7ac3ab) | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 169.08 | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 23:17:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 23:17:33,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-04-05 23:17:38,574 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 23:17:38,574 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:26 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-05 23:17:38,577 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-05 23:17:38,588 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_userdata | functest | smoke | 00:34 | PASS | | tempest_smoke_serial | functest | smoke | 13:21 | FAIL | | rally_sanity | functest | smoke | 18:10 | FAIL | | refstack_defcore | functest | smoke | 08:37 | FAIL | | patrole | functest | smoke | 02:60 | PASS | | odl | functest | smoke | 00:21 | PASS | | snaps_smoke | functest | smoke | 52:43 | FAIL | | neutron_trunk | functest | smoke | 03:26 | FAIL | | vping_ssh | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-05 23:17:38,593 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-05 23:18:25,157 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-103 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 23:18:25,160 - 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=du9PExqtbWfKYkTWbqByxRRHA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.7 export OS_REGION_NAME=regionOne 2018-04-05 23:18:25,160 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 23:18:25,161 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-04-05 23:18:25,162 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-05 23:18:25,162 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-05 23:21:20,172 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-05 23:21:20,296 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 23:21:20,296 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 02:55 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-05 23:21:20,300 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-04-05 23:23:30,432 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.211 -c 10' 2018-04-05 23:23:49,444 - functest.utils.functest_utils - ERROR - The command 'ping 172.30.9.211 -c 10' failed. 2018-04-05 23:48:51,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 23:48:55,749 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 23:48:55.495 105 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1c89efc3-7d54-4b07-962b-f14e9bc7b72a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1c89efc3-7d54-4b07-962b-f14e9bc7b72a | 2018-04-05T23:48:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1c89efc3-7d54-4b07-962b-f14e9bc7b72a ~/.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-04-05 23:48:58,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-05 23:48:58,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 23:49:04,522 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 23:49:03.079 114 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 23:49:03.242 114 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 23:49:04.372 114 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8462fe7e-84e9-4a60-8683-23df83778e9e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8462fe7e-84e9-4a60-8683-23df83778e9e) as the default verifier for the future CLI operations. 2018-04-05 23:49:10,521 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 23:49:09.676 133 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8462fe7e-84e9-4a60-8683-23df83778e9e) for deployment 'opnfv-rally' (UUID=1c89efc3-7d54-4b07-962b-f14e9bc7b72a). 2018-04-05 23:49:10.357 133 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8462fe7e-84e9-4a60-8683-23df83778e9e) has been successfully configured for deployment 'opnfv-rally' (UUID=1c89efc3-7d54-4b07-962b-f14e9bc7b72a)! 2018-04-05 23:49:10,521 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-05 23:56:18,735 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-04-05 23:56:22,463 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-05 23:56:22,475 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-04-05 23:56:23,003 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-05 23:56:23,017 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-04-05 23:56:23,242 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-05 23:56:23,254 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-04-05 23:56:23,275 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-04-05 23:56:24,073 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-04-05 23:56:24,198 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 23:56:24,199 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 35:03 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-04-05 23:56:24,203 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-04-05 23:56:24,203 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 02:55 | PASS | | bgpvpn | sdnvpn | features | 35:03 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-05 23:56:24,208 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-05 23:58:32,024 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-103 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 23:58:32,027 - 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=du9PExqtbWfKYkTWbqByxRRHA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.7 export OS_REGION_NAME=regionOne 2018-04-05 23:58:32,027 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 23:58:32,027 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-05 23:58:32,028 - 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-04-05 23:58:32,029 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-05 23:58:41,713 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-103 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 23:58:41,715 - 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=du9PExqtbWfKYkTWbqByxRRHA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.7 export OS_REGION_NAME=regionOne 2018-04-05 23:58:41,715 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 23:58:41,715 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-05 23:58:41,715 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-05 23:58:41,716 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK