2018-03-24 07:13:50,574 - functest.ci.check_deployment - DEBUG - 172.30.9.22:5000 is reachable! 2018-03-24 07:13:50,575 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.22:5000/v3 ...OK 2018-03-24 07:13:51,035 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-24 07:13:51,490 - functest.ci.check_deployment - DEBUG - 172.30.9.22:5000 is reachable! 2018-03-24 07:13:51,490 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.22:5000 ...OK 2018-03-24 07:13:51,966 - functest.ci.check_deployment - DEBUG - 172.30.9.22:8774 is reachable! 2018-03-24 07:13:51,966 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.22:8774/v2.1 ...OK 2018-03-24 07:13:52,440 - functest.ci.check_deployment - DEBUG - 172.30.9.22:9696 is reachable! 2018-03-24 07:13:52,440 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.22:9696 ...OK 2018-03-24 07:13:52,818 - functest.ci.check_deployment - DEBUG - 172.30.9.22:9292 is reachable! 2018-03-24 07:13:52,819 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.22:9292 ...OK 2018-03-24 07:13:54,083 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-24 07:13:55,875 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-24 07:13:55,900 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-24 07:13:58,133 - functest.ci.check_deployment - INFO - External network found: external 2018-03-24 07:14:05,002 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-48 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-24 07:14:05,006 - 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=bAZ6bBGubTjPD3pa4n6t3zH2T export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-03-24 07:14:05,006 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-24 07:14:05,007 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-03-24 07:14:05,009 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-24 07:14:05,009 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-24 07:14:07,200 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-24 07:14:16,866 - 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 9.655s OK 2018-03-24 07:14:16,998 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 07:14:16,998 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-24 07:14:17,002 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-24 07:14:19,327 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-24 07:26:27,690 - 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 728.310s OK 2018-03-24 07:26:27,818 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 07:26:27,818 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-24 07:26:27,822 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-24 07:26:28,700 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-24 07:28:03,522 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 94.821s OK 2018-03-24 07:28:03,653 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 07:28:03,654 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-24 07:28:03,657 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:08 | PASS | | snaps_health_check | functest | healthcheck | 01:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-24 07:28:03,660 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-24 07:28:06,610 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-48 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-24 07:28:06,614 - 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=bAZ6bBGubTjPD3pa4n6t3zH2T export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-03-24 07:28:06,614 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-24 07:28:06,615 - 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-03-24 07:28:06,617 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-24 07:28:06,617 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-24 07:28:07,154 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-24 07:28:07,154 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-24 07:28:07' 2018-03-24 07:28:07,155 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--74d76550-72ab-4b4e-98d2-5ac2baab7055' 2018-03-24 07:28:09,791 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-74d76550-72ab-4b4e-98d2-5ac2baab7055' 2018-03-24 07:28:12,771 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-74d76550-72ab-4b4e-98d2-5ac2baab7055' 2018-03-24 07:28:19,576 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-74d76550-72ab-4b4e-98d2-5ac2baab7055' 2018-03-24 07:28:20,409 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-74d76550-72ab-4b4e-98d2-5ac2baab7055' 2018-03-24 07:28:27,560 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-74d76550-72ab-4b4e-98d2-5ac2baab7055' 2018-03-24 07:28:34,436 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-24 07:28:48,141 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-24 07:28:50,624 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-03-24 07:29:16,722 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-03-24 07:29:42,336 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-03-24 07:29:50,004 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-24 07:30:06,037 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 07:30:06,038 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:43 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-24 07:30:06,042 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-24 07:30:06,412 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-24 07:30:12,701 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-24 07:30:12.331 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7a3b4e61-7e30-4488-bcc8-5f11349d587c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7a3b4e61-7e30-4488-bcc8-5f11349d587c | 2018-03-24T07:30:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7a3b4e61-7e30-4488-bcc8-5f11349d587c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-24 07:30:16,032 - 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-03-24 07:30:16,032 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-24 07:30:22,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-24 07:30:20.401 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-24 07:30:20.569 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-24 07:30:22.781 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96) as the default verifier for the future CLI operations. 2018-03-24 07:30:26,049 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-24 07:30:28,742 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-24 07:30:35,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-24 07:30:40,380 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-24 07:30:39.304 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96) for deployment 'opnfv-rally' (UUID=7a3b4e61-7e30-4488-bcc8-5f11349d587c). 2018-03-24 07:30:40.180 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96) has been successfully configured for deployment 'opnfv-rally' (UUID=7a3b4e61-7e30-4488-bcc8-5f11349d587c)! 2018-03-24 07:30:40,381 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-24 07:30:40,381 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-24 07:30:40,383 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-24 07:30:40,388 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-24 07:30:43,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5a949cf9-eefa-4626-a2c9-f6d868612b96/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-24 07:30:43,870 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-24 07:30:43,871 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-24 07:30:43,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-24 07:30:46,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:30:46.109 51 INFO rally.api [-] Starting verification (UUID=93274da2-cfe3-4ec3-bf4c-69dc4af77458) for deployment 'opnfv-rally' (UUID=7a3b4e61-7e30-4488-bcc8-5f11349d587c) by verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96). 2018-03-24 07:30:46,111 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 93274da2-cfe3-4ec3-bf4c-69dc4af77458 2018-03-24 07:30:53,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:30:53.478 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.187s] 2018-03-24 07:30:53,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:30:53.535 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-03-24 07:31:00,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:31:00.803 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.545s] 2018-03-24 07:31:04,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:31:04.363 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.560s] 2018-03-24 07:31:17,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:31:17.773 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.534s] 2018-03-24 07:31:34,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:31:34.692 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.372s] 2018-03-24 07:32:08,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:32:08.445 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-03-24 07:32:08,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:32:08.446 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-24 07:32:41,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:32:41.170 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-03-24 07:32:41,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:32:41.171 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-24 07:33:11,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:33:11.645 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-03-24 07:33:11,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:33:11.646 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-24 07:34:54,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:34:54.103 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.152s] 2018-03-24 07:35:20,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:20.584 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-03-24 07:35:20,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:20.683 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-03-24 07:35:29,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:29.129 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.727s] 2018-03-24 07:35:29,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:29.138 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-24 07:35:30,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:30.942 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-24 07:35:30,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:30.943 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-24 07:35:34,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:34.985 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.380s] 2018-03-24 07:35:40,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:40.993 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.083s] 2018-03-24 07:35:47,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:47.104 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.686s] 2018-03-24 07:35:54,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:35:54.777 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.533s] 2018-03-24 07:36:04,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:04.836 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.177s] 2018-03-24 07:36:11,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:11.906 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.423s] 2018-03-24 07:36:18,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:18.329 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.205s] 2018-03-24 07:36:26,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:26.477 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.461s] 2018-03-24 07:36:33,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:33.637 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.590s] 2018-03-24 07:36:42,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:42.281 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.707s] 2018-03-24 07:36:44,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:44.684 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-24 07:36:46,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:46.600 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-03-24 07:36:46,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:46.673 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.073s] 2018-03-24 07:36:46,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:46.750 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-03-24 07:36:46,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:46.756 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-24 07:36:51,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:51.175 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.792s] 2018-03-24 07:36:52,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:52.814 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.639s] 2018-03-24 07:36:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:36:54.803 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.988s] 2018-03-24 07:37:00,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:37:00.973 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-24 07:37:09,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:37:09.076 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.711s] 2018-03-24 07:37:22,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:37:22.539 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.278s] 2018-03-24 07:37:26,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:37:26.158 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.618s] 2018-03-24 07:37:38,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:37:38.058 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.259s] 2018-03-24 07:37:41,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:37:41.865 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.807s] 2018-03-24 07:37:51,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:37:51.312 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.446s] 2018-03-24 07:38:00,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:00.843 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.054s] 2018-03-24 07:38:04,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:04.508 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.664s] 2018-03-24 07:38:11,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:11.009 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.500s] 2018-03-24 07:38:29,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:29.188 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.010s] 2018-03-24 07:38:29,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:29.673 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.484s] 2018-03-24 07:38:29,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:29.922 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.249s] 2018-03-24 07:38:30,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:30.138 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.215s] 2018-03-24 07:38:30,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:30.397 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.259s] 2018-03-24 07:38:30,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:30.450 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-03-24 07:38:45,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:45.441 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.706s] 2018-03-24 07:38:45,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:45.895 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.454s] 2018-03-24 07:38:46,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:46.026 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.130s] 2018-03-24 07:38:46,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:46.230 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-03-24 07:38:46,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:46.630 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.399s] 2018-03-24 07:38:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:38:46.849 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.219s] 2018-03-24 07:39:01,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:01.187 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.926s] 2018-03-24 07:39:07,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:07.457 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.269s] 2018-03-24 07:39:09,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:09.187 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.729s] 2018-03-24 07:39:09,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:09.405 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.218s] 2018-03-24 07:39:09,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:09.613 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.209s] 2018-03-24 07:39:21,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:21.741 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.929s] 2018-03-24 07:39:27,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:27.917 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.175s] 2018-03-24 07:39:29,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:29.725 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.807s] 2018-03-24 07:39:29,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:29.926 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.201s] 2018-03-24 07:39:30,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:30.129 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-03-24 07:39:44,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:44.836 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.199s] 2018-03-24 07:39:50,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:50.560 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.723s] 2018-03-24 07:39:54,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:54.857 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.296s] 2018-03-24 07:39:57,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:39:57.898 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.041s] 2018-03-24 07:40:23,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:40:23.453 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.436s] 2018-03-24 07:40:29,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:40:29.592 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.138s] 2018-03-24 07:40:34,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:40:34.866 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.274s] 2018-03-24 07:40:37,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:40:37.978 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.110s] 2018-03-24 07:40:54,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:40:54.861 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.723s] 2018-03-24 07:40:57,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:40:57.284 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.420s] 2018-03-24 07:40:57,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:40:57.480 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.198s] 2018-03-24 07:41:02,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:02.132 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.515s] 2018-03-24 07:41:04,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:04.625 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.491s] 2018-03-24 07:41:04,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:04.827 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2018-03-24 07:41:09,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:09.220 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.272s] 2018-03-24 07:41:12,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:12.505 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-24 07:41:14,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:14.308 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-24 07:41:14,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:14.309 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-24 07:41:14,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:14.310 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-24 07:41:14,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:14.311 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-24 07:41:14,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:14.311 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-24 07:41:16,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:16.357 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-03-24 07:41:33,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:33.626 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.182s] 2018-03-24 07:41:47,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:41:47.827 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.783s] 2018-03-24 07:42:00,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:42:00.879 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.048s] 2018-03-24 07:42:11,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:42:11.327 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-03-24 07:44:49,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:44:49.904 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [151.916s] 2018-03-24 07:48:33,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:48:33.822 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [212.984s] 2018-03-24 07:49:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 07:49:18.482 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.964s] 2018-03-24 07:49:34,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '93274da2-cfe3-4ec3-bf4c-69dc4af77458']'. 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 93274da2-cfe3-4ec3-bf4c-69dc4af77458 | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-24 07:30:45 | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-24 07:49:34 | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:49 | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-24 07:49:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5a949cf9-eefa-4626-a2c9-f6d868612b96) | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7a3b4e61-7e30-4488-bcc8-5f11349d587c) | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1107.191 | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 07:49:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-24 07:49:35,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-03-24 07:49:43,166 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 07:49:43,166 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:17 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-24 07:49:43,171 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-24 07:49:43,171 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-24 07:49:43,666 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-24 07:49:43,666 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-24 07:49:44,095 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-24 07:49:44,095 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-24 07:49:44,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-24 07:49:46,982 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-24 07:49:46.595 132 INFO rally.deployment.engine [-] Deployment 7a3b4e61-7e30-4488-bcc8-5f11349d587c | Starting: Destroy cloud and free allocated resources. 2018-03-24 07:49:46.680 132 INFO rally.deployment.engine [-] Deployment 7a3b4e61-7e30-4488-bcc8-5f11349d587c | Completed: Destroy cloud and free allocated resources. 2018-03-24 07:49:46.709 132 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96) for deployment 'opnfv-rally'. 2018-03-24 07:49:46.719 132 INFO rally.api [-] Deleting verification (UUID=93274da2-cfe3-4ec3-bf4c-69dc4af77458). 2018-03-24 07:49:46.755 132 INFO rally.api [-] Verification has been successfully deleted! 2018-03-24 07:49:46.755 132 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96). 2018-03-24 07:49:46.766 132 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-24 07:49:49,348 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-24 07:49:49.051 135 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4aec03a0-6efd-4365-a098-aedea1ff84bd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4aec03a0-6efd-4365-a098-aedea1ff84bd | 2018-03-24T07:49:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4aec03a0-6efd-4365-a098-aedea1ff84bd ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-24 07:49:52,555 - 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-03-24 07:49:52,556 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-24 07:49:54,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023'... 2018-03-24 07:49:57,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023'... 2018-03-24 07:49:59,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023'... 2018-03-24 07:50:07,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023'... 2018-03-24 07:50:08,371 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023'... 2018-03-24 07:50:09,074 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-24 07:50:09,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-03-24 07:50:09,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 07:50:09,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 07:50:09,130 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 07:51:11,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 2018-03-24 07:51:11,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-24 07:51:11,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6602d7bb-6e1b-4c8d-b732-d285d2c6d787'] 2018-03-24 07:51:12,439 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6602d7bb-6e1b-4c8d-b732-d285d2c6d787: 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 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476744 Full duration: 7.242479 -------------------------------------------------------------------------------- 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 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 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.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | total | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | -> duration | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.275685 Full duration: 8.398107 -------------------------------------------------------------------------------- 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 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 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.54 | 0.54 | 0.54 | 0.54 | 0.54 | 0.54 | 100.0% | 1 | | total | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> duration | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.013257 Full duration: 7.645032 -------------------------------------------------------------------------------- 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 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783242 Full duration: 7.718306 -------------------------------------------------------------------------------- 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 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 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.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928444 Full duration: 7.650322 -------------------------------------------------------------------------------- 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 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 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.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716368 Full duration: 7.508072 HINTS: * To plot HTML graphics with this data, run: rally task report 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 --out output.html * To generate a JUnit report, run: rally task export 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6602d7bb-6e1b-4c8d-b732-d285d2c6d787 --json --out output.json 2018-03-24 07:51:12,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6602d7bb-6e1b-4c8d-b732-d285d2c6d787'] 2018-03-24 07:51:13,420 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 07:51:13,420 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6602d7bb-6e1b-4c8d-b732-d285d2c6d787', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-24 07:51:13,429 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-24 07:51:13,429 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-24 07:51:13,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-03-24 07:51:13,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 07:51:13,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 07:51:13,488 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 07:52:55,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : afe70af4-f03e-40f1-bbbd-ea5016825b50 2018-03-24 07:52:55,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'afe70af4-f03e-40f1-bbbd-ea5016825b50'] 2018-03-24 07:52:56,341 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task afe70af4-f03e-40f1-bbbd-ea5016825b50: 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 afe70af4-f03e-40f1-bbbd-ea5016825b50 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.833 | 4.833 | 4.833 | 4.833 | 4.833 | 4.833 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | -> glance_v2.upload_data | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | glance_v2.delete_image | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 100.0% | 1 | | total | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 100.0% | 1 | | -> duration | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 5.925 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.92527 Full duration: 14.236867 -------------------------------------------------------------------------------- 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 afe70af4-f03e-40f1-bbbd-ea5016825b50 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.832 | 4.832 | 4.832 | 4.832 | 4.832 | 4.832 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> glance_v2.upload_data | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 1.882 | 100.0% | 1 | | glance_v2.list_images | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 100.0% | 1 | | -> duration | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 5.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.022579 Full duration: 17.416996 -------------------------------------------------------------------------------- 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 afe70af4-f03e-40f1-bbbd-ea5016825b50 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.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | total | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | -> duration | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.453022 Full duration: 8.033333 -------------------------------------------------------------------------------- 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-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023" }, "number_instances": 2, "nics": [ { "net-id": "87d92c83-9393-4f6c-96eb-fd5a1b9e1537" } ] }, "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 afe70af4-f03e-40f1-bbbd-ea5016825b50 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | -> glance_v2.upload_data | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | nova.boot_servers | 14.059 | 14.059 | 14.059 | 14.059 | 14.059 | 14.059 | 100.0% | 1 | | total | 18.7 | 18.7 | 18.7 | 18.7 | 18.7 | 18.7 | 100.0% | 1 | | -> duration | 17.7 | 17.7 | 17.7 | 17.7 | 17.7 | 17.7 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.700386 Full duration: 44.455816 HINTS: * To plot HTML graphics with this data, run: rally task report afe70af4-f03e-40f1-bbbd-ea5016825b50 --out output.html * To generate a JUnit report, run: rally task export afe70af4-f03e-40f1-bbbd-ea5016825b50 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report afe70af4-f03e-40f1-bbbd-ea5016825b50 --json --out output.json 2018-03-24 07:52:56,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'afe70af4-f03e-40f1-bbbd-ea5016825b50'] 2018-03-24 07:52:57,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 07:52:57,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'afe70af4-f03e-40f1-bbbd-ea5016825b50', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-24 07:52:57,356 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-24 07:52:57,356 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-24 07:52:57,356 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-24 07:52:57,356 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 07:52:57,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 07:52:57,384 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-24 07:52:57,384 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-24 07:52:57,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-03-24 07:52:57,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 07:52:57,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 07:52:57,421 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 07:56:14,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bf744004-d73c-4f00-a329-8be03602f278 2018-03-24 07:56:14,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bf744004-d73c-4f00-a329-8be03602f278'] 2018-03-24 07:56:15,718 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bf744004-d73c-4f00-a329-8be03602f278: 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 bf744004-d73c-4f00-a329-8be03602f278 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.186 | 3.186 | 3.186 | 3.186 | 3.186 | 3.186 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 100.0% | 1 | | total | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 100.0% | 1 | | -> duration | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.797551 Full duration: 23.191845 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.328 | 3.328 | 3.328 | 3.328 | 3.328 | 3.328 | 100.0% | 1 | | cinder_v2.delete_volume | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | total | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 100.0% | 1 | | -> duration | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 5.995 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.995155 Full duration: 16.102121 -------------------------------------------------------------------------------- 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-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task bf744004-d73c-4f00-a329-8be03602f278 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.501 | 8.501 | 8.501 | 8.501 | 8.501 | 8.501 | 100.0% | 1 | | cinder_v2.delete_volume | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 100.0% | 1 | | total | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 100.0% | 1 | | -> duration | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.998134 Full duration: 21.839011 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.293 | 3.293 | 3.293 | 3.293 | 3.293 | 3.293 | 100.0% | 1 | | cinder_v2.delete_volume | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 100.0% | 1 | | total | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 100.0% | 1 | | -> duration | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.771911 Full duration: 16.277617 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | cinder_v2.extend_volume | 2.523 | 2.523 | 2.523 | 2.523 | 2.523 | 2.523 | 100.0% | 1 | | cinder_v2.delete_volume | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 100.0% | 1 | | total | 8.011 | 8.011 | 8.011 | 8.011 | 8.011 | 8.011 | 100.0% | 1 | | -> duration | 8.011 | 8.011 | 8.011 | 8.011 | 8.011 | 8.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.011259 Full duration: 17.856428 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.319 | 3.319 | 3.319 | 3.319 | 3.319 | 3.319 | 100.0% | 1 | | cinder_v2.delete_volume | 2.434 | 2.434 | 2.434 | 2.434 | 2.434 | 2.434 | 100.0% | 1 | | total | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 100.0% | 1 | | -> duration | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 5.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.752995 Full duration: 21.774554 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.list_qos | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843412 Full duration: 12.471888 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | cinder_v2.set_qos | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.858346 Full duration: 13.33095 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | cinder_v2.list_types | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81119 Full duration: 12.420228 -------------------------------------------------------------------------------- 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 bf744004-d73c-4f00-a329-8be03602f278 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832946 Full duration: 12.708626 HINTS: * To plot HTML graphics with this data, run: rally task report bf744004-d73c-4f00-a329-8be03602f278 --out output.html * To generate a JUnit report, run: rally task export bf744004-d73c-4f00-a329-8be03602f278 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bf744004-d73c-4f00-a329-8be03602f278 --json --out output.json 2018-03-24 07:56:15,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bf744004-d73c-4f00-a329-8be03602f278'] 2018-03-24 07:56:16,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 07:56:16,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bf744004-d73c-4f00-a329-8be03602f278', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-24 07:56:16,780 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-24 07:56:16,780 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-24 07:56:16,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-24 07:56:16,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 07:56:16,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 07:56:16,830 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 07:57:38,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 75fc6d18-b484-493f-b13b-a402c72014d7 2018-03-24 07:57:38,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '75fc6d18-b484-493f-b13b-a402c72014d7'] 2018-03-24 07:57:39,424 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 75fc6d18-b484-493f-b13b-a402c72014d7: 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 75fc6d18-b484-493f-b13b-a402c72014d7 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.698 | 4.698 | 4.698 | 4.698 | 4.698 | 4.698 | 100.0% | 1 | | heat.update_stack | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 100.0% | 1 | | heat.delete_stack | 3.553 | 3.553 | 3.553 | 3.553 | 3.553 | 3.553 | 100.0% | 1 | | total | 10.822 | 10.822 | 10.822 | 10.822 | 10.822 | 10.822 | 100.0% | 1 | | -> duration | 6.822 | 6.822 | 6.822 | 6.822 | 6.822 | 6.822 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.821733 Full duration: 19.474658 -------------------------------------------------------------------------------- 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 75fc6d18-b484-493f-b13b-a402c72014d7 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.239 | 4.239 | 4.239 | 4.239 | 4.239 | 4.239 | 100.0% | 1 | | heat.check_stack | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | heat.delete_stack | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 100.0% | 1 | | total | 6.729 | 6.729 | 6.729 | 6.729 | 6.729 | 6.729 | 100.0% | 1 | | -> duration | 4.729 | 4.729 | 4.729 | 4.729 | 4.729 | 4.729 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.728682 Full duration: 16.731581 -------------------------------------------------------------------------------- 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 75fc6d18-b484-493f-b13b-a402c72014d7 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.706 | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 100.0% | 1 | | heat.suspend_stack | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | heat.resume_stack | 1.527 | 1.527 | 1.527 | 1.527 | 1.527 | 1.527 | 100.0% | 1 | | heat.delete_stack | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 100.0% | 1 | | total | 9.403 | 9.403 | 9.403 | 9.403 | 9.403 | 9.403 | 100.0% | 1 | | -> duration | 7.403 | 7.403 | 7.403 | 7.403 | 7.403 | 7.403 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.402518 Full duration: 17.98252 -------------------------------------------------------------------------------- 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 75fc6d18-b484-493f-b13b-a402c72014d7 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.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | total | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> duration | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.585886 Full duration: 8.379064 HINTS: * To plot HTML graphics with this data, run: rally task report 75fc6d18-b484-493f-b13b-a402c72014d7 --out output.html * To generate a JUnit report, run: rally task export 75fc6d18-b484-493f-b13b-a402c72014d7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 75fc6d18-b484-493f-b13b-a402c72014d7 --json --out output.json 2018-03-24 07:57:39,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '75fc6d18-b484-493f-b13b-a402c72014d7'] 2018-03-24 07:57:40,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 07:57:40,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '75fc6d18-b484-493f-b13b-a402c72014d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-24 07:57:40,366 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-24 07:57:40,366 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-24 07:57:40,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-03-24 07:57:40,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 07:57:40,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 07:57:40,411 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 08:00:57,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ae326812-b2e1-4dc5-8233-f43bb5e2a127 2018-03-24 08:00:57,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ae326812-b2e1-4dc5-8233-f43bb5e2a127'] 2018-03-24 08:00:58,110 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ae326812-b2e1-4dc5-8233-f43bb5e2a127: 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789313 Full duration: 14.888018 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.535 | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782424 Full duration: 14.473058 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | keystone_v3.list_projects | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752859 Full duration: 14.783643 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> duration | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.641892 Full duration: 12.605008 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> duration | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.623012 Full duration: 12.388856 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.create_user | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | keystone_v3.create_role | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> duration | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.897448 Full duration: 19.682853 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> duration | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.940719 Full duration: 12.567506 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782667 Full duration: 15.001116 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 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.683389 Full duration: 14.533398 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.list_users | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> duration | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.882692 Full duration: 14.715881 -------------------------------------------------------------------------------- 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 ae326812-b2e1-4dc5-8233-f43bb5e2a127 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.create_users | 4.955 | 4.955 | 4.955 | 4.955 | 4.955 | 4.955 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.954 | 4.954 | 4.954 | 4.954 | 4.954 | 4.954 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | total | 6.6 | 6.6 | 6.6 | 6.6 | 6.6 | 6.6 | 100.0% | 1 | | -> duration | 6.6 | 6.6 | 6.6 | 6.6 | 6.6 | 6.6 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.599616 Full duration: 23.125788 HINTS: * To plot HTML graphics with this data, run: rally task report ae326812-b2e1-4dc5-8233-f43bb5e2a127 --out output.html * To generate a JUnit report, run: rally task export ae326812-b2e1-4dc5-8233-f43bb5e2a127 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ae326812-b2e1-4dc5-8233-f43bb5e2a127 --json --out output.json 2018-03-24 08:00:58,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ae326812-b2e1-4dc5-8233-f43bb5e2a127'] 2018-03-24 08:00:59,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 08:00:59,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ae326812-b2e1-4dc5-8233-f43bb5e2a127', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-24 08:00:59,019 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-24 08:00:59,019 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-24 08:00:59,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-03-24 08:00:59,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 08:00:59,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 08:00:59,076 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 08:06:26,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f6f5ac89-8020-4b64-a4a1-1891168f70d7 2018-03-24 08:06:26,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f6f5ac89-8020-4b64-a4a1-1891168f70d7'] 2018-03-24 08:06:27,994 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f6f5ac89-8020-4b64-a4a1-1891168f70d7: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | neutron.delete_network | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | total | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 100.0% | 1 | | -> duration | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.863231 Full duration: 15.274434 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | neutron.delete_port | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | total | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 100.0% | 1 | | -> duration | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.248734 Full duration: 32.80912 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.create_subnet | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | neutron.create_router | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | neutron.add_interface_router | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 100.0% | 1 | | neutron.remove_interface_router | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | neutron.delete_router | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | total | 5.22 | 5.22 | 5.22 | 5.22 | 5.22 | 5.22 | 100.0% | 1 | | -> duration | 5.22 | 5.22 | 5.22 | 5.22 | 5.22 | 5.22 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.219984 Full duration: 40.248321 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.239 | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 100.0% | 1 | | neutron.delete_subnet | 2.143 | 2.143 | 2.143 | 2.143 | 2.143 | 2.143 | 100.0% | 1 | | total | 3.383 | 3.383 | 3.383 | 3.383 | 3.383 | 3.383 | 100.0% | 1 | | -> duration | 3.383 | 3.383 | 3.383 | 3.383 | 3.383 | 3.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.382987 Full duration: 31.862865 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | neutron.list_networks | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 100.0% | 1 | | -> duration | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.491845 Full duration: 17.152771 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.483 | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 100.0% | 1 | | neutron.list_ports | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 0.255 | 100.0% | 1 | | total | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 100.0% | 1 | | -> duration | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.737639 Full duration: 30.430424 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | neutron.create_subnet | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | neutron.create_router | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | neutron.add_interface_router | 1.661 | 1.661 | 1.661 | 1.661 | 1.661 | 1.661 | 100.0% | 1 | | neutron.list_routers | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 100.0% | 1 | | -> duration | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.897391 Full duration: 40.346111 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.create_subnet | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | neutron.list_subnets | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 100.0% | 1 | | -> duration | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.881278 Full duration: 35.842695 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | neutron.delete_security_group | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | total | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> duration | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.536317 Full duration: 14.877063 -------------------------------------------------------------------------------- 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 f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.024 | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 100.0% | 1 | | neutron.create_security_group_rule | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | neutron.delete_security_group | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 2.118 | 2.118 | 2.118 | 2.118 | 2.118 | 2.118 | 100.0% | 1 | | -> duration | 2.118 | 2.118 | 2.118 | 2.118 | 2.118 | 2.118 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.118477 Full duration: 15.102136 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task f6f5ac89-8020-4b64-a4a1-1891168f70d7 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.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | neutron.create_router | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | neutron.add_gateway_router | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | neutron.remove_gateway_router | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | total | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 100.0% | 1 | | -> duration | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.263511 Full duration: 23.823263 HINTS: * To plot HTML graphics with this data, run: rally task report f6f5ac89-8020-4b64-a4a1-1891168f70d7 --out output.html * To generate a JUnit report, run: rally task export f6f5ac89-8020-4b64-a4a1-1891168f70d7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f6f5ac89-8020-4b64-a4a1-1891168f70d7 --json --out output.json 2018-03-24 08:06:27,995 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f6f5ac89-8020-4b64-a4a1-1891168f70d7'] 2018-03-24 08:06:29,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 08:06:29,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f6f5ac89-8020-4b64-a4a1-1891168f70d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-24 08:06:29,105 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-24 08:06:29,105 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-24 08:06:29,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-03-24 08:06:29,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 08:06:29,143 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 08:06:29,149 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 08:09:39,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 345f8c08-985e-43a4-97e4-445c8842c291 2018-03-24 08:09:39,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '345f8c08-985e-43a4-97e4-445c8842c291'] 2018-03-24 08:09:40,913 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 345f8c08-985e-43a4-97e4-445c8842c291: 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-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023" }, "image": { "name": "Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023" }, "block_migration": false, "nics": [ { "net-id": "87d92c83-9393-4f6c-96eb-fd5a1b9e1537" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 345f8c08-985e-43a4-97e4-445c8842c291 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.63 | 9.63 | 9.63 | 9.63 | 9.63 | 9.63 | 100.0% | 1 | | nova.find_host_to_migrate | 1.358 | 1.358 | 1.358 | 1.358 | 1.358 | 1.358 | 100.0% | 1 | | nova.live_migrate | 136.829 | 136.829 | 136.829 | 136.829 | 136.829 | 136.829 | 0.0% | 1 | | total | 147.818 | 147.818 | 147.818 | 147.818 | 147.818 | 147.818 | 0.0% | 1 | | -> duration | 146.818 | 146.818 | 146.818 | 146.818 | 146.818 | 146.818 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.818038 Full duration: 164.535873 HINTS: * To plot HTML graphics with this data, run: rally task report 345f8c08-985e-43a4-97e4-445c8842c291 --out output.html * To generate a JUnit report, run: rally task export 345f8c08-985e-43a4-97e4-445c8842c291 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 345f8c08-985e-43a4-97e4-445c8842c291 --json --out output.json 2018-03-24 08:09:40,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '345f8c08-985e-43a4-97e4-445c8842c291'] 2018-03-24 08:09:41,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 08:09:41,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '345f8c08-985e-43a4-97e4-445c8842c291', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-24 08:09:41,962 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-24 08:09:41,962 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-24 08:09:41,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-03-24 08:09:41,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-24 08:09:41,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-24 08:09:41,982 - 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': '87d92c83-9393-4f6c-96eb-fd5a1b9e1537', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'flavor_name': 'rally-tiny-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2cf9126e-7ad7-4d88-9b2d-16c5c50bc023', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-24 08:10:35,271 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f273594b-c1d8-4879-b573-f1b60bc2ec9d 2018-03-24 08:10:35,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f273594b-c1d8-4879-b573-f1b60bc2ec9d'] 2018-03-24 08:10:36,269 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f273594b-c1d8-4879-b573-f1b60bc2ec9d: 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 f273594b-c1d8-4879-b573-f1b60bc2ec9d 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.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | quotas.delete_quotas | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923788 Full duration: 8.875154 -------------------------------------------------------------------------------- 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 f273594b-c1d8-4879-b573-f1b60bc2ec9d 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.723703 Full duration: 8.898601 -------------------------------------------------------------------------------- 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 f273594b-c1d8-4879-b573-f1b60bc2ec9d 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747972 Full duration: 8.720486 -------------------------------------------------------------------------------- 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 f273594b-c1d8-4879-b573-f1b60bc2ec9d 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.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | total | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> duration | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.99343 Full duration: 9.56076 HINTS: * To plot HTML graphics with this data, run: rally task report f273594b-c1d8-4879-b573-f1b60bc2ec9d --out output.html * To generate a JUnit report, run: rally task export f273594b-c1d8-4879-b573-f1b60bc2ec9d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f273594b-c1d8-4879-b573-f1b60bc2ec9d --json --out output.json 2018-03-24 08:10:36,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f273594b-c1d8-4879-b573-f1b60bc2ec9d'] 2018-03-24 08:10:37,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-24 08:10:37,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f273594b-c1d8-4879-b573-f1b60bc2ec9d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-24 08:10:37,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-24 08:10:37,337 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:24 | 4 | 100.00% | | cinder | 02:47 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:57 | 11 | 100.00% | | nova | 02:44 | 1 | 0.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:07 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-24 08:10:37,337 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-24 08:10:45,960 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-24 08:10:45,960 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-24 08:10:46,478 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 08:10:46,478 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:01 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-24 08:10:46,482 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-24 08:10:46,483 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-24 08:10:46,601 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-24 08:10:49,000 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-24 08:10:48.691 9803 INFO rally.deployment.engine [-] Deployment 4aec03a0-6efd-4365-a098-aedea1ff84bd | Starting: Destroy cloud and free allocated resources. 2018-03-24 08:10:48.772 9803 INFO rally.deployment.engine [-] Deployment 4aec03a0-6efd-4365-a098-aedea1ff84bd | Completed: Destroy cloud and free allocated resources. 2018-03-24 08:10:48.795 9803 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96). 2018-03-24 08:10:48.799 9803 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-24 08:10:51,372 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-24 08:10:51.090 9806 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=db0d5587-dd2d-4228-9c4a-ced7db46e300) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | db0d5587-dd2d-4228-9c4a-ced7db46e300 | 2018-03-24T08:10:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: db0d5587-dd2d-4228-9c4a-ced7db46e300 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-24 08:10:54,616 - 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-03-24 08:10:54,617 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-24 08:10:57,031 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-24 08:10:56.679 9812 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5a949cf9-eefa-4626-a2c9-f6d868612b96). 2018-03-24 08:10:56.808 9812 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-24 08:11:00,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-24 08:10:59.150 9815 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-24 08:10:59.283 9815 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-24 08:11:00.726 9815 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9) as the default verifier for the future CLI operations. 2018-03-24 08:11:03,977 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-24 08:11:06,562 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-24 08:11:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-24 08:11:18,776 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-24 08:11:17.678 9834 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9) for deployment 'opnfv-rally' (UUID=db0d5587-dd2d-4228-9c4a-ced7db46e300). 2018-03-24 08:11:18.611 9834 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9) has been successfully configured for deployment 'opnfv-rally' (UUID=db0d5587-dd2d-4228-9c4a-ced7db46e300)! 2018-03-24 08:11:18,777 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-24 08:11:18,777 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-24 08:11:18,779 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-24 08:11:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-24 08:11:23,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:23.253 9846 INFO rally.api [-] Starting verification (UUID=dbe48fc2-78d9-40ba-a168-2f6d8a434d1b) for deployment 'opnfv-rally' (UUID=db0d5587-dd2d-4228-9c4a-ced7db46e300) by verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9). 2018-03-24 08:11:23,255 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: dbe48fc2-78d9-40ba-a168-2f6d8a434d1b 2018-03-24 08:11:33,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:33.202 9846 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.267s] 2018-03-24 08:11:33,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:33.228 9846 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.248s] 2018-03-24 08:11:33,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:33.320 9846 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.092s] 2018-03-24 08:11:33,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:33.389 9846 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-03-24 08:11:33,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:33.649 9846 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.338s] 2018-03-24 08:11:33,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:33.976 9846 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.947s] 2018-03-24 08:11:34,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:34.197 9846 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.221s] 2018-03-24 08:11:34,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:34.616 9846 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.264s] 2018-03-24 08:11:36,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:36.861 9846 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.823s] 2018-03-24 08:11:37,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:37.239 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.217s] 2018-03-24 08:11:37,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:37.720 9846 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.104s] 2018-03-24 08:11:38,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:38.726 9846 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.112s] 2018-03-24 08:11:38,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:38.799 9846 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-03-24 08:11:38,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:38.806 9846 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.944s] 2018-03-24 08:11:38,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:38.873 9846 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-03-24 08:11:40,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:40.058 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.714s] 2018-03-24 08:11:40,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:40.213 9846 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.407s] 2018-03-24 08:11:42,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:42.695 9846 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.828s] 2018-03-24 08:11:44,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:44.377 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.317s] 2018-03-24 08:11:44,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:44.967 9846 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.577s] 2018-03-24 08:11:45,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:45.198 9846 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.199s] 2018-03-24 08:11:45,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:45.382 9846 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.184s] 2018-03-24 08:11:45,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:45.706 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.328s] 2018-03-24 08:11:46,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:46.607 9846 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.639s] 2018-03-24 08:11:46,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:46.656 9846 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.197s] 2018-03-24 08:11:47,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:47.068 9846 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.413s] 2018-03-24 08:11:47,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:47.271 9846 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.887s] 2018-03-24 08:11:47,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:47.281 9846 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-03-24 08:11:47,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:47.297 9846 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-03-24 08:11:48,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:48.618 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.912s] 2018-03-24 08:11:50,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:50.023 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.219s] 2018-03-24 08:11:50,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:50.851 9846 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.068s] 2018-03-24 08:11:51,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:51.005 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.386s] 2018-03-24 08:11:52,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:52.023 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.999s] 2018-03-24 08:11:56,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:56.346 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.923s] 2018-03-24 08:11:56,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:56.396 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.391s] 2018-03-24 08:11:57,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:57.146 9846 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.293s] 2018-03-24 08:11:58,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:58.209 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.810s] 2018-03-24 08:11:58,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:58.664 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.456s] 2018-03-24 08:11:58,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:58.686 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-03-24 08:11:58,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:58.705 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-03-24 08:11:58,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:11:58.878 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.172s] 2018-03-24 08:12:07,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:07.066 9846 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.334s] 2018-03-24 08:12:10,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:10.782 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.046s] 2018-03-24 08:12:10,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:10.963 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.180s] 2018-03-24 08:12:11,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:11.020 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.056s] 2018-03-24 08:12:11,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:11.742 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.720s] 2018-03-24 08:12:12,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:11.999 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.257s] 2018-03-24 08:12:12,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:12.246 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.246s] 2018-03-24 08:12:12,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:12.287 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.041s] 2018-03-24 08:12:12,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:12.482 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.193s] 2018-03-24 08:12:12,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:12.536 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-03-24 08:12:12,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:12.606 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.069s] 2018-03-24 08:12:12,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:12.649 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-03-24 08:12:12,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:12.883 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.233s] 2018-03-24 08:12:13,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:13.112 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.228s] 2018-03-24 08:12:13,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:13.394 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.282s] 2018-03-24 08:12:13,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:13.446 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.052s] 2018-03-24 08:12:22,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:22.160 9846 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [7.712s] 2018-03-24 08:12:30,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:30.830 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.072s] 2018-03-24 08:12:30,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:30.948 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.118s] 2018-03-24 08:12:31,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.090 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-03-24 08:12:31,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.101 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-03-24 08:12:31,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.113 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-03-24 08:12:31,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.150 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2018-03-24 08:12:31,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.219 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2018-03-24 08:12:31,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.287 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-03-24 08:12:31,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.647 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.360s] 2018-03-24 08:12:31,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.662 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-03-24 08:12:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.731 9846 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-03-24 08:12:31,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:31.862 9846 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.701s] 2018-03-24 08:12:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:33.970 9846 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.107s] 2018-03-24 08:12:34,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:34.176 9846 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.205s] 2018-03-24 08:12:34,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:34.591 9846 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.414s] 2018-03-24 08:12:34,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:34.795 9846 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.204s] 2018-03-24 08:12:34,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:34.925 9846 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.130s] 2018-03-24 08:12:40,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:40.358 9846 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [60.135s] 2018-03-24 08:12:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:47.330 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.588s] 2018-03-24 08:12:51,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:51.422 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.093s] 2018-03-24 08:12:53,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:53.296 9846 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.362s] 2018-03-24 08:12:53,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:53.510 9846 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.214s] 2018-03-24 08:12:55,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:55.979 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.555s] 2018-03-24 08:12:57,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:57.420 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [80.157s] 2018-03-24 08:12:59,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:59.691 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.384s] 2018-03-24 08:12:59,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:59.921 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.941s] 2018-03-24 08:12:59,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:12:59.934 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.243s] 2018-03-24 08:13:00,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:00.301 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.367s] 2018-03-24 08:13:00,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:00.868 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.565s] 2018-03-24 08:13:01,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:01.135 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.267s] 2018-03-24 08:13:01,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:01.207 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-03-24 08:13:01,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:01.281 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.072s] 2018-03-24 08:13:01,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:01.353 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.072s] 2018-03-24 08:13:01,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:01.425 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.072s] 2018-03-24 08:13:01,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:01.493 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-03-24 08:13:01,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:01.642 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.148s] 2018-03-24 08:13:03,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:03.851 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.678s] 2018-03-24 08:13:05,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:05.395 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.542s] 2018-03-24 08:13:05,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:05.708 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.786s] 2018-03-24 08:13:06,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:06.822 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.429s] 2018-03-24 08:13:08,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:08.277 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.452s] 2018-03-24 08:13:09,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:09.547 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.269s] 2018-03-24 08:13:10,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:10.043 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.334s] 2018-03-24 08:13:11,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:11.232 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.685s] 2018-03-24 08:13:11,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:11.636 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.403s] 2018-03-24 08:13:12,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:12.227 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.590s] 2018-03-24 08:13:12,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:12.614 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.387s] 2018-03-24 08:13:13,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:13.872 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.256s] 2018-03-24 08:13:14,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:14.453 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.582s] 2018-03-24 08:13:14,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:14.615 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.572s] 2018-03-24 08:13:14,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:14.742 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.288s] 2018-03-24 08:13:15,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:15.684 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.941s] 2018-03-24 08:13:16,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:16.846 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.160s] 2018-03-24 08:13:18,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:18.192 9846 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.151s] 2018-03-24 08:13:18,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:18.251 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.405s] 2018-03-24 08:13:18,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:18.852 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.601s] 2018-03-24 08:13:19,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:19.299 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.446s] 2018-03-24 08:13:19,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:19.710 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.411s] 2018-03-24 08:13:21,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:21.100 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [23.678s] 2018-03-24 08:13:21,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:21.565 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.949s] 2018-03-24 08:13:26,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:26.001 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.434s] 2018-03-24 08:13:26,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:26.147 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.146s] 2018-03-24 08:13:26,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:26.410 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.262s] 2018-03-24 08:13:26,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:26.605 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.195s] 2018-03-24 08:13:26,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:26.811 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.204s] 2018-03-24 08:13:26,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:26.915 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.104s] 2018-03-24 08:13:27,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:27.020 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.104s] 2018-03-24 08:13:27,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:27.085 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2018-03-24 08:13:27,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:27.136 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.050s] 2018-03-24 08:13:29,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:29.652 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [8.552s] 2018-03-24 08:13:33,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:33.232 9846 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.094s] 2018-03-24 08:13:39,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:39.314 9846 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [67.814s] 2018-03-24 08:13:47,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:47.452 9846 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.651s] 2018-03-24 08:13:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:13:53.680 9846 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.226s] 2018-03-24 08:14:27,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:27.449 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [57.778s] 2018-03-24 08:14:31,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:31.849 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.338s] 2018-03-24 08:14:32,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:32.221 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.371s] 2018-03-24 08:14:46,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:46.702 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-03-24 08:14:46,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:46.864 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.162s] 2018-03-24 08:14:47,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:47.063 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.198s] 2018-03-24 08:14:47,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:47.093 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.030s] 2018-03-24 08:14:47,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:47.271 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.177s] 2018-03-24 08:14:47,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:47.483 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.211s] 2018-03-24 08:14:48,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:48.085 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.601s] 2018-03-24 08:14:48,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:48.654 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.568s] 2018-03-24 08:14:48,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:48.697 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-03-24 08:14:48,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:14:48.745 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.048s] 2018-03-24 08:15:37,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:15:37.250 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.272s] 2018-03-24 08:15:37,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:15:37.312 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-03-24 08:15:38,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:15:38.031 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.717s] 2018-03-24 08:15:49,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:15:49.191 9846 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [238.602s] 2018-03-24 08:15:56,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:15:56.606 9846 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [137.293s] 2018-03-24 08:16:19,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:19.653 9846 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.459s] 2018-03-24 08:16:27,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:27.388 9846 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [30.778s] 2018-03-24 08:16:35,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:35.533 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.150s] 2018-03-24 08:16:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:35.710 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.177s] 2018-03-24 08:16:35,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:35.888 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.177s] 2018-03-24 08:16:36,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.056 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.167s] 2018-03-24 08:16:36,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.210 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.154s] 2018-03-24 08:16:36,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.385 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.174s] 2018-03-24 08:16:36,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.598 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.212s] 2018-03-24 08:16:36,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.633 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-03-24 08:16:36,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.878 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.244s] 2018-03-24 08:16:36,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.911 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-03-24 08:16:36,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:36.920 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-03-24 08:16:37,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.119 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.198s] 2018-03-24 08:16:37,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.164 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-03-24 08:16:37,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.354 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.189s] 2018-03-24 08:16:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.391 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.037s] 2018-03-24 08:16:37,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.880 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.488s] 2018-03-24 08:16:37,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.913 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-03-24 08:16:37,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.944 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.031s] 2018-03-24 08:16:37,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.953 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-03-24 08:16:37,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:37.985 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-03-24 08:16:38,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:38.017 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-03-24 08:16:38,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:38.051 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-03-24 08:16:38,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:38.100 9846 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.049s] 2018-03-24 08:16:44,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:16:44.077 9846 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.687s] 2018-03-24 08:17:04,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:17:04.777 9846 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.520s] 2018-03-24 08:17:14,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:17:14.028 9846 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.250s] 2018-03-24 08:17:28,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:17:28.830 9846 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.799s] 2018-03-24 08:18:45,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:18:45.399 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.355s] 2018-03-24 08:18:45,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:18:45.400 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-24 08:19:12,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:12.257 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.409s] 2018-03-24 08:19:12,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:12.489 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.232s] 2018-03-24 08:19:12,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:12.707 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.217s] 2018-03-24 08:19:13,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:13.114 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.406s] 2018-03-24 08:19:13,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:13.501 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.386s] 2018-03-24 08:19:13,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:13.894 9846 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.393s] 2018-03-24 08:19:22,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:22.078 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.823s] 2018-03-24 08:19:23,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:23.931 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.854s] 2018-03-24 08:19:28,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:28.061 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.126s] 2018-03-24 08:19:29,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:29.004 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.944s] 2018-03-24 08:19:30,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:30.743 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.737s] 2018-03-24 08:19:32,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:32.418 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.676s] 2018-03-24 08:19:34,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:34.144 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.723s] 2018-03-24 08:19:34,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:19:34.222 9846 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.078s] 2018-03-24 08:19:37,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'dbe48fc2-78d9-40ba-a168-2f6d8a434d1b']'. 2018-03-24 08:19:38,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | dbe48fc2-78d9-40ba-a168-2f6d8a434d1b | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-24 08:11:23 | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-24 08:19:36 | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:13 | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-24 08:19:38,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 92b606c9-9d50-45a2-aae6-0d295fdcccb9) | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: db0d5587-dd2d-4228-9c4a-ced7db46e300) | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 196 | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 483.536 | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 193 | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-03-24 08:19:38,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 08:19:38,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-24 08:19:38,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.4693877551% 2018-03-24 08:19:46,868 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 08:19:46,868 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:43 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-24 08:19:46,873 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-24 08:19:46,874 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-24 08:19:46,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-24 08:19:49,447 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-24 08:19:49.008 9944 INFO rally.deployment.engine [-] Deployment db0d5587-dd2d-4228-9c4a-ced7db46e300 | Starting: Destroy cloud and free allocated resources. 2018-03-24 08:19:49.110 9944 INFO rally.deployment.engine [-] Deployment db0d5587-dd2d-4228-9c4a-ced7db46e300 | Completed: Destroy cloud and free allocated resources. 2018-03-24 08:19:49.160 9944 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9) for deployment 'opnfv-rally'. 2018-03-24 08:19:49.185 9944 INFO rally.api [-] Deleting verification (UUID=dbe48fc2-78d9-40ba-a168-2f6d8a434d1b). 2018-03-24 08:19:49.230 9944 INFO rally.api [-] Verification has been successfully deleted! 2018-03-24 08:19:49.231 9944 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9). 2018-03-24 08:19:49.243 9944 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-24 08:19:51,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-24 08:19:51.463 9947 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=10799d24-18f1-4242-9874-df53ac854016) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 10799d24-18f1-4242-9874-df53ac854016 | 2018-03-24T08:19:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 10799d24-18f1-4242-9874-df53ac854016 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-24 08:19:54,998 - 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-03-24 08:19:54,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-24 08:19:57,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-24 08:19:57.033 9953 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=92b606c9-9d50-45a2-aae6-0d295fdcccb9). 2018-03-24 08:19:57.170 9953 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-24 08:20:00,809 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-24 08:19:59.381 9956 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-24 08:19:59.530 9956 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-24 08:20:00.601 9956 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a) as the default verifier for the future CLI operations. 2018-03-24 08:20:03,844 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-24 08:20:06,581 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-24 08:20:15,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-24 08:20:20,940 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-24 08:20:19.907 9975 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a) for deployment 'opnfv-rally' (UUID=10799d24-18f1-4242-9874-df53ac854016). 2018-03-24 08:20:20.769 9975 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a) has been successfully configured for deployment 'opnfv-rally' (UUID=10799d24-18f1-4242-9874-df53ac854016)! 2018-03-24 08:20:20,941 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-24 08:20:20,941 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-24 08:20:20,943 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-24 08:20:20,954 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-24 08:20:23,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b0e5696b-a197-4e21-91ca-9812ffc9761a/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-24 08:20:23,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-24 08:20:26,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 08:20:26.123 9984 INFO rally.api [-] Starting verification (UUID=4790ab2d-3395-4fdc-8e3a-af0fb7a3dac3) for deployment 'opnfv-rally' (UUID=10799d24-18f1-4242-9874-df53ac854016) by verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a). 2018-03-24 08:20:26,124 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4790ab2d-3395-4fdc-8e3a-af0fb7a3dac3 2018-03-24 08:23:07,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4790ab2d-3395-4fdc-8e3a-af0fb7a3dac3']'. 2018-03-24 08:23:08,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-24 08:23:08,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4790ab2d-3395-4fdc-8e3a-af0fb7a3dac3 | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-24 08:20:26 | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-24 08:23:07 | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:41 | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b0e5696b-a197-4e21-91ca-9812ffc9761a) | 2018-03-24 08:23:08,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 10799d24-18f1-4242-9874-df53ac854016) | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 151.478 | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 08:23:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-24 08:23:09,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-24 08:23:15,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 08:23:15,852 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-24 08:23:15,858 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-24 08:23:15,858 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-24 08:23:37,472 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-03-24 08:23:37,473 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-24 08:23:37,503 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-24 08:23:37,625 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 08:23:37,625 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-24 08:23:37,629 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-24 08:23:38,664 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-24 09:42:18,262 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 09:42:18,263 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 78:39 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-24 09:42:18,267 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-24 09:42:18,267 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-24 09:42:18,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-24 09:42:20,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-24 09:42:20.357 10134 INFO rally.deployment.engine [-] Deployment 10799d24-18f1-4242-9874-df53ac854016 | Starting: Destroy cloud and free allocated resources. 2018-03-24 09:42:20.445 10134 INFO rally.deployment.engine [-] Deployment 10799d24-18f1-4242-9874-df53ac854016 | Completed: Destroy cloud and free allocated resources. 2018-03-24 09:42:20.504 10134 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a) for deployment 'opnfv-rally'. 2018-03-24 09:42:20.536 10134 INFO rally.api [-] Deleting verification (UUID=4790ab2d-3395-4fdc-8e3a-af0fb7a3dac3). 2018-03-24 09:42:20.574 10134 INFO rally.api [-] Verification has been successfully deleted! 2018-03-24 09:42:20.574 10134 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a). 2018-03-24 09:42:20.584 10134 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-24 09:42:23,129 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-24 09:42:22.858 10137 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d4cf593a-7a36-4f81-8d14-aa5aa681d729) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d4cf593a-7a36-4f81-8d14-aa5aa681d729 | 2018-03-24T09:42:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d4cf593a-7a36-4f81-8d14-aa5aa681d729 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-24 09:42:26,351 - 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-03-24 09:42:26,352 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-24 09:42:28,740 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-24 09:42:28.459 10143 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b0e5696b-a197-4e21-91ca-9812ffc9761a). 2018-03-24 09:42:28.588 10143 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-24 09:42:32,108 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-24 09:42:30.759 10146 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-24 09:42:30.879 10146 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-24 09:42:31.927 10146 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a7d959eb-a379-4f27-9838-852a5b9ae927) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a7d959eb-a379-4f27-9838-852a5b9ae927) as the default verifier for the future CLI operations. 2018-03-24 09:42:43,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-24 09:42:48,707 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-24 09:42:47.630 10165 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a7d959eb-a379-4f27-9838-852a5b9ae927) for deployment 'opnfv-rally' (UUID=d4cf593a-7a36-4f81-8d14-aa5aa681d729). 2018-03-24 09:42:48.497 10165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a7d959eb-a379-4f27-9838-852a5b9ae927) has been successfully configured for deployment 'opnfv-rally' (UUID=d4cf593a-7a36-4f81-8d14-aa5aa681d729)! 2018-03-24 09:42:51,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a7d959eb-a379-4f27-9838-852a5b9ae927/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-24 09:42:51,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-24 09:42:53,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-24 09:42:53.503 10174 INFO rally.api [-] Starting verification (UUID=cf5383f1-3d0b-4948-b0fa-12ff9e043fa1) for deployment 'opnfv-rally' (UUID=d4cf593a-7a36-4f81-8d14-aa5aa681d729) by verifier 'opnfv-tempest' (UUID=a7d959eb-a379-4f27-9838-852a5b9ae927). 2018-03-24 09:46:04,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cf5383f1-3d0b-4948-b0fa-12ff9e043fa1']'. 2018-03-24 09:46:05,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-24 09:46:05,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cf5383f1-3d0b-4948-b0fa-12ff9e043fa1 | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-24 09:42:53 | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-24 09:46:04 | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:11 | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a7d959eb-a379-4f27-9838-852a5b9ae927) | 2018-03-24 09:46:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d4cf593a-7a36-4f81-8d14-aa5aa681d729) | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 173.298 | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-24 09:46:05,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-24 09:46:05,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-24 09:46:05,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-03-24 09:46:12,043 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 09:46:12,044 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:37 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-03-24 09:46:12,048 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-03-24 09:46:12,048 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_userdata | functest | smoke | 01:43 | PASS | | tempest_smoke_serial | functest | smoke | 19:17 | FAIL | | rally_sanity | functest | smoke | 21:01 | FAIL | | refstack_defcore | functest | smoke | 08:43 | FAIL | | patrole | functest | smoke | 03:12 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 78:39 | FAIL | | neutron_trunk | functest | smoke | 03:37 | FAIL | | vping_ssh | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-24 09:46:12,055 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-24 09:46:16,559 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-48 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-24 09:46:16,562 - 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=bAZ6bBGubTjPD3pa4n6t3zH2T export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-03-24 09:46:16,562 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-24 09:46:16,563 - 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-03-24 09:46:16,564 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-24 09:46:16,564 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-24 09:50:32,844 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-24 09:50:32,965 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 09:50:32,965 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:16 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-24 09:50:32,969 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-03-24 09:54:01,859 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.220 -c 10' 2018-03-24 09:54:20,874 - functest.utils.functest_utils - ERROR - The command 'ping 172.30.9.220 -c 10' failed. 2018-03-24 10:23:20,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-24 10:23:29,990 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-24 10:23:29.689 153 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=48783215-5d2f-47bd-b3b6-20bc185085bd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 48783215-5d2f-47bd-b3b6-20bc185085bd | 2018-03-24T10:23:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 48783215-5d2f-47bd-b3b6-20bc185085bd ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-24 10:23:33,191 - 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-03-24 10:23:33,191 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-24 10:23:39,417 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-24 10:23:37.487 162 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-24 10:23:37.683 162 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-24 10:23:39.209 162 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e54c3428-38c2-4353-97d6-2b9b8f3270b5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e54c3428-38c2-4353-97d6-2b9b8f3270b5) as the default verifier for the future CLI operations. 2018-03-24 10:23:45,251 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-24 10:23:44.165 181 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e54c3428-38c2-4353-97d6-2b9b8f3270b5) for deployment 'opnfv-rally' (UUID=48783215-5d2f-47bd-b3b6-20bc185085bd). 2018-03-24 10:23:45.074 181 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e54c3428-38c2-4353-97d6-2b9b8f3270b5) has been successfully configured for deployment 'opnfv-rally' (UUID=48783215-5d2f-47bd-b3b6-20bc185085bd)! 2018-03-24 10:23:45,252 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-24 10:32:47,658 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-03-24 10:32:51,765 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-24 10:32:51,780 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-03-24 10:32:59,668 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-24 10:32:59,682 - 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-03-24 10:33:06,885 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-24 10:33:06,901 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-03-24 10:33:07,426 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-24 10:33:07,440 - 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-03-24 10:33:07,733 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-24 10:33:07,748 - 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-03-24 10:33:07,780 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-03-24 10:33:09,669 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-03-24 10:33:09,805 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-24 10:33:09,806 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 42:35 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-03-24 10:33:09,807 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-03-24 10:33:09,807 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:16 | PASS | | bgpvpn | sdnvpn | features | 42:35 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-24 10:33:09,809 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-24 10:33:15,774 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-48 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-24 10:33:15,780 - 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=bAZ6bBGubTjPD3pa4n6t3zH2T export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-03-24 10:33:15,780 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-24 10:33:15,780 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-24 10:33:15,781 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-24 10:33:15,783 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-24 10:33:18,503 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-48 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-24 10:33:18,506 - 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=bAZ6bBGubTjPD3pa4n6t3zH2T export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-03-24 10:33:18,506 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-24 10:33:18,506 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-24 10:33:18,506 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-24 10:33:18,507 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK