2018-04-03 19:04:04,467 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-04-03 19:04:04,467 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.29:5000/v3 ...OK 2018-04-03 19:04:04,841 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-03 19:04:05,208 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-04-03 19:04:05,208 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.29:5000 ...OK 2018-04-03 19:04:05,575 - functest.ci.check_deployment - DEBUG - 172.30.9.29:8774 is reachable! 2018-04-03 19:04:05,575 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.29:8774/v2.1 ...OK 2018-04-03 19:04:06,018 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9696 is reachable! 2018-04-03 19:04:06,018 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.29:9696 ...OK 2018-04-03 19:04:06,453 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9292 is reachable! 2018-04-03 19:04:06,453 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.29:9292 ...OK 2018-04-03 19:04:07,627 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-03 19:04:08,603 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-03 19:04:08,626 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-03 19:04:09,984 - functest.ci.check_deployment - INFO - External network found: external 2018-04-03 19:04:12,485 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-95 | | 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-03 19:04:12,487 - 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=uBHabJDgnx7R9Wrhj4wqK492t export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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.4 export OS_REGION_NAME=regionOne 2018-04-03 19:04:12,488 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-03 19:04:12,488 - 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-03 19:04:12,489 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-03 19:04:12,489 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-03 19:04:14,363 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-03 19:04:22,541 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.168s OK 2018-04-03 19:04:22,673 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:04:22,673 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-03 19:04:22,677 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-03 19:04:23,366 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-03 19:13:24,806 - 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 541.387s OK 2018-04-03 19:13:24,930 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:13:24,930 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-03 19:13:24,934 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-03 19:13:25,628 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-03 19:13:58,080 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 32.451s OK 2018-04-03 19:13:58,201 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:13:58,201 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:32 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-03 19:13:58,205 - 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:01 | PASS | | snaps_health_check | functest | healthcheck | 00:32 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-03 19:13:58,208 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-03 19:14:00,843 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-95 | | 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-03 19:14:00,846 - 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=uBHabJDgnx7R9Wrhj4wqK492t export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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.4 export OS_REGION_NAME=regionOne 2018-04-03 19:14:00,846 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-03 19:14:00,847 - 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-03 19:14:00,848 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-03 19:14:00,848 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-03 19:14:01,320 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-03 19:14:01,320 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-03 19:14:01' 2018-04-03 19:14:01,320 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e949cdc4-8c5f-4c54-8f31-7deec6e4aeb8' 2018-04-03 19:14:04,264 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e949cdc4-8c5f-4c54-8f31-7deec6e4aeb8' 2018-04-03 19:14:06,828 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e949cdc4-8c5f-4c54-8f31-7deec6e4aeb8' 2018-04-03 19:14:12,399 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e949cdc4-8c5f-4c54-8f31-7deec6e4aeb8' 2018-04-03 19:14:13,233 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e949cdc4-8c5f-4c54-8f31-7deec6e4aeb8' 2018-04-03 19:14:17,814 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e949cdc4-8c5f-4c54-8f31-7deec6e4aeb8' 2018-04-03 19:14:22,516 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-03 19:14:27,729 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-03 19:14:30,014 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-03 19:14:30,135 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:14:30,135 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-03 19:14:50,001 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-03 19:14:50,138 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-03 19:14:59,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-03 19:14:59.122 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eefa73cd-c50f-41b7-9973-3d523be2c239) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eefa73cd-c50f-41b7-9973-3d523be2c239 | 2018-04-03T19:14:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eefa73cd-c50f-41b7-9973-3d523be2c239 ~/.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-03 19:15:02,675 - 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-03 19:15:02,675 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-03 19:15:09,390 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-03 19:15:06.770 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-03 19:15:06.937 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-03 19:15:09.248 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d) as the default verifier for the future CLI operations. 2018-04-03 19:15:12,341 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-03 19:15:14,091 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-03 19:15:17,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-03 19:15:23,000 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-03 19:15:22.130 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d) for deployment 'opnfv-rally' (UUID=eefa73cd-c50f-41b7-9973-3d523be2c239). 2018-04-03 19:15:22.824 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d) has been successfully configured for deployment 'opnfv-rally' (UUID=eefa73cd-c50f-41b7-9973-3d523be2c239)! 2018-04-03 19:15:23,001 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-03 19:15:23,001 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-03 19:15:23,003 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-03 19:15:23,018 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-03 19:15:26,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e4f8116c-81b7-462f-94ed-313ff179466d/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-03 19:15:26,991 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-03 19:15:27,003 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-03 19:15:27,003 - 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-03 19:15:29,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:15:29.072 51 INFO rally.api [-] Starting verification (UUID=266cf15e-05e3-4cab-b168-b3d8479decfc) for deployment 'opnfv-rally' (UUID=eefa73cd-c50f-41b7-9973-3d523be2c239) by verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d). 2018-04-03 19:15:29,075 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 266cf15e-05e3-4cab-b168-b3d8479decfc 2018-04-03 19:15:35,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:15:35.658 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.263s] 2018-04-03 19:15:35,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:15:35.714 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-03 19:15:41,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:15:41.826 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.261s] 2018-04-03 19:15:43,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:15:43.532 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.705s] 2018-04-03 19:15:52,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:15:52.286 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.145s] 2018-04-03 19:16:04,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:16:04.932 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.349s] 2018-04-03 19:16:32,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:16:32.733 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2018-04-03 19:16:32,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:16:32.735 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-03 19:16:55,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:16:55.881 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-04-03 19:16:55,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:16:55.882 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-03 19:17:19,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:17:19.867 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-04-03 19:17:19,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:17:19.869 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-03 19:21:00,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:00.808 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [198.171s] 2018-04-03 19:21:20,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:20.815 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.055s] 2018-04-03 19:21:20,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:20.917 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-04-03 19:21:27,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:27.877 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.648s] 2018-04-03 19:21:27,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:27.888 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-03 19:21:29,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:29.430 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-03 19:21:29,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:29.431 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-03 19:21:33,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:33.097 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.363s] 2018-04-03 19:21:38,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:38.751 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2018-04-03 19:21:44,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:44.682 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.588s] 2018-04-03 19:21:51,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:51.357 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.374s] 2018-04-03 19:21:59,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:21:59.525 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.920s] 2018-04-03 19:22:05,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:05.170 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.343s] 2018-04-03 19:22:10,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:10.267 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-04-03 19:22:17,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:17.003 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.661s] 2018-04-03 19:22:23,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:23.280 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.423s] 2018-04-03 19:22:30,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:30.988 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.627s] 2018-04-03 19:22:33,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:33.184 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-03 19:22:35,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:35.020 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-04-03 19:22:35,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:35.086 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2018-04-03 19:22:35,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:35.157 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-04-03 19:22:35,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:35.163 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-03 19:22:39,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:39.010 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.474s] 2018-04-03 19:22:39,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:39.711 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.700s] 2018-04-03 19:22:40,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:40.840 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.129s] 2018-04-03 19:22:46,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:46.290 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-03 19:22:51,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:22:51.337 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.776s] 2018-04-03 19:23:02,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:02.829 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.477s] 2018-04-03 19:23:05,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:05.679 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.849s] 2018-04-03 19:23:15,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:15.984 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.525s] 2018-04-03 19:23:19,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:19.225 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.240s] 2018-04-03 19:23:25,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:25.504 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.279s] 2018-04-03 19:23:34,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:34.746 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.665s] 2018-04-03 19:23:37,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:37.604 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.857s] 2018-04-03 19:23:41,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:41.908 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.303s] 2018-04-03 19:23:55,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:55.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.667s] 2018-04-03 19:23:56,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:56.183 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.246s] 2018-04-03 19:23:56,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:56.432 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.249s] 2018-04-03 19:23:56,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:56.481 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.049s] 2018-04-03 19:23:56,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:56.577 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.095s] 2018-04-03 19:23:56,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:23:56.771 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.193s] 2018-04-03 19:24:09,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:09.705 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.843s] 2018-04-03 19:24:09,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:09.969 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.264s] 2018-04-03 19:24:10,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:10.075 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.105s] 2018-04-03 19:24:10,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:10.275 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.200s] 2018-04-03 19:24:10,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:10.375 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.099s] 2018-04-03 19:24:10,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:10.429 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-04-03 19:24:20,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:20.717 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.328s] 2018-04-03 19:24:25,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:25.359 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.641s] 2018-04-03 19:24:26,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:26.945 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.585s] 2018-04-03 19:24:26,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:26.999 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-04-03 19:24:27,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:27.047 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.048s] 2018-04-03 19:24:37,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:37.205 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.563s] 2018-04-03 19:24:41,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:41.535 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.329s] 2018-04-03 19:24:43,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:43.074 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.539s] 2018-04-03 19:24:43,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:43.126 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.052s] 2018-04-03 19:24:43,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:43.190 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2018-04-03 19:24:56,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:24:56.441 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.034s] 2018-04-03 19:25:01,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:01.133 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.692s] 2018-04-03 19:25:05,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:05.289 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.155s] 2018-04-03 19:25:07,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:07.941 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.651s] 2018-04-03 19:25:25,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:25.448 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.619s] 2018-04-03 19:25:29,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:29.905 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.457s] 2018-04-03 19:25:33,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:33.546 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.640s] 2018-04-03 19:25:36,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:36.100 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.553s] 2018-04-03 19:25:47,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:47.677 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.508s] 2018-04-03 19:25:49,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:49.839 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.159s] 2018-04-03 19:25:50,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:50.092 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.256s] 2018-04-03 19:25:54,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:54.246 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.292s] 2018-04-03 19:25:55,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:55.857 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.608s] 2018-04-03 19:25:55,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:55.908 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.054s] 2018-04-03 19:25:59,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:25:59.394 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.548s] 2018-04-03 19:26:02,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:02.485 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.005s] 2018-04-03 19:26:03,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:03.727 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-03 19:26:03,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:03.730 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-03 19:26:03,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:03.731 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-03 19:26:03,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:03.732 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-03 19:26:03,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:03.733 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-03 19:26:05,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:05.578 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-03 19:26:17,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:17.550 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.260s] 2018-04-03 19:26:27,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:27.863 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.152s] 2018-04-03 19:26:38,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:38.706 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.841s] 2018-04-03 19:26:47,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:26:47.393 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.174s] 2018-04-03 19:29:18,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:29:18.946 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [145.548s] 2018-04-03 19:29:54,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:29:54.201 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.505s] 2018-04-03 19:30:23,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:30:23.569 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [13.768s] 2018-04-03 19:30:36,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '266cf15e-05e3-4cab-b168-b3d8479decfc']'. 2018-04-03 19:30:37,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-03 19:30:37,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-03 19:30:37,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 19:30:37,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 266cf15e-05e3-4cab-b168-b3d8479decfc | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-03 19:15:29 | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-03 19:30:36 | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:07 | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e4f8116c-81b7-462f-94ed-313ff179466d) | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-03 19:30:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: eefa73cd-c50f-41b7-9973-3d523be2c239) | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 889.976 | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 19:30:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-03 19:30:37,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 96.6666666667% 2018-04-03 19:30:42,930 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:30:42,930 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:30 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-03 19:30:42,935 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-03 19:30:42,935 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-03 19:30:43,423 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-03 19:30:43,423 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-03 19:30:43,822 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-03 19:30:43,822 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-03 19:30:44,184 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-03 19:30:46,624 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-03 19:30:46.232 152 INFO rally.deployment.engine [-] Deployment eefa73cd-c50f-41b7-9973-3d523be2c239 | Starting: Destroy cloud and free allocated resources. 2018-04-03 19:30:46.317 152 INFO rally.deployment.engine [-] Deployment eefa73cd-c50f-41b7-9973-3d523be2c239 | Completed: Destroy cloud and free allocated resources. 2018-04-03 19:30:46.357 152 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d) for deployment 'opnfv-rally'. 2018-04-03 19:30:46.376 152 INFO rally.api [-] Deleting verification (UUID=266cf15e-05e3-4cab-b168-b3d8479decfc). 2018-04-03 19:30:46.418 152 INFO rally.api [-] Verification has been successfully deleted! 2018-04-03 19:30:46.418 152 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d). 2018-04-03 19:30:46.429 152 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-03 19:30:49,227 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-03 19:30:48.859 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cd197377-21c6-4ae9-8301-af60b43a80af) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cd197377-21c6-4ae9-8301-af60b43a80af | 2018-04-03T19:30:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cd197377-21c6-4ae9-8301-af60b43a80af ~/.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-03 19:30:52,527 - 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-03 19:30:52,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-03 19:30:53,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73'... 2018-04-03 19:30:55,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-2627a2ef-10ec-479f-b54b-b1c040c0cc73'... 2018-04-03 19:30:56,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-2627a2ef-10ec-479f-b54b-b1c040c0cc73'... 2018-04-03 19:31:00,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73'... 2018-04-03 19:31:01,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73'... 2018-04-03 19:31:01,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-03 19:31:01,885 - 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-03 19:31:01,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:31:01,933 - 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-03 19:31:01,944 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:32:01,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 277d60ab-2c3b-4bef-94cd-238dccd7b490 2018-04-03 19:32:01,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-03 19:32:01,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '277d60ab-2c3b-4bef-94cd-238dccd7b490'] 2018-04-03 19:32:02,524 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 277d60ab-2c3b-4bef-94cd-238dccd7b490: 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 277d60ab-2c3b-4bef-94cd-238dccd7b490 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.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | total | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> duration | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.455774 Full duration: 6.54737 -------------------------------------------------------------------------------- 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 277d60ab-2c3b-4bef-94cd-238dccd7b490 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.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 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.750825 Full duration: 6.971039 -------------------------------------------------------------------------------- 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 277d60ab-2c3b-4bef-94cd-238dccd7b490 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.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627947 Full duration: 6.943672 -------------------------------------------------------------------------------- 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 277d60ab-2c3b-4bef-94cd-238dccd7b490 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739878 Full duration: 6.806636 -------------------------------------------------------------------------------- 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 277d60ab-2c3b-4bef-94cd-238dccd7b490 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.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | total | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> duration | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.886856 Full duration: 7.169342 -------------------------------------------------------------------------------- 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 277d60ab-2c3b-4bef-94cd-238dccd7b490 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.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 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.695311 Full duration: 7.064324 HINTS: * To plot HTML graphics with this data, run: rally task report 277d60ab-2c3b-4bef-94cd-238dccd7b490 --out output.html * To generate a JUnit report, run: rally task export 277d60ab-2c3b-4bef-94cd-238dccd7b490 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 277d60ab-2c3b-4bef-94cd-238dccd7b490 --json --out output.json 2018-04-03 19:32:02,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '277d60ab-2c3b-4bef-94cd-238dccd7b490'] 2018-04-03 19:32:03,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:32:03,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '277d60ab-2c3b-4bef-94cd-238dccd7b490', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-03 19:32:03,435 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-03 19:32:03,435 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-03 19:32:03,435 - 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-03 19:32:03,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:32:03,453 - 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-03 19:32:03,463 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:33:24,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 051046a8-0753-4126-88ef-aa4740dc40b1 2018-04-03 19:33:24,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '051046a8-0753-4126-88ef-aa4740dc40b1'] 2018-04-03 19:33:25,671 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 051046a8-0753-4126-88ef-aa4740dc40b1: 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 051046a8-0753-4126-88ef-aa4740dc40b1 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.007 | 3.007 | 3.007 | 3.007 | 3.007 | 3.007 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | glance_v2.delete_image | 1.366 | 1.366 | 1.366 | 1.366 | 1.366 | 1.366 | 100.0% | 1 | | total | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 100.0% | 1 | | -> duration | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.373106 Full duration: 12.010282 -------------------------------------------------------------------------------- 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 051046a8-0753-4126-88ef-aa4740dc40b1 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.882 | 3.882 | 3.882 | 3.882 | 3.882 | 3.882 | 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.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | glance_v2.list_images | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | total | 3.911 | 3.911 | 3.911 | 3.911 | 3.911 | 3.911 | 100.0% | 1 | | -> duration | 3.911 | 3.911 | 3.911 | 3.911 | 3.911 | 3.911 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.91097 Full duration: 14.330167 -------------------------------------------------------------------------------- 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 051046a8-0753-4126-88ef-aa4740dc40b1 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.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | -> duration | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.181677 Full duration: 7.189284 -------------------------------------------------------------------------------- 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-2627a2ef-10ec-479f-b54b-b1c040c0cc73" }, "number_instances": 2, "nics": [ { "net-id": "53c2398d-3b36-45ec-b928-1e4f9d45d3c0" } ] }, "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 051046a8-0753-4126-88ef-aa4740dc40b1 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.194 | 3.194 | 3.194 | 3.194 | 3.194 | 3.194 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | nova.boot_servers | 8.248 | 8.248 | 8.248 | 8.248 | 8.248 | 8.248 | 100.0% | 1 | | total | 11.442 | 11.442 | 11.442 | 11.442 | 11.442 | 11.442 | 100.0% | 1 | | -> duration | 10.442 | 10.442 | 10.442 | 10.442 | 10.442 | 10.442 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.442353 Full duration: 30.511267 HINTS: * To plot HTML graphics with this data, run: rally task report 051046a8-0753-4126-88ef-aa4740dc40b1 --out output.html * To generate a JUnit report, run: rally task export 051046a8-0753-4126-88ef-aa4740dc40b1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 051046a8-0753-4126-88ef-aa4740dc40b1 --json --out output.json 2018-04-03 19:33:25,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '051046a8-0753-4126-88ef-aa4740dc40b1'] 2018-04-03 19:33:26,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:33:26,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '051046a8-0753-4126-88ef-aa4740dc40b1', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-03 19:33:26,569 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-03 19:33:26,569 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-03 19:33:26,569 - 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-03 19:33:26,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:33:26,607 - 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-03 19:33:26,613 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-03 19:33:26,613 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-03 19:33:26,613 - 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-03 19:33:26,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:33:26,649 - 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-03 19:33:26,656 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:36:26,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7813deb4-8a12-43f3-9048-77683be682c1 2018-04-03 19:36:26,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7813deb4-8a12-43f3-9048-77683be682c1'] 2018-04-03 19:36:27,856 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7813deb4-8a12-43f3-9048-77683be682c1: 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 7813deb4-8a12-43f3-9048-77683be682c1 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.084 | 3.084 | 3.084 | 3.084 | 3.084 | 3.084 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 100.0% | 1 | | total | 5.35 | 5.35 | 5.35 | 5.35 | 5.35 | 5.35 | 100.0% | 1 | | -> duration | 5.35 | 5.35 | 5.35 | 5.35 | 5.35 | 5.35 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.350388 Full duration: 21.088429 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.261 | 3.261 | 3.261 | 3.261 | 3.261 | 3.261 | 100.0% | 1 | | cinder_v2.delete_volume | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 100.0% | 1 | | total | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 100.0% | 1 | | -> duration | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.421048 Full duration: 14.8087 -------------------------------------------------------------------------------- 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-2627a2ef-10ec-479f-b54b-b1c040c0cc73" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7813deb4-8a12-43f3-9048-77683be682c1 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.656 | 7.656 | 7.656 | 7.656 | 7.656 | 7.656 | 100.0% | 1 | | cinder_v2.delete_volume | 2.153 | 2.153 | 2.153 | 2.153 | 2.153 | 2.153 | 100.0% | 1 | | total | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 100.0% | 1 | | -> duration | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.808884 Full duration: 19.62918 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.079 | 3.079 | 3.079 | 3.079 | 3.079 | 3.079 | 100.0% | 1 | | cinder_v2.delete_volume | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 100.0% | 1 | | total | 5.384 | 5.384 | 5.384 | 5.384 | 5.384 | 5.384 | 100.0% | 1 | | -> duration | 5.384 | 5.384 | 5.384 | 5.384 | 5.384 | 5.384 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.384269 Full duration: 14.525866 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.947 | 2.947 | 2.947 | 2.947 | 2.947 | 2.947 | 100.0% | 1 | | cinder_v2.extend_volume | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 100.0% | 1 | | cinder_v2.delete_volume | 2.159 | 2.159 | 2.159 | 2.159 | 2.159 | 2.159 | 100.0% | 1 | | total | 7.596 | 7.596 | 7.596 | 7.596 | 7.596 | 7.596 | 100.0% | 1 | | -> duration | 7.596 | 7.596 | 7.596 | 7.596 | 7.596 | 7.596 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.596437 Full duration: 17.12742 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.994 | 2.994 | 2.994 | 2.994 | 2.994 | 2.994 | 100.0% | 1 | | cinder_v2.delete_volume | 2.603 | 2.603 | 2.603 | 2.603 | 2.603 | 2.603 | 100.0% | 1 | | total | 5.597 | 5.597 | 5.597 | 5.597 | 5.597 | 5.597 | 100.0% | 1 | | -> duration | 5.597 | 5.597 | 5.597 | 5.597 | 5.597 | 5.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.597478 Full duration: 21.325334 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.list_qos | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 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.73705 Full duration: 11.302587 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | cinder_v2.set_qos | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> duration | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756591 Full duration: 11.420265 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | cinder_v2.list_types | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 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.737484 Full duration: 11.554983 -------------------------------------------------------------------------------- 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 7813deb4-8a12-43f3-9048-77683be682c1 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790592 Full duration: 11.969695 HINTS: * To plot HTML graphics with this data, run: rally task report 7813deb4-8a12-43f3-9048-77683be682c1 --out output.html * To generate a JUnit report, run: rally task export 7813deb4-8a12-43f3-9048-77683be682c1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7813deb4-8a12-43f3-9048-77683be682c1 --json --out output.json 2018-04-03 19:36:27,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7813deb4-8a12-43f3-9048-77683be682c1'] 2018-04-03 19:36:28,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:36:28,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7813deb4-8a12-43f3-9048-77683be682c1', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-03 19:36:28,976 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-03 19:36:28,977 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-03 19:36:28,977 - 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-03 19:36:28,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:36:28,998 - 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-03 19:36:29,007 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:37:43,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ea5c02b2-56c1-466c-b371-55ae47f6ccd0 2018-04-03 19:37:43,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ea5c02b2-56c1-466c-b371-55ae47f6ccd0'] 2018-04-03 19:37:44,650 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ea5c02b2-56c1-466c-b371-55ae47f6ccd0: 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 ea5c02b2-56c1-466c-b371-55ae47f6ccd0 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.474 | 4.474 | 4.474 | 4.474 | 4.474 | 4.474 | 100.0% | 1 | | heat.update_stack | 2.267 | 2.267 | 2.267 | 2.267 | 2.267 | 2.267 | 100.0% | 1 | | heat.delete_stack | 2.368 | 2.368 | 2.368 | 2.368 | 2.368 | 2.368 | 100.0% | 1 | | total | 9.109 | 9.109 | 9.109 | 9.109 | 9.109 | 9.109 | 100.0% | 1 | | -> duration | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.109132 Full duration: 17.012334 -------------------------------------------------------------------------------- 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 ea5c02b2-56c1-466c-b371-55ae47f6ccd0 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.303 | 4.303 | 4.303 | 4.303 | 4.303 | 4.303 | 100.0% | 1 | | heat.check_stack | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | heat.delete_stack | 2.229 | 2.229 | 2.229 | 2.229 | 2.229 | 2.229 | 100.0% | 1 | | total | 7.812 | 7.812 | 7.812 | 7.812 | 7.812 | 7.812 | 100.0% | 1 | | -> duration | 5.812 | 5.812 | 5.812 | 5.812 | 5.812 | 5.812 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.812015 Full duration: 15.598984 -------------------------------------------------------------------------------- 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 ea5c02b2-56c1-466c-b371-55ae47f6ccd0 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.301 | 4.301 | 4.301 | 4.301 | 4.301 | 4.301 | 100.0% | 1 | | heat.suspend_stack | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | heat.resume_stack | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 100.0% | 1 | | heat.delete_stack | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 100.0% | 1 | | total | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 8.39 | 100.0% | 1 | | -> duration | 6.39 | 6.39 | 6.39 | 6.39 | 6.39 | 6.39 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.389688 Full duration: 16.122195 -------------------------------------------------------------------------------- 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 ea5c02b2-56c1-466c-b371-55ae47f6ccd0 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.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | total | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> duration | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.55882 Full duration: 7.818698 HINTS: * To plot HTML graphics with this data, run: rally task report ea5c02b2-56c1-466c-b371-55ae47f6ccd0 --out output.html * To generate a JUnit report, run: rally task export ea5c02b2-56c1-466c-b371-55ae47f6ccd0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ea5c02b2-56c1-466c-b371-55ae47f6ccd0 --json --out output.json 2018-04-03 19:37:44,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ea5c02b2-56c1-466c-b371-55ae47f6ccd0'] 2018-04-03 19:37:45,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:37:45,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ea5c02b2-56c1-466c-b371-55ae47f6ccd0', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-03 19:37:45,651 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-03 19:37:45,651 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-03 19:37:45,651 - 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-03 19:37:45,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:37:45,692 - 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-03 19:37:45,704 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:40:44,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : de1ab0db-2391-447a-a256-d0fecd0e2eb1 2018-04-03 19:40:44,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'de1ab0db-2391-447a-a256-d0fecd0e2eb1'] 2018-04-03 19:40:45,151 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task de1ab0db-2391-447a-a256-d0fecd0e2eb1: 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.revoke_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 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.719745 Full duration: 13.472152 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.683356 Full duration: 13.666298 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | keystone_v3.list_projects | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.919566 Full duration: 13.615124 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> duration | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.574389 Full duration: 11.391075 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> duration | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.569099 Full duration: 11.257004 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | keystone_v3.create_user | 0.446 | 0.446 | 0.446 | 0.446 | 0.446 | 0.446 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.create_role | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 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.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.list_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | -> duration | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.759213 Full duration: 18.592082 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> duration | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855908 Full duration: 11.668156 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731074 Full duration: 13.69912 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | total | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> duration | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.638954 Full duration: 13.561291 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | keystone_v3.list_users | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> duration | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.901962 Full duration: 14.001372 -------------------------------------------------------------------------------- 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 de1ab0db-2391-447a-a256-d0fecd0e2eb1 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | keystone_v3.create_users | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 4.511 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 100.0% | 1 | | total | 6.144 | 6.144 | 6.144 | 6.144 | 6.144 | 6.144 | 100.0% | 1 | | -> duration | 6.144 | 6.144 | 6.144 | 6.144 | 6.144 | 6.144 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.144004 Full duration: 23.074467 HINTS: * To plot HTML graphics with this data, run: rally task report de1ab0db-2391-447a-a256-d0fecd0e2eb1 --out output.html * To generate a JUnit report, run: rally task export de1ab0db-2391-447a-a256-d0fecd0e2eb1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report de1ab0db-2391-447a-a256-d0fecd0e2eb1 --json --out output.json 2018-04-03 19:40:45,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'de1ab0db-2391-447a-a256-d0fecd0e2eb1'] 2018-04-03 19:40:46,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:40:46,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'de1ab0db-2391-447a-a256-d0fecd0e2eb1', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-03 19:40:46,223 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-03 19:40:46,223 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-03 19:40:46,223 - 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-03 19:40:46,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:40:46,247 - 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-03 19:40:46,260 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:45:02,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : abf798dc-c06f-49e0-979a-2710c25c23ac 2018-04-03 19:45:02,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'abf798dc-c06f-49e0-979a-2710c25c23ac'] 2018-04-03 19:45:04,092 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task abf798dc-c06f-49e0-979a-2710c25c23ac: 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | neutron.delete_network | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | total | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> duration | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.751277 Full duration: 14.130266 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.254 | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 100.0% | 1 | | neutron.delete_port | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | total | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 100.0% | 1 | | -> duration | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.853637 Full duration: 25.581266 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | neutron.create_subnet | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | neutron.create_router | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | neutron.add_interface_router | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 100.0% | 1 | | neutron.remove_interface_router | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.delete_router | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 100.0% | 1 | | total | 4.384 | 4.384 | 4.384 | 4.384 | 4.384 | 4.384 | 100.0% | 1 | | -> duration | 4.384 | 4.384 | 4.384 | 4.384 | 4.384 | 4.384 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.384127 Full duration: 35.371527 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | neutron.delete_subnet | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 100.0% | 1 | | total | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> duration | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.429737 Full duration: 24.475491 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.315 | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 100.0% | 1 | | neutron.list_networks | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | -> duration | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.554794 Full duration: 15.990546 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.341 | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 100.0% | 1 | | neutron.list_ports | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | -> duration | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.460395 Full duration: 24.107424 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | neutron.create_subnet | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | neutron.create_router | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | neutron.add_interface_router | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 100.0% | 1 | | neutron.list_routers | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 100.0% | 1 | | -> duration | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.898264 Full duration: 32.435468 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac 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.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | neutron.create_subnet | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | neutron.list_subnets | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 100.0% | 1 | | -> duration | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.522742 Full duration: 30.16636 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | neutron.delete_security_group | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | -> duration | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.211197 Full duration: 13.500008 -------------------------------------------------------------------------------- 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 abf798dc-c06f-49e0-979a-2710c25c23ac has 1 error(s) -------------------------------------------------------------------------------- Conflict: Security Group 24cec34c-6591-43ed-946c-4dbe8e4ff845 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036853816789 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-7d183d5e-5d4b-445e-b653-4ff6203c3663'] 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 24cec34c-6591-43ed-946c-4dbe8e4ff845 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036853816789 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-7d183d5e-5d4b-445e-b653-4ff6203c3663'] -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | 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.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | neutron.create_security_group_rule | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | neutron.delete_security_group | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.0% | 1 | | total | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 0.0% | 1 | | -> duration | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 0.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.435435 Full duration: 15.248447 HINTS: * To plot HTML graphics with this data, run: rally task report abf798dc-c06f-49e0-979a-2710c25c23ac --out output.html * To generate a JUnit report, run: rally task export abf798dc-c06f-49e0-979a-2710c25c23ac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report abf798dc-c06f-49e0-979a-2710c25c23ac --json --out output.json 2018-04-03 19:45:04,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'abf798dc-c06f-49e0-979a-2710c25c23ac'] 2018-04-03 19:45:05,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:45:05,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'abf798dc-c06f-49e0-979a-2710c25c23ac', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-03 19:45:05,112 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-04-03 19:45:05,113 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-03 19:45:05,113 - 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-03 19:45:05,113 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:45:05,144 - 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-03 19:45:05,154 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:45:53,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9f43f102-160b-46ad-802d-0748fd1085b7 2018-04-03 19:45:53,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9f43f102-160b-46ad-802d-0748fd1085b7'] 2018-04-03 19:45:54,344 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9f43f102-160b-46ad-802d-0748fd1085b7: 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-2627a2ef-10ec-479f-b54b-b1c040c0cc73" }, "image": { "name": "Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73" }, "block_migration": false, "nics": [ { "net-id": "53c2398d-3b36-45ec-b928-1e4f9d45d3c0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9f43f102-160b-46ad-802d-0748fd1085b7 has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance e706f149-1ab3-46d9-912e-b1c315f0e9cf to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-8520db9f-c11b-4991-a4e9-c42b638d29d0) 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 756, in _live_migrate disk_over_commit=disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 465, in live_migrate disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1691, in live_migrate 'disk_over_commit': disk_over_commit}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1931, in _action info=info, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) BadRequest: No valid host was found. Unable to move instance e706f149-1ab3-46d9-912e-b1c315f0e9cf to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-8520db9f-c11b-4991-a4e9-c42b638d29d0) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.295 | 8.295 | 8.295 | 8.295 | 8.295 | 8.295 | 100.0% | 1 | | nova.find_host_to_migrate | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | nova.live_migrate | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 0.0% | 1 | | total | 11.352 | 11.352 | 11.352 | 11.352 | 11.352 | 11.352 | 0.0% | 1 | | -> duration | 10.352 | 10.352 | 10.352 | 10.352 | 10.352 | 10.352 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.351796 Full duration: 27.114506 HINTS: * To plot HTML graphics with this data, run: rally task report 9f43f102-160b-46ad-802d-0748fd1085b7 --out output.html * To generate a JUnit report, run: rally task export 9f43f102-160b-46ad-802d-0748fd1085b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9f43f102-160b-46ad-802d-0748fd1085b7 --json --out output.json 2018-04-03 19:45:54,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9f43f102-160b-46ad-802d-0748fd1085b7'] 2018-04-03 19:45:55,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:45:55,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9f43f102-160b-46ad-802d-0748fd1085b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-03 19:45:55,404 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-03 19:45:55,405 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-03 19:45:55,405 - 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-03 19:45:55,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-03 19:45:55,445 - 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-03 19:45:55,455 - 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': '53c2398d-3b36-45ec-b928-1e4f9d45d3c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'flavor_name': 'rally-tiny-2627a2ef-10ec-479f-b54b-b1c040c0cc73', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2627a2ef-10ec-479f-b54b-b1c040c0cc73', '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-03 19:46:39,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 2018-04-03 19:46:39,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f2f235ca-f4d6-42c6-8888-f57d35aa7ea2'] 2018-04-03 19:46:40,877 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f2f235ca-f4d6-42c6-8888-f57d35aa7ea2: 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 f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | quotas.delete_quotas | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> duration | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86423 Full duration: 7.911646 -------------------------------------------------------------------------------- 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 f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693732 Full duration: 7.911875 -------------------------------------------------------------------------------- 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 f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 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.266 | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 100.0% | 1 | | total | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> duration | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.659547 Full duration: 7.601151 -------------------------------------------------------------------------------- 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 f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 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.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | total | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> duration | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.910538 Full duration: 7.920193 HINTS: * To plot HTML graphics with this data, run: rally task report f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 --out output.html * To generate a JUnit report, run: rally task export f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f2f235ca-f4d6-42c6-8888-f57d35aa7ea2 --json --out output.json 2018-04-03 19:46:40,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f2f235ca-f4d6-42c6-8888-f57d35aa7ea2'] 2018-04-03 19:46:41,923 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-03 19:46:41,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f2f235ca-f4d6-42c6-8888-f57d35aa7ea2', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-03 19:46:41,930 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-03 19:46:41,933 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:04 | 4 | 100.00% | | cinder | 02:34 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:37 | 11 | 100.00% | | neutron | 03:51 | 10 | 90.00% | | nova | 00:27 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:12:44 | 50 | 96.00% | +----------------+------------+----------------+-----------+ 2018-04-03 19:46:41,933 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 96.00% 2018-04-03 19:46:48,479 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-03 19:46:48,479 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-03 19:46:48,961 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:46:48,961 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 16:04 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-03 19:46:48,966 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-03 19:46:48,966 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-03 19:46:49,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-03 19:46:51,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-03 19:46:51.400 9477 INFO rally.deployment.engine [-] Deployment cd197377-21c6-4ae9-8301-af60b43a80af | Starting: Destroy cloud and free allocated resources. 2018-04-03 19:46:51.499 9477 INFO rally.deployment.engine [-] Deployment cd197377-21c6-4ae9-8301-af60b43a80af | Completed: Destroy cloud and free allocated resources. 2018-04-03 19:46:51.525 9477 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d). 2018-04-03 19:46:51.530 9477 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-03 19:46:54,229 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-03 19:46:53.925 9480 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c | 2018-04-03T19:46:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c ~/.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-03 19:46:57,529 - 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-03 19:46:57,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-03 19:46:59,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-03 19:46:59.629 9486 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e4f8116c-81b7-462f-94ed-313ff179466d). 2018-04-03 19:46:59.768 9486 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-03 19:47:03,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-03 19:47:02.049 9489 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-03 19:47:02.212 9489 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-03 19:47:03.301 9489 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789) as the default verifier for the future CLI operations. 2018-04-03 19:47:06,349 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-03 19:47:08,156 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-03 19:47:12,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-03 19:47:16,937 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-03 19:47:16.124 9508 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789) for deployment 'opnfv-rally' (UUID=4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c). 2018-04-03 19:47:16.782 9508 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789) has been successfully configured for deployment 'opnfv-rally' (UUID=4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c)! 2018-04-03 19:47:16,937 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-03 19:47:16,937 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-03 19:47:16,940 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-03 19:47:20,680 - 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-03 19:47:22,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:22.859 9520 INFO rally.api [-] Starting verification (UUID=b5283c42-8b5b-4eb5-a471-3efb278b089d) for deployment 'opnfv-rally' (UUID=4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c) by verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789). 2018-04-03 19:47:22,861 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b5283c42-8b5b-4eb5-a471-3efb278b089d 2018-04-03 19:47:33,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:33.615 9520 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-03 19:47:33,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:33.957 9520 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.345s] 2018-04-03 19:47:34,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:34.013 9520 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.397s] 2018-04-03 19:47:34,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:34.024 9520 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.379s] 2018-04-03 19:47:34,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:34.152 9520 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.128s] 2018-04-03 19:47:34,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:34.972 9520 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.973s] 2018-04-03 19:47:35,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:35.271 9520 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.296s] 2018-04-03 19:47:35,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:35.284 9520 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.312s] 2018-04-03 19:47:39,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:39.191 9520 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.997s] 2018-04-03 19:47:39,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:39.718 9520 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.447s] 2018-04-03 19:47:41,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:41.246 9520 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.494s] 2018-04-03 19:47:42,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:42.429 9520 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.182s] 2018-04-03 19:47:42,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:42.661 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.554s] 2018-04-03 19:47:43,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:43.307 9520 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.199s] 2018-04-03 19:47:43,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:43.396 9520 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.966s] 2018-04-03 19:47:43,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:43.615 9520 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.308s] 2018-04-03 19:47:43,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:43.868 9520 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.253s] 2018-04-03 19:47:45,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:45.678 9520 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.702s] 2018-04-03 19:47:47,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:47.773 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.110s] 2018-04-03 19:47:48,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:48.935 9520 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.081s] 2018-04-03 19:47:48,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:48.936 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.158s] 2018-04-03 19:47:50,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:50.008 9520 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.073s] 2018-04-03 19:47:50,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:50.203 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.272s] 2018-04-03 19:47:50,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:50.792 9520 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.217s] 2018-04-03 19:47:50,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:50.861 9520 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.247s] 2018-04-03 19:47:51,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:51.078 9520 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.285s] 2018-04-03 19:47:51,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:51.166 9520 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.305s] 2018-04-03 19:47:51,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:51.362 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.158s] 2018-04-03 19:47:51,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:51.752 9520 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.673s] 2018-04-03 19:47:51,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:51.762 9520 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2018-04-03 19:47:51,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:51.776 9520 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-04-03 19:47:51,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:51.945 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.833s] 2018-04-03 19:47:54,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:54.375 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.011s] 2018-04-03 19:47:54,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:54.760 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.329s] 2018-04-03 19:47:55,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:55.466 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.090s] 2018-04-03 19:47:55,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:55.575 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.110s] 2018-04-03 19:47:55,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:55.603 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.028s] 2018-04-03 19:47:55,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:55.626 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.022s] 2018-04-03 19:47:55,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:55.743 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.982s] 2018-04-03 19:47:55,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:55.830 9520 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.203s] 2018-04-03 19:47:58,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.253 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-04-03 19:47:58,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.265 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-03 19:47:58,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.409 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.143s] 2018-04-03 19:47:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.420 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-04-03 19:47:58,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.431 9520 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-03 19:47:58,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.462 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-04-03 19:47:58,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.532 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2018-04-03 19:47:58,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:58.594 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-04-03 19:47:59,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:59.333 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.739s] 2018-04-03 19:47:59,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:59.355 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.021s] 2018-04-03 19:47:59,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:47:59.442 9520 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.086s] 2018-04-03 19:48:14,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:14.429 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.108s] 2018-04-03 19:48:14,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:14.554 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.213s] 2018-04-03 19:48:14,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:14.591 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.207s] 2018-04-03 19:48:14,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:14.735 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.181s] 2018-04-03 19:48:14,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:14.785 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.050s] 2018-04-03 19:48:15,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.254 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.467s] 2018-04-03 19:48:15,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.379 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.125s] 2018-04-03 19:48:15,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.611 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.180s] 2018-04-03 19:48:15,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.643 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.263s] 2018-04-03 19:48:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.696 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.052s] 2018-04-03 19:48:15,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.766 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.069s] 2018-04-03 19:48:15,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.826 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.059s] 2018-04-03 19:48:15,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.875 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-04-03 19:48:15,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.918 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-04-03 19:48:15,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:15.997 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.078s] 2018-04-03 19:48:16,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:16.078 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.079s] 2018-04-03 19:48:16,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:16.131 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2018-04-03 19:48:16,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:16.190 9520 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.059s] 2018-04-03 19:48:16,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:16.629 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.017s] 2018-04-03 19:48:18,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:18.167 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.537s] 2018-04-03 19:48:19,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:19.229 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.061s] 2018-04-03 19:48:19,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:19.898 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.307s] 2018-04-03 19:48:20,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:20.223 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.992s] 2018-04-03 19:48:20,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:20.512 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.291s] 2018-04-03 19:48:20,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:20.831 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.318s] 2018-04-03 19:48:21,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:21.111 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.279s] 2018-04-03 19:48:22,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:22.417 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.304s] 2018-04-03 19:48:22,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:22.651 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.234s] 2018-04-03 19:48:23,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:23.045 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.392s] 2018-04-03 19:48:23,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:23.287 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.238s] 2018-04-03 19:48:23,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:23.550 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.228s] 2018-04-03 19:48:23,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:23.795 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.245s] 2018-04-03 19:48:24,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:24.176 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.381s] 2018-04-03 19:48:24,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:24.339 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.054s] 2018-04-03 19:48:24,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:24.586 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.247s] 2018-04-03 19:48:24,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:24.644 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.466s] 2018-04-03 19:48:24,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:24.847 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.261s] 2018-04-03 19:48:24,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:24.881 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.236s] 2018-04-03 19:48:24,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:24.956 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.075s] 2018-04-03 19:48:25,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.037 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-04-03 19:48:25,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.095 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.247s] 2018-04-03 19:48:25,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.111 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.073s] 2018-04-03 19:48:25,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.184 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.072s] 2018-04-03 19:48:25,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.241 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.342s] 2018-04-03 19:48:25,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.272 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.088s] 2018-04-03 19:48:25,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.350 9520 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.255s] 2018-04-03 19:48:25,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:25.410 9520 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.138s] 2018-04-03 19:48:26,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:26.311 9520 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [47.109s] 2018-04-03 19:48:29,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:29.854 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.611s] 2018-04-03 19:48:33,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:33.215 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.361s] 2018-04-03 19:48:37,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:37.288 9520 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.166s] 2018-04-03 19:48:39,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:39.335 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.120s] 2018-04-03 19:48:42,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:42.781 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.445s] 2018-04-03 19:48:47,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:47.565 9520 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [21.247s] 2018-04-03 19:48:48,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:48.687 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.904s] 2018-04-03 19:48:53,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:53.540 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.853s] 2018-04-03 19:48:53,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:53.689 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.149s] 2018-04-03 19:48:53,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:53.787 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.097s] 2018-04-03 19:48:53,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:53.857 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.069s] 2018-04-03 19:48:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:53.907 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.049s] 2018-04-03 19:48:54,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:54.015 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2018-04-03 19:48:54,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:54.109 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.094s] 2018-04-03 19:48:54,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:54.176 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.066s] 2018-04-03 19:48:54,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:54.226 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.050s] 2018-04-03 19:48:56,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:56.453 9520 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [8.890s] 2018-04-03 19:48:57,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:57.164 9520 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [71.060s] 2018-04-03 19:48:57,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:57.889 9520 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.728s] 2018-04-03 19:48:59,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:48:59.076 9520 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.847s] 2018-04-03 19:49:01,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:01.246 9520 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [77.834s] 2018-04-03 19:49:12,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:12.269 9520 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.720s] 2018-04-03 19:49:12,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:12.830 9520 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [67.997s] 2018-04-03 19:49:18,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:18.202 9520 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.209s] 2018-04-03 19:49:18,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:18.416 9520 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.214s] 2018-04-03 19:49:23,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:23.854 9520 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [11.583s] 2018-04-03 19:49:27,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:27.588 9520 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.616s] 2018-04-03 19:49:27,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:27.657 9520 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-04-03 19:49:28,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:28.049 9520 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.391s] 2018-04-03 19:49:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:28.148 9520 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-04-03 19:49:28,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:28.149 9520 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-03 19:49:42,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:42.413 9520 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.162s] 2018-04-03 19:49:58,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:49:58.321 9520 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.850s] 2018-04-03 19:50:02,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:02.197 9520 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.323s] 2018-04-03 19:50:02,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:02.556 9520 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.360s] 2018-04-03 19:50:14,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:14.608 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-04-03 19:50:14,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:14.777 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.168s] 2018-04-03 19:50:14,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:14.816 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.039s] 2018-04-03 19:50:14,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:14.847 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.031s] 2018-04-03 19:50:14,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:14.876 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.029s] 2018-04-03 19:50:14,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:14.926 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.048s] 2018-04-03 19:50:14,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:14.971 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.045s] 2018-04-03 19:50:15,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:15.012 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-04-03 19:50:15,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:15.054 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-04-03 19:50:15,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:15.248 9520 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.194s] 2018-04-03 19:50:59,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:50:59.171 9520 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [188.340s] 2018-04-03 19:51:12,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:12.754 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.286s] 2018-04-03 19:51:12,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:12.824 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-04-03 19:51:13,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:13.183 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.360s] 2018-04-03 19:51:20,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:20.807 9520 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [21.631s] 2018-04-03 19:51:32,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:32.997 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.143s] 2018-04-03 19:51:33,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.182 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.185s] 2018-04-03 19:51:33,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.356 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.173s] 2018-04-03 19:51:33,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.514 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.157s] 2018-04-03 19:51:33,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.528 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2018-04-03 19:51:33,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.672 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.143s] 2018-04-03 19:51:33,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.735 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.062s] 2018-04-03 19:51:33,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.778 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.042s] 2018-04-03 19:51:33,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.787 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-04-03 19:51:33,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.820 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-04-03 19:51:33,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.830 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-04-03 19:51:33,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.882 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.051s] 2018-04-03 19:51:33,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.931 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.048s] 2018-04-03 19:51:33,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:33.973 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.040s] 2018-04-03 19:51:34,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.147 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.174s] 2018-04-03 19:51:34,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.358 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.210s] 2018-04-03 19:51:34,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.393 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-04-03 19:51:34,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.429 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-04-03 19:51:34,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.438 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-04-03 19:51:34,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.476 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.036s] 2018-04-03 19:51:34,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.654 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.178s] 2018-04-03 19:51:34,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.691 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-04-03 19:51:34,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:51:34.727 9520 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-04-03 19:52:20,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:52:20.859 9520 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.022s] 2018-04-03 19:52:47,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:52:47.036 9520 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [26.171s] 2018-04-03 19:53:03,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:53:03.199 9520 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.162s] 2018-04-03 19:53:21,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:53:21.436 9520 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.665s] 2018-04-03 19:53:30,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:53:30.568 9520 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.130s] 2018-04-03 19:53:43,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:53:43.210 9520 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.639s] 2018-04-03 19:54:20,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:20.620 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.424s] 2018-04-03 19:54:20,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:20.621 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-03 19:54:38,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:38.678 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.972s] 2018-04-03 19:54:38,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:38.899 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.221s] 2018-04-03 19:54:39,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:39.432 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.533s] 2018-04-03 19:54:39,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:39.803 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.370s] 2018-04-03 19:54:40,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:40.176 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.372s] 2018-04-03 19:54:40,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:40.560 9520 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.384s] 2018-04-03 19:54:46,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:46.481 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.528s] 2018-04-03 19:54:47,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:47.774 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.293s] 2018-04-03 19:54:50,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:50.254 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.475s] 2018-04-03 19:54:50,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:50.897 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.645s] 2018-04-03 19:54:52,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:52.209 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.310s] 2018-04-03 19:54:53,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:53.011 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.802s] 2018-04-03 19:54:54,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:54.526 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.511s] 2018-04-03 19:54:54,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:54:54.573 9520 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-04-03 19:54:57,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b5283c42-8b5b-4eb5-a471-3efb278b089d']'. 2018-04-03 19:54:58,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-03 19:54:58,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-03 19:54:58,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b5283c42-8b5b-4eb5-a471-3efb278b089d | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-03 19:47:22 | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-03 19:54:57 | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:35 | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b0858db1-3910-4199-8a35-7897078df789) | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c) | 2018-04-03 19:54:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 194 | 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 443.801 | 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 191 | 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 19:54:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-03 19:54:58,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.4536082474% 2018-04-03 19:55:04,912 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:55:04,912 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:58 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-03 19:55:04,916 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-03 19:55:04,916 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-03 19:55:05,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-03 19:55:07,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-03 19:55:07.157 9622 INFO rally.deployment.engine [-] Deployment 4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c | Starting: Destroy cloud and free allocated resources. 2018-04-03 19:55:07.243 9622 INFO rally.deployment.engine [-] Deployment 4a1c08b6-3c56-4a8e-aa85-54f5ca666f6c | Completed: Destroy cloud and free allocated resources. 2018-04-03 19:55:07.291 9622 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789) for deployment 'opnfv-rally'. 2018-04-03 19:55:07.315 9622 INFO rally.api [-] Deleting verification (UUID=b5283c42-8b5b-4eb5-a471-3efb278b089d). 2018-04-03 19:55:07.359 9622 INFO rally.api [-] Verification has been successfully deleted! 2018-04-03 19:55:07.360 9622 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789). 2018-04-03 19:55:07.369 9622 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-03 19:55:09,894 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-03 19:55:09.585 9625 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c940e825-3b92-48dc-971e-612e87532467) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c940e825-3b92-48dc-971e-612e87532467 | 2018-04-03T19:55:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c940e825-3b92-48dc-971e-612e87532467 ~/.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-03 19:55:13,240 - 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-03 19:55:13,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-03 19:55:15,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-03 19:55:15.366 9631 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b0858db1-3910-4199-8a35-7897078df789). 2018-04-03 19:55:15.506 9631 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-03 19:55:19,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-03 19:55:17.681 9634 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-03 19:55:17.848 9634 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-03 19:55:18.937 9634 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270) as the default verifier for the future CLI operations. 2018-04-03 19:55:21,953 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-03 19:55:23,523 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-03 19:55:27,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-03 19:55:32,673 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-03 19:55:31.667 9653 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270) for deployment 'opnfv-rally' (UUID=c940e825-3b92-48dc-971e-612e87532467). 2018-04-03 19:55:32.479 9653 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270) has been successfully configured for deployment 'opnfv-rally' (UUID=c940e825-3b92-48dc-971e-612e87532467)! 2018-04-03 19:55:32,673 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-03 19:55:32,673 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-03 19:55:32,675 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-03 19:55:32,681 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-03 19:55:36,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-bebf32af-9b8a-4d03-babf-02b6c83ac270/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-03 19:55:36,000 - 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-03 19:55:38,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 19:55:38.113 9662 INFO rally.api [-] Starting verification (UUID=a9e0b68c-331c-4910-b16c-d60c198d139d) for deployment 'opnfv-rally' (UUID=c940e825-3b92-48dc-971e-612e87532467) by verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270). 2018-04-03 19:55:38,114 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a9e0b68c-331c-4910-b16c-d60c198d139d 2018-04-03 19:58:15,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a9e0b68c-331c-4910-b16c-d60c198d139d']'. 2018-04-03 19:58:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-03 19:58:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-03 19:58:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 19:58:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a9e0b68c-331c-4910-b16c-d60c198d139d | 2018-04-03 19:58:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-03 19:58:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-03 19:55:38 | 2018-04-03 19:58:16,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-03 19:58:15 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:37 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bebf32af-9b8a-4d03-babf-02b6c83ac270) | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c940e825-3b92-48dc-971e-612e87532467) | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.603 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 19:58:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-03 19:58:16,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-03 19:58:21,857 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:58:21,857 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:60 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-03 19:58:21,861 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-03 19:58:40,098 - 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-03 19:58:40,099 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-03 19:58:40,146 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-03 19:58:40,261 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 19:58:40,261 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-03 19:58:40,265 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-03 19:58:41,173 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-03 21:09:55,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 21:09:55,202 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 71:14 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-03 21:09:55,206 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-03 21:09:55,206 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-03 21:09:55,304 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-03 21:09:57,795 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-03 21:09:57.345 9808 INFO rally.deployment.engine [-] Deployment c940e825-3b92-48dc-971e-612e87532467 | Starting: Destroy cloud and free allocated resources. 2018-04-03 21:09:57.434 9808 INFO rally.deployment.engine [-] Deployment c940e825-3b92-48dc-971e-612e87532467 | Completed: Destroy cloud and free allocated resources. 2018-04-03 21:09:57.494 9808 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270) for deployment 'opnfv-rally'. 2018-04-03 21:09:57.527 9808 INFO rally.api [-] Deleting verification (UUID=a9e0b68c-331c-4910-b16c-d60c198d139d). 2018-04-03 21:09:57.576 9808 INFO rally.api [-] Verification has been successfully deleted! 2018-04-03 21:09:57.577 9808 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270). 2018-04-03 21:09:57.591 9808 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-03 21:10:00,271 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-03 21:09:59.961 9811 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fb5eb01d-6546-48fd-bb16-48a8fb4ddc36) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fb5eb01d-6546-48fd-bb16-48a8fb4ddc36 | 2018-04-03T21:09:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fb5eb01d-6546-48fd-bb16-48a8fb4ddc36 ~/.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-03 21:10:03,619 - 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-03 21:10:03,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-03 21:10:06,008 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-03 21:10:05.722 9817 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=bebf32af-9b8a-4d03-babf-02b6c83ac270). 2018-04-03 21:10:05.847 9817 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-03 21:10:10,566 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-03 21:10:08.165 9820 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-03 21:10:09.260 9820 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-03 21:10:10.302 9820 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=250d4c01-58e5-46d1-9124-9967fa0bdebc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=250d4c01-58e5-46d1-9124-9967fa0bdebc) as the default verifier for the future CLI operations. 2018-04-03 21:10:19,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-03 21:10:25,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-03 21:10:24.451 9839 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=250d4c01-58e5-46d1-9124-9967fa0bdebc) for deployment 'opnfv-rally' (UUID=fb5eb01d-6546-48fd-bb16-48a8fb4ddc36). 2018-04-03 21:10:25.274 9839 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=250d4c01-58e5-46d1-9124-9967fa0bdebc) has been successfully configured for deployment 'opnfv-rally' (UUID=fb5eb01d-6546-48fd-bb16-48a8fb4ddc36)! 2018-04-03 21:10:28,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-250d4c01-58e5-46d1-9124-9967fa0bdebc/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-03 21:10:28,337 - 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-03 21:10:30,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-03 21:10:30.499 9848 INFO rally.api [-] Starting verification (UUID=f7fa2719-2299-4883-aa97-bd82285cd75e) for deployment 'opnfv-rally' (UUID=fb5eb01d-6546-48fd-bb16-48a8fb4ddc36) by verifier 'opnfv-tempest' (UUID=250d4c01-58e5-46d1-9124-9967fa0bdebc). 2018-04-03 21:13:36,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f7fa2719-2299-4883-aa97-bd82285cd75e']'. 2018-04-03 21:13:37,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f7fa2719-2299-4883-aa97-bd82285cd75e | 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-03 21:10:30 | 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-03 21:13:35 | 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:05 | 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-03 21:13:37,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 250d4c01-58e5-46d1-9124-9967fa0bdebc) | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fb5eb01d-6546-48fd-bb16-48a8fb4ddc36) | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 170.838 | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-03 21:13:37,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-03 21:13:37,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-03 21:13:37,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-03 21:13:37,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-04-03 21:13:42,495 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 21:13:42,496 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:29 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-03 21:13:42,500 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-03 21:13:42,501 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_userdata | functest | smoke | 00:29 | PASS | | tempest_smoke_serial | functest | smoke | 15:30 | FAIL | | rally_sanity | functest | smoke | 16:04 | FAIL | | refstack_defcore | functest | smoke | 07:58 | FAIL | | patrole | functest | smoke | 02:60 | PASS | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 71:14 | FAIL | | neutron_trunk | functest | smoke | 03:29 | FAIL | | vping_ssh | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-03 21:13:42,508 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-03 21:13:45,772 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-95 | | 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-03 21:13:45,778 - 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=uBHabJDgnx7R9Wrhj4wqK492t export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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.4 export OS_REGION_NAME=regionOne 2018-04-03 21:13:45,778 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-03 21:13:45,779 - 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-03 21:13:45,780 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-03 21:13:45,781 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-03 21:17:00,390 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-03 21:17:00,516 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 21:17:00,516 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:15 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-03 21:17:00,520 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-04-03 21:19:19,597 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.217 -c 10' 2018-04-03 21:21:51,537 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-03 21:22:00,794 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-03 21:22:00.514 105 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b0c7c41b-cb1e-48e2-82db-f9db6dd13bc3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b0c7c41b-cb1e-48e2-82db-f9db6dd13bc3 | 2018-04-03T21:22:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b0c7c41b-cb1e-48e2-82db-f9db6dd13bc3 ~/.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-03 21:22:04,131 - 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-03 21:22:04,131 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-03 21:22:10,207 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-03 21:22:08.189 114 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-03 21:22:08.345 114 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-03 21:22:10.033 114 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1e8d9634-8709-404e-8461-1bc9da2f2de1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1e8d9634-8709-404e-8461-1bc9da2f2de1) as the default verifier for the future CLI operations. 2018-04-03 21:22:15,928 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-03 21:22:14.942 133 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1e8d9634-8709-404e-8461-1bc9da2f2de1) for deployment 'opnfv-rally' (UUID=b0c7c41b-cb1e-48e2-82db-f9db6dd13bc3). 2018-04-03 21:22:15.717 133 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1e8d9634-8709-404e-8461-1bc9da2f2de1) has been successfully configured for deployment 'opnfv-rally' (UUID=b0c7c41b-cb1e-48e2-82db-f9db6dd13bc3)! 2018-04-03 21:22:15,929 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-03 21:23:31,650 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-04-03 21:23:31,922 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-03 21:23:31,934 - 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-03 21:23:35,590 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-03 21:23:35,603 - 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-03 21:23:36,108 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-03 21:23:36,119 - 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-03 21:23:36,140 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-04-03 21:23:36,837 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-04-03 21:23:36,969 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-03 21:23:36,970 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 06:34 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-04-03 21:23:36,975 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-04-03 21:23:36,976 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:15 | PASS | | bgpvpn | sdnvpn | features | 06:34 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-03 21:23:36,980 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-03 21:23:42,356 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-95 | | 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-03 21:23:42,359 - 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=uBHabJDgnx7R9Wrhj4wqK492t export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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.4 export OS_REGION_NAME=regionOne 2018-04-03 21:23:42,359 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-03 21:23:42,359 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-03 21:23:42,359 - 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-03 21:23:42,360 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-03 21:23:44,907 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-95 | | 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-03 21:23:44,910 - 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=uBHabJDgnx7R9Wrhj4wqK492t export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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.4 export OS_REGION_NAME=regionOne 2018-04-03 21:23:44,910 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-03 21:23:44,910 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-03 21:23:44,911 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-03 21:23:44,911 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK