2018-03-26 17:42:29,932 - functest.ci.check_deployment - DEBUG - 172.30.9.27:5000 is reachable! 2018-03-26 17:42:29,932 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.27:5000/v3 ...OK 2018-03-26 17:42:30,395 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-26 17:42:30,863 - functest.ci.check_deployment - DEBUG - 172.30.9.27:5000 is reachable! 2018-03-26 17:42:30,863 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.27:5000 ...OK 2018-03-26 17:42:31,244 - functest.ci.check_deployment - DEBUG - 172.30.9.27:8774 is reachable! 2018-03-26 17:42:31,244 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.27:8774/v2.1 ...OK 2018-03-26 17:42:31,625 - functest.ci.check_deployment - DEBUG - 172.30.9.27:9696 is reachable! 2018-03-26 17:42:31,625 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.27:9696 ...OK 2018-03-26 17:42:32,005 - functest.ci.check_deployment - DEBUG - 172.30.9.27:9292 is reachable! 2018-03-26 17:42:32,005 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.27:9292 ...OK 2018-03-26 17:42:33,260 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-26 17:42:34,793 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-26 17:42:34,822 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-26 17:42:37,197 - functest.ci.check_deployment - INFO - External network found: external 2018-03-26 17:42:39,748 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-59 | | 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-26 17:42:39,751 - 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=hJuHqabcUAfgFVjk68saMpduK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-03-26 17:42:39,751 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 17:42:39,751 - 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-26 17:42:39,752 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-26 17:42:39,752 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-26 17:42:41,906 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 17:42:53,014 - 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 11.097s OK 2018-03-26 17:42:53,134 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 17:42:53,135 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-26 17:42:53,139 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-26 17:42:55,573 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 17:56:05,854 - 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 790.247s OK 2018-03-26 17:56:05,988 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 17:56:05,988 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-26 17:56:05,992 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-26 17:56:06,806 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 17:56:48,224 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.417s OK 2018-03-26 17:56:48,354 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 17:56:48,355 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-26 17:56:48,359 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 13:10 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-26 17:56:48,362 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-26 17:56:50,871 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-59 | | 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-26 17:56:50,873 - 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=hJuHqabcUAfgFVjk68saMpduK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-03-26 17:56:50,874 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 17:56:50,874 - 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-26 17:56:50,875 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-26 17:56:50,875 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-26 17:56:51,381 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-26 17:56:51,381 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-26 17:56:51' 2018-03-26 17:56:51,382 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8ae0ce28-c2df-4593-a37d-aa1050f8a416' 2018-03-26 17:56:55,086 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8ae0ce28-c2df-4593-a37d-aa1050f8a416' 2018-03-26 17:56:58,568 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8ae0ce28-c2df-4593-a37d-aa1050f8a416' 2018-03-26 17:57:06,219 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8ae0ce28-c2df-4593-a37d-aa1050f8a416' 2018-03-26 17:57:07,087 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8ae0ce28-c2df-4593-a37d-aa1050f8a416' 2018-03-26 17:57:13,996 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8ae0ce28-c2df-4593-a37d-aa1050f8a416' 2018-03-26 17:57:20,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-26 17:57:32,814 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-26 17:57:35,430 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-26 17:57:52,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 17:57:52,682 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:44 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-26 17:57:52,686 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-26 17:57:52,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 17:57:57,403 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 17:57:57.108 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1 | 2018-03-26T17:57:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1 ~/.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-26 17:58:00,578 - 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-26 17:58:00,579 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 17:58:06,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 17:58:04.841 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 17:58:04.972 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 17:58:05.967 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268) as the default verifier for the future CLI operations. 2018-03-26 17:58:09,120 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-26 17:58:11,261 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-26 17:58:17,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 17:58:22,983 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 17:58:21.997 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268) for deployment 'opnfv-rally' (UUID=0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1). 2018-03-26 17:58:22.820 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268) has been successfully configured for deployment 'opnfv-rally' (UUID=0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1)! 2018-03-26 17:58:22,983 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-26 17:58:22,984 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-26 17:58:22,986 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-26 17:58:22,990 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-26 17:58:25,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fdf4edac-3ce0-4dea-a300-38ea1ef51268/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-26 17:58:25,976 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-26 17:58:25,978 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-26 17:58:25,978 - 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-26 17:58:27,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:58:27.905 51 INFO rally.api [-] Starting verification (UUID=9f08397f-4cf4-47bf-ae8d-e14b9b530dca) for deployment 'opnfv-rally' (UUID=0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1) by verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268). 2018-03-26 17:58:27,906 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9f08397f-4cf4-47bf-ae8d-e14b9b530dca 2018-03-26 17:58:35,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:58:35.572 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.280s] 2018-03-26 17:58:35,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:58:35.638 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-03-26 17:58:42,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:58:42.176 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.546s] 2018-03-26 17:58:45,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:58:45.563 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.386s] 2018-03-26 17:58:58,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:58:58.755 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.068s] 2018-03-26 17:59:16,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:59:16.889 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.302s] 2018-03-26 17:59:51,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:59:51.667 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-03-26 17:59:51,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 17:59:51.668 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-26 18:00:22,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:00:22.171 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-03-26 18:00:22,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:00:22.173 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-26 18:00:54,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:00:54.199 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.075s] 2018-03-26 18:00:54,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:00:54.200 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-26 18:02:37,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:02:37.640 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [74.570s] 2018-03-26 18:02:59,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:02:59.936 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-03-26 18:03:00,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:00.035 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-03-26 18:03:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:07.894 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.659s] 2018-03-26 18:03:07,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:07.903 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-26 18:03:09,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:09.403 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-26 18:03:09,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:09.404 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-26 18:03:13,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:13.351 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.381s] 2018-03-26 18:03:19,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:19.263 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-03-26 18:03:25,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:25.640 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.629s] 2018-03-26 18:03:33,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:33.584 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.490s] 2018-03-26 18:03:43,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:43.442 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.430s] 2018-03-26 18:03:50,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:50.156 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.417s] 2018-03-26 18:03:56,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:03:56.181 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.218s] 2018-03-26 18:04:03,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:03.772 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.575s] 2018-03-26 18:04:11,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:11.179 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.464s] 2018-03-26 18:04:19,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:19.733 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.850s] 2018-03-26 18:04:22,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:22.281 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-26 18:04:24,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:24.268 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-03-26 18:04:24,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:24.348 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-03-26 18:04:24,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:24.426 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-03-26 18:04:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:24.433 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-03-26 18:04:28,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:28.958 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.778s] 2018-03-26 18:04:31,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:31.209 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.250s] 2018-03-26 18:04:33,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:33.450 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.240s] 2018-03-26 18:04:40,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:40.471 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-26 18:04:47,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:04:47.099 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.081s] 2018-03-26 18:05:01,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:01.397 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.574s] 2018-03-26 18:05:04,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:04.956 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.558s] 2018-03-26 18:05:16,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:16.558 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.023s] 2018-03-26 18:05:20,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:20.596 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.037s] 2018-03-26 18:05:29,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:29.521 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.925s] 2018-03-26 18:05:38,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:38.878 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.096s] 2018-03-26 18:05:42,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:42.463 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.582s] 2018-03-26 18:05:49,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:05:49.274 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.812s] 2018-03-26 18:06:05,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:05.185 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.263s] 2018-03-26 18:06:05,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:05.492 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.308s] 2018-03-26 18:06:05,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:05.748 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.255s] 2018-03-26 18:06:05,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:05.828 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.080s] 2018-03-26 18:06:06,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:06.076 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.247s] 2018-03-26 18:06:06,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:06.286 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.209s] 2018-03-26 18:06:21,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:21.349 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.376s] 2018-03-26 18:06:21,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:21.648 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.300s] 2018-03-26 18:06:22,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:22.056 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.407s] 2018-03-26 18:06:22,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:22.133 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.077s] 2018-03-26 18:06:22,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:22.451 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.317s] 2018-03-26 18:06:22,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:22.657 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-03-26 18:06:37,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:37.022 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.493s] 2018-03-26 18:06:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:43.705 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.683s] 2018-03-26 18:06:45,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:45.654 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.948s] 2018-03-26 18:06:45,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:45.709 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.055s] 2018-03-26 18:06:45,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:45.898 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.188s] 2018-03-26 18:06:58,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:06:58.577 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.342s] 2018-03-26 18:07:04,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:04.858 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.280s] 2018-03-26 18:07:06,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:06.787 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.928s] 2018-03-26 18:07:06,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:06.882 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.094s] 2018-03-26 18:07:07,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:07.092 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.210s] 2018-03-26 18:07:23,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:23.020 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.528s] 2018-03-26 18:07:28,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:28.635 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.615s] 2018-03-26 18:07:33,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:33.372 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.736s] 2018-03-26 18:07:36,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:07:36.472 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.099s] 2018-03-26 18:08:02,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:02.301 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.002s] 2018-03-26 18:08:08,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:08.182 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.881s] 2018-03-26 18:08:13,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:13.114 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.931s] 2018-03-26 18:08:16,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:16.125 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.010s] 2018-03-26 18:08:33,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:33.070 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.596s] 2018-03-26 18:08:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:35.753 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.682s] 2018-03-26 18:08:35,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:35.944 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.191s] 2018-03-26 18:08:41,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:41.042 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.846s] 2018-03-26 18:08:43,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:43.540 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.496s] 2018-03-26 18:08:43,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:43.583 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-03-26 18:08:48,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:48.080 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.156s] 2018-03-26 18:08:51,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:51.427 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-03-26 18:08:52,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:52.791 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-26 18:08:52,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:52.794 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-26 18:08:52,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:52.795 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-26 18:08:52,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:52.795 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-26 18:08:52,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:52.796 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-26 18:08:54,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:08:54.816 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2018-03-26 18:09:09,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:09:09.936 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.354s] 2018-03-26 18:09:21,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:09:21.882 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.473s] 2018-03-26 18:09:36,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:09:36.108 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.224s] 2018-03-26 18:09:45,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:09:45.635 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.048s] 2018-03-26 18:10:55,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:10:55.411 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [63.199s] 2018-03-26 18:11:31,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:11:31.570 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.377s] 2018-03-26 18:12:16,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:12:16.867 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.303s] 2018-03-26 18:12:33,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9f08397f-4cf4-47bf-ae8d-e14b9b530dca']'. 2018-03-26 18:12:34,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 18:12:34,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 18:12:34,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 18:12:34,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9f08397f-4cf4-47bf-ae8d-e14b9b530dca | 2018-03-26 18:12:34,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-26 18:12:34,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 17:58:27 | 2018-03-26 18:12:34,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 18:12:33 | 2018-03-26 18:12:34,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:06 | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fdf4edac-3ce0-4dea-a300-38ea1ef51268) | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1) | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 823.697 | 2018-03-26 18:12:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-26 18:12:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-26 18:12:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 18:12:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 18:12:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-26 18:12:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 18:12:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 18:12:34,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-26 18:12:42,134 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 18:12:42,134 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:33 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-26 18:12:42,138 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-26 18:12:42,614 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-26 18:12:42,614 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-26 18:12:43,043 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-26 18:12:43,043 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-26 18:12:43,452 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 18:12:45,952 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 18:12:45.547 120 INFO rally.deployment.engine [-] Deployment 0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1 | Starting: Destroy cloud and free allocated resources. 2018-03-26 18:12:45.626 120 INFO rally.deployment.engine [-] Deployment 0cc12f8a-7e3d-4537-9c19-2c4364c7f4c1 | Completed: Destroy cloud and free allocated resources. 2018-03-26 18:12:45.668 120 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268) for deployment 'opnfv-rally'. 2018-03-26 18:12:45.687 120 INFO rally.api [-] Deleting verification (UUID=9f08397f-4cf4-47bf-ae8d-e14b9b530dca). 2018-03-26 18:12:45.731 120 INFO rally.api [-] Verification has been successfully deleted! 2018-03-26 18:12:45.732 120 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268). 2018-03-26 18:12:45.744 120 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 18:12:48,247 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 18:12:47.987 123 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=07f147e4-2f57-4b41-885e-c81c749d4084) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 07f147e4-2f57-4b41-885e-c81c749d4084 | 2018-03-26T18:12:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 07f147e4-2f57-4b41-885e-c81c749d4084 ~/.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-26 18:12:51,610 - 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-26 18:12:51,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-26 18:12:53,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf'... 2018-03-26 18:12:56,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-fc761179-9e25-417b-8507-ca1acdba23cf'... 2018-03-26 18:12:58,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-fc761179-9e25-417b-8507-ca1acdba23cf'... 2018-03-26 18:13:04,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf'... 2018-03-26 18:13:05,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf'... 2018-03-26 18:13:06,135 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-26 18:13:06,135 - 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-26 18:13:06,136 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:13:06,180 - 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-26 18:13:06,186 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:14:08,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e467287c-2655-41e5-a97a-0f33e3e98d00 2018-03-26 18:14:08,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-26 18:14:08,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e467287c-2655-41e5-a97a-0f33e3e98d00'] 2018-03-26 18:14:09,602 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e467287c-2655-41e5-a97a-0f33e3e98d00: 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 e467287c-2655-41e5-a97a-0f33e3e98d00 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | total | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> duration | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.478087 Full duration: 7.258504 -------------------------------------------------------------------------------- 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 e467287c-2655-41e5-a97a-0f33e3e98d00 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798619 Full duration: 8.278154 -------------------------------------------------------------------------------- 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 e467287c-2655-41e5-a97a-0f33e3e98d00 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | total | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> duration | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.027096 Full duration: 7.677495 -------------------------------------------------------------------------------- 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 e467287c-2655-41e5-a97a-0f33e3e98d00 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.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790041 Full duration: 7.873564 -------------------------------------------------------------------------------- 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 e467287c-2655-41e5-a97a-0f33e3e98d00 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.55 | 0.55 | 0.55 | 0.55 | 0.55 | 0.55 | 100.0% | 1 | | total | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | -> duration | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.95244 Full duration: 7.658814 -------------------------------------------------------------------------------- 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 e467287c-2655-41e5-a97a-0f33e3e98d00 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.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670269 Full duration: 7.36144 HINTS: * To plot HTML graphics with this data, run: rally task report e467287c-2655-41e5-a97a-0f33e3e98d00 --out output.html * To generate a JUnit report, run: rally task export e467287c-2655-41e5-a97a-0f33e3e98d00 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e467287c-2655-41e5-a97a-0f33e3e98d00 --json --out output.json 2018-03-26 18:14:09,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e467287c-2655-41e5-a97a-0f33e3e98d00'] 2018-03-26 18:14:10,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:14:10,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e467287c-2655-41e5-a97a-0f33e3e98d00', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-26 18:14:10,608 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-26 18:14:10,609 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-26 18:14:10,609 - 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-26 18:14:10,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:14:10,650 - 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-26 18:14:10,652 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:15:50,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5517ee46-4e16-4285-b90e-646a4fbe3298 2018-03-26 18:15:50,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5517ee46-4e16-4285-b90e-646a4fbe3298'] 2018-03-26 18:15:51,512 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5517ee46-4e16-4285-b90e-646a4fbe3298: 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 5517ee46-4e16-4285-b90e-646a4fbe3298 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.195 | 4.195 | 4.195 | 4.195 | 4.195 | 4.195 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> glance_v2.upload_data | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | glance_v2.delete_image | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | total | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 100.0% | 1 | | -> duration | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.231266 Full duration: 13.659074 -------------------------------------------------------------------------------- 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 5517ee46-4e16-4285-b90e-646a4fbe3298 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 | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | -> glance_v2.upload_data | 2.093 | 2.093 | 2.093 | 2.093 | 2.093 | 2.093 | 100.0% | 1 | | glance_v2.list_images | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 5.297 | 5.297 | 5.297 | 5.297 | 5.297 | 5.297 | 100.0% | 1 | | -> duration | 5.297 | 5.297 | 5.297 | 5.297 | 5.297 | 5.297 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.297303 Full duration: 17.705628 -------------------------------------------------------------------------------- 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 5517ee46-4e16-4285-b90e-646a4fbe3298 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> duration | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.352231 Full duration: 7.927844 -------------------------------------------------------------------------------- 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-fc761179-9e25-417b-8507-ca1acdba23cf" }, "number_instances": 2, "nics": [ { "net-id": "5deb76c1-dc87-43d2-b8e9-c3c2643635b4" } ] }, "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 5517ee46-4e16-4285-b90e-646a4fbe3298 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.718 | 4.718 | 4.718 | 4.718 | 4.718 | 4.718 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> glance_v2.upload_data | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 100.0% | 1 | | nova.boot_servers | 14.12 | 14.12 | 14.12 | 14.12 | 14.12 | 14.12 | 100.0% | 1 | | total | 18.839 | 18.839 | 18.839 | 18.839 | 18.839 | 18.839 | 100.0% | 1 | | -> duration | 17.839 | 17.839 | 17.839 | 17.839 | 17.839 | 17.839 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.838622 Full duration: 44.382453 HINTS: * To plot HTML graphics with this data, run: rally task report 5517ee46-4e16-4285-b90e-646a4fbe3298 --out output.html * To generate a JUnit report, run: rally task export 5517ee46-4e16-4285-b90e-646a4fbe3298 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5517ee46-4e16-4285-b90e-646a4fbe3298 --json --out output.json 2018-03-26 18:15:51,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5517ee46-4e16-4285-b90e-646a4fbe3298'] 2018-03-26 18:15:52,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:15:52,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5517ee46-4e16-4285-b90e-646a4fbe3298', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-26 18:15:52,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-26 18:15:52,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-26 18:15:52,588 - 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-26 18:15:52,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:15:52,629 - 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-26 18:15:52,630 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-26 18:15:52,630 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-26 18:15:52,630 - 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-26 18:15:52,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:15:52,663 - 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-26 18:15:52,667 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:19:13,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e6255e53-9b21-4864-8bd5-940615ae1712 2018-03-26 18:19:13,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e6255e53-9b21-4864-8bd5-940615ae1712'] 2018-03-26 18:19:14,844 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e6255e53-9b21-4864-8bd5-940615ae1712: 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.301 | 3.301 | 3.301 | 3.301 | 3.301 | 3.301 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.099 | 3.099 | 3.099 | 3.099 | 3.099 | 3.099 | 100.0% | 1 | | total | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 100.0% | 1 | | -> duration | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.401163 Full duration: 23.341255 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.339 | 3.339 | 3.339 | 3.339 | 3.339 | 3.339 | 100.0% | 1 | | cinder_v2.delete_volume | 3.604 | 3.604 | 3.604 | 3.604 | 3.604 | 3.604 | 100.0% | 1 | | total | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 100.0% | 1 | | -> duration | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.943028 Full duration: 17.32627 -------------------------------------------------------------------------------- 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-fc761179-9e25-417b-8507-ca1acdba23cf" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task e6255e53-9b21-4864-8bd5-940615ae1712 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.697 | 8.697 | 8.697 | 8.697 | 8.697 | 8.697 | 100.0% | 1 | | cinder_v2.delete_volume | 2.47 | 2.47 | 2.47 | 2.47 | 2.47 | 2.47 | 100.0% | 1 | | total | 11.168 | 11.168 | 11.168 | 11.168 | 11.168 | 11.168 | 100.0% | 1 | | -> duration | 11.168 | 11.168 | 11.168 | 11.168 | 11.168 | 11.168 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.168002 Full duration: 22.153996 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.138 | 3.138 | 3.138 | 3.138 | 3.138 | 3.138 | 100.0% | 1 | | cinder_v2.delete_volume | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 100.0% | 1 | | total | 5.854 | 5.854 | 5.854 | 5.854 | 5.854 | 5.854 | 100.0% | 1 | | -> duration | 5.854 | 5.854 | 5.854 | 5.854 | 5.854 | 5.854 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.853715 Full duration: 15.730661 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.174 | 3.174 | 3.174 | 3.174 | 3.174 | 3.174 | 100.0% | 1 | | cinder_v2.extend_volume | 2.818 | 2.818 | 2.818 | 2.818 | 2.818 | 2.818 | 100.0% | 1 | | cinder_v2.delete_volume | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 100.0% | 1 | | total | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 100.0% | 1 | | -> duration | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 8.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.723045 Full duration: 19.457289 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.35 | 3.35 | 3.35 | 3.35 | 3.35 | 3.35 | 100.0% | 1 | | cinder_v2.delete_volume | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 100.0% | 1 | | total | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 100.0% | 1 | | -> duration | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 6.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.072681 Full duration: 23.178675 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_qos | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785362 Full duration: 12.550289 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | cinder_v2.set_qos | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796112 Full duration: 12.639289 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_types | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785845 Full duration: 12.632572 -------------------------------------------------------------------------------- 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 e6255e53-9b21-4864-8bd5-940615ae1712 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.828848 Full duration: 12.343558 HINTS: * To plot HTML graphics with this data, run: rally task report e6255e53-9b21-4864-8bd5-940615ae1712 --out output.html * To generate a JUnit report, run: rally task export e6255e53-9b21-4864-8bd5-940615ae1712 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e6255e53-9b21-4864-8bd5-940615ae1712 --json --out output.json 2018-03-26 18:19:14,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e6255e53-9b21-4864-8bd5-940615ae1712'] 2018-03-26 18:19:15,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:19:15,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e6255e53-9b21-4864-8bd5-940615ae1712', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-26 18:19:15,847 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-26 18:19:15,848 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-26 18:19:15,848 - 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-26 18:19:15,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:19:15,881 - 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-26 18:19:15,882 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:20:38,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 2018-03-26 18:20:38,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '84c0fec6-7e4a-4e8a-8891-99e6efb2f550'] 2018-03-26 18:20:39,935 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 84c0fec6-7e4a-4e8a-8891-99e6efb2f550: 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 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 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.627 | 4.627 | 4.627 | 4.627 | 4.627 | 4.627 | 100.0% | 1 | | heat.update_stack | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 100.0% | 1 | | heat.delete_stack | 2.678 | 2.678 | 2.678 | 2.678 | 2.678 | 2.678 | 100.0% | 1 | | total | 11.327 | 11.327 | 11.327 | 11.327 | 11.327 | 11.327 | 100.0% | 1 | | -> duration | 7.327 | 7.327 | 7.327 | 7.327 | 7.327 | 7.327 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.327104 Full duration: 21.128505 -------------------------------------------------------------------------------- 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 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 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.519 | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 100.0% | 1 | | heat.check_stack | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | heat.delete_stack | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 100.0% | 1 | | total | 6.582 | 6.582 | 6.582 | 6.582 | 6.582 | 6.582 | 100.0% | 1 | | -> duration | 4.582 | 4.582 | 4.582 | 4.582 | 4.582 | 4.582 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.582069 Full duration: 16.601182 -------------------------------------------------------------------------------- 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 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 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.414 | 4.414 | 4.414 | 4.414 | 4.414 | 4.414 | 100.0% | 1 | | heat.suspend_stack | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | heat.resume_stack | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | heat.delete_stack | 2.671 | 2.671 | 2.671 | 2.671 | 2.671 | 2.671 | 100.0% | 1 | | total | 8.512 | 8.512 | 8.512 | 8.512 | 8.512 | 8.512 | 100.0% | 1 | | -> duration | 6.512 | 6.512 | 6.512 | 6.512 | 6.512 | 6.512 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.512242 Full duration: 17.204819 -------------------------------------------------------------------------------- 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 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | total | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> duration | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.571821 Full duration: 8.140617 HINTS: * To plot HTML graphics with this data, run: rally task report 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 --out output.html * To generate a JUnit report, run: rally task export 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 84c0fec6-7e4a-4e8a-8891-99e6efb2f550 --json --out output.json 2018-03-26 18:20:39,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '84c0fec6-7e4a-4e8a-8891-99e6efb2f550'] 2018-03-26 18:20:40,923 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:20:40,923 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '84c0fec6-7e4a-4e8a-8891-99e6efb2f550', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-26 18:20:40,930 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-26 18:20:40,930 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-26 18:20:40,930 - 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-26 18:20:40,930 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:20:40,949 - 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-26 18:20:40,951 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:23:57,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e655d8ba-2703-4ca7-af7f-6c121f63cfac 2018-03-26 18:23:57,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e655d8ba-2703-4ca7-af7f-6c121f63cfac'] 2018-03-26 18:23:58,457 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e655d8ba-2703-4ca7-af7f-6c121f63cfac: 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 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.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> duration | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766421 Full duration: 14.423633 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720025 Full duration: 14.59506 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> duration | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.898168 Full duration: 14.959822 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.delete_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605227 Full duration: 12.251759 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> duration | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.630614 Full duration: 12.226179 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.create_role | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 100.0% | 1 | | -> duration | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.774497 Full duration: 20.005621 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | -> duration | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.029543 Full duration: 12.951014 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794582 Full duration: 14.805071 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.663923 Full duration: 14.525241 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.list_users | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.888902 Full duration: 14.902592 -------------------------------------------------------------------------------- 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 e655d8ba-2703-4ca7-af7f-6c121f63cfac 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.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | keystone_v3.create_users | 4.865 | 4.865 | 4.865 | 4.865 | 4.865 | 4.865 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.865 | 4.865 | 4.865 | 4.865 | 4.865 | 4.865 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | total | 6.591 | 6.591 | 6.591 | 6.591 | 6.591 | 6.591 | 100.0% | 1 | | -> duration | 6.591 | 6.591 | 6.591 | 6.591 | 6.591 | 6.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.590985 Full duration: 22.968679 HINTS: * To plot HTML graphics with this data, run: rally task report e655d8ba-2703-4ca7-af7f-6c121f63cfac --out output.html * To generate a JUnit report, run: rally task export e655d8ba-2703-4ca7-af7f-6c121f63cfac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e655d8ba-2703-4ca7-af7f-6c121f63cfac --json --out output.json 2018-03-26 18:23:58,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e655d8ba-2703-4ca7-af7f-6c121f63cfac'] 2018-03-26 18:23:59,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:23:59,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e655d8ba-2703-4ca7-af7f-6c121f63cfac', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-26 18:23:59,558 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-26 18:23:59,558 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-26 18:23:59,559 - 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-26 18:23:59,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:23:59,599 - 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-26 18:23:59,606 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:29:33,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 2018-03-26 18:29:33,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '59ff2791-aa4a-49f2-9aa0-f50b4af553fc'] 2018-03-26 18:29:34,676 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 59ff2791-aa4a-49f2-9aa0-f50b4af553fc: 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.169 | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 100.0% | 1 | | neutron.delete_network | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | total | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 100.0% | 1 | | -> duration | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.062557 Full duration: 15.953557 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.45 | 1.45 | 1.45 | 1.45 | 1.45 | 1.45 | 100.0% | 1 | | neutron.delete_port | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | total | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 100.0% | 1 | | -> duration | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.272969 Full duration: 28.049739 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | neutron.create_subnet | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | neutron.create_router | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 100.0% | 1 | | neutron.add_interface_router | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 100.0% | 1 | | neutron.remove_interface_router | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | neutron.delete_router | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | total | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> duration | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.412091 Full duration: 38.098105 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | neutron.delete_subnet | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | -> duration | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.021071 Full duration: 29.841452 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.182 | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 100.0% | 1 | | neutron.list_networks | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> duration | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.459294 Full duration: 16.748036 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.281 | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 100.0% | 1 | | neutron.list_ports | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | -> duration | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.633039 Full duration: 29.315649 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | neutron.create_subnet | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | neutron.create_router | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | neutron.add_interface_router | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 100.0% | 1 | | neutron.list_routers | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 3.777 | 3.777 | 3.777 | 3.777 | 3.777 | 3.777 | 100.0% | 1 | | -> duration | 3.777 | 3.777 | 3.777 | 3.777 | 3.777 | 3.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.776586 Full duration: 38.451958 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | neutron.create_subnet | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | neutron.list_subnets | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 2.064 | 2.064 | 2.064 | 2.064 | 2.064 | 2.064 | 100.0% | 1 | | -> duration | 2.064 | 2.064 | 2.064 | 2.064 | 2.064 | 2.064 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.064457 Full duration: 54.495448 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | neutron.delete_security_group | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | -> duration | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.289241 Full duration: 14.672711 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | neutron.create_security_group_rule | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | neutron.delete_security_group | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | total | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 100.0% | 1 | | -> duration | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.854187 Full duration: 14.8002 -------------------------------------------------------------------------------- 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 59ff2791-aa4a-49f2-9aa0-f50b4af553fc 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.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | neutron.create_router | 0.38 | 0.38 | 0.38 | 0.38 | 0.38 | 0.38 | 100.0% | 1 | | neutron.add_gateway_router | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 100.0% | 1 | | neutron.remove_gateway_router | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | total | 4.201 | 4.201 | 4.201 | 4.201 | 4.201 | 4.201 | 100.0% | 1 | | -> duration | 4.201 | 4.201 | 4.201 | 4.201 | 4.201 | 4.201 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.200552 Full duration: 24.90965 HINTS: * To plot HTML graphics with this data, run: rally task report 59ff2791-aa4a-49f2-9aa0-f50b4af553fc --out output.html * To generate a JUnit report, run: rally task export 59ff2791-aa4a-49f2-9aa0-f50b4af553fc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 59ff2791-aa4a-49f2-9aa0-f50b4af553fc --json --out output.json 2018-03-26 18:29:34,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '59ff2791-aa4a-49f2-9aa0-f50b4af553fc'] 2018-03-26 18:29:35,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:29:35,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '59ff2791-aa4a-49f2-9aa0-f50b4af553fc', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-26 18:29:35,653 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-26 18:29:35,654 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-26 18:29:35,654 - 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-26 18:29:35,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:29:35,694 - 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-26 18:29:35,700 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:32:43,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 12f880bc-6e28-4c78-9409-a445f129edf6 2018-03-26 18:32:43,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '12f880bc-6e28-4c78-9409-a445f129edf6'] 2018-03-26 18:32:44,826 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 12f880bc-6e28-4c78-9409-a445f129edf6: 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-fc761179-9e25-417b-8507-ca1acdba23cf" }, "image": { "name": "Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf" }, "block_migration": false, "nics": [ { "net-id": "5deb76c1-dc87-43d2-b8e9-c3c2643635b4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 12f880bc-6e28-4c78-9409-a445f129edf6 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 | 12.318 | 12.318 | 12.318 | 12.318 | 12.318 | 12.318 | 100.0% | 1 | | nova.find_host_to_migrate | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 100.0% | 1 | | nova.live_migrate | 135.407 | 135.407 | 135.407 | 135.407 | 135.407 | 135.407 | 0.0% | 1 | | total | 149.158 | 149.158 | 149.158 | 149.158 | 149.158 | 149.158 | 0.0% | 1 | | -> duration | 148.158 | 148.158 | 148.158 | 148.158 | 148.158 | 148.158 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 148.157815 Full duration: 164.150289 HINTS: * To plot HTML graphics with this data, run: rally task report 12f880bc-6e28-4c78-9409-a445f129edf6 --out output.html * To generate a JUnit report, run: rally task export 12f880bc-6e28-4c78-9409-a445f129edf6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 12f880bc-6e28-4c78-9409-a445f129edf6 --json --out output.json 2018-03-26 18:32:44,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '12f880bc-6e28-4c78-9409-a445f129edf6'] 2018-03-26 18:32:45,847 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:32:45,847 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '12f880bc-6e28-4c78-9409-a445f129edf6', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-26 18:32:45,854 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-26 18:32:45,854 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-26 18:32:45,855 - 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-26 18:32:45,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-26 18:32:45,898 - 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-26 18:32:45,900 - 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': '5deb76c1-dc87-43d2-b8e9-c3c2643635b4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc761179-9e25-417b-8507-ca1acdba23cf', 'flavor_name': 'rally-tiny-fc761179-9e25-417b-8507-ca1acdba23cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc761179-9e25-417b-8507-ca1acdba23cf', '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-26 18:33:39,067 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 92a5edd7-5f9f-476c-a216-94a32619efa4 2018-03-26 18:33:39,067 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '92a5edd7-5f9f-476c-a216-94a32619efa4'] 2018-03-26 18:33:40,084 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 92a5edd7-5f9f-476c-a216-94a32619efa4: 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 92a5edd7-5f9f-476c-a216-94a32619efa4 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.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | quotas.delete_quotas | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.915278 Full duration: 8.947832 -------------------------------------------------------------------------------- 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 92a5edd7-5f9f-476c-a216-94a32619efa4 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706189 Full duration: 8.480779 -------------------------------------------------------------------------------- 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 92a5edd7-5f9f-476c-a216-94a32619efa4 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.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> duration | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727388 Full duration: 8.621653 -------------------------------------------------------------------------------- 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 92a5edd7-5f9f-476c-a216-94a32619efa4 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.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.894128 Full duration: 8.704065 HINTS: * To plot HTML graphics with this data, run: rally task report 92a5edd7-5f9f-476c-a216-94a32619efa4 --out output.html * To generate a JUnit report, run: rally task export 92a5edd7-5f9f-476c-a216-94a32619efa4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 92a5edd7-5f9f-476c-a216-94a32619efa4 --json --out output.json 2018-03-26 18:33:40,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '92a5edd7-5f9f-476c-a216-94a32619efa4'] 2018-03-26 18:33:40,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-26 18:33:40,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '92a5edd7-5f9f-476c-a216-94a32619efa4', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-26 18:33:40,970 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-26 18:33:40,976 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:23 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 05:05 | 11 | 100.00% | | nova | 02:44 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:17 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-26 18:33:40,976 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-26 18:33:49,109 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-26 18:33:49,110 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-26 18:33:49,648 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 18:33:49,648 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:06 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-26 18:33:49,652 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-26 18:33:49,652 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-26 18:33:49,753 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 18:33:52,150 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 18:33:51.859 9791 INFO rally.deployment.engine [-] Deployment 07f147e4-2f57-4b41-885e-c81c749d4084 | Starting: Destroy cloud and free allocated resources. 2018-03-26 18:33:51.929 9791 INFO rally.deployment.engine [-] Deployment 07f147e4-2f57-4b41-885e-c81c749d4084 | Completed: Destroy cloud and free allocated resources. 2018-03-26 18:33:51.951 9791 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268). 2018-03-26 18:33:51.956 9791 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 18:33:54,529 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 18:33:54.273 9794 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1c6538d7-a12f-4d74-b874-afc6d6bd7c7b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1c6538d7-a12f-4d74-b874-afc6d6bd7c7b | 2018-03-26T18:33:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1c6538d7-a12f-4d74-b874-afc6d6bd7c7b ~/.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-26 18:33:57,886 - 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-26 18:33:57,886 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 18:34:00,228 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-26 18:33:59.973 9800 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=fdf4edac-3ce0-4dea-a300-38ea1ef51268). 2018-03-26 18:34:00.088 9800 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-26 18:34:03,513 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 18:34:02.241 9803 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 18:34:02.384 9803 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 18:34:03.336 9803 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb) as the default verifier for the future CLI operations. 2018-03-26 18:34:06,421 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-26 18:34:09,003 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-26 18:34:15,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 18:34:20,321 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 18:34:19.319 9822 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb) for deployment 'opnfv-rally' (UUID=1c6538d7-a12f-4d74-b874-afc6d6bd7c7b). 2018-03-26 18:34:20.158 9822 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb) has been successfully configured for deployment 'opnfv-rally' (UUID=1c6538d7-a12f-4d74-b874-afc6d6bd7c7b)! 2018-03-26 18:34:20,321 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-26 18:34:20,322 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-26 18:34:20,324 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-26 18:34:22,475 - 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-26 18:34:24,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:24.507 9834 INFO rally.api [-] Starting verification (UUID=b6233511-d0c1-4e95-8455-06be7d92419f) for deployment 'opnfv-rally' (UUID=1c6538d7-a12f-4d74-b874-afc6d6bd7c7b) by verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb). 2018-03-26 18:34:24,508 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b6233511-d0c1-4e95-8455-06be7d92419f 2018-03-26 18:34:34,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:34.524 9834 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-26 18:34:34,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:34.665 9834 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.226s] 2018-03-26 18:34:34,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:34.666 9834 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.233s] 2018-03-26 18:34:34,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:34.723 9834 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2018-03-26 18:34:34,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:34.781 9834 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.332s] 2018-03-26 18:34:35,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:35.241 9834 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.839s] 2018-03-26 18:34:35,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:35.407 9834 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.166s] 2018-03-26 18:34:38,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:38.448 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.161s] 2018-03-26 18:34:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:39.007 9834 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-03-26 18:34:39,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:39.087 9834 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-03-26 18:34:39,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:39.168 9834 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.081s] 2018-03-26 18:34:40,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:40.360 9834 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.746s] 2018-03-26 18:34:41,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:41.150 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.700s] 2018-03-26 18:34:42,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:42.667 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.516s] 2018-03-26 18:34:43,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:43.713 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.045s] 2018-03-26 18:34:43,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:43.990 9834 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.843s] 2018-03-26 18:34:44,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:44.388 9834 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.155s] 2018-03-26 18:34:44,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:44.550 9834 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.161s] 2018-03-26 18:34:45,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:45.397 9834 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.406s] 2018-03-26 18:34:45,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:45.731 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.017s] 2018-03-26 18:34:45,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:45.783 9834 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.232s] 2018-03-26 18:34:45,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:45.935 9834 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.151s] 2018-03-26 18:34:46,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:46.108 9834 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.173s] 2018-03-26 18:34:48,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:48.906 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.235s] 2018-03-26 18:34:49,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:49.769 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.037s] 2018-03-26 18:34:50,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:50.150 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.243s] 2018-03-26 18:34:50,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:50.271 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.975s] 2018-03-26 18:34:51,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:51.744 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.974s] 2018-03-26 18:34:51,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:51.891 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.149s] 2018-03-26 18:34:52,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:52.056 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.164s] 2018-03-26 18:34:52,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:52.077 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-03-26 18:34:52,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:34:52.096 9834 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-03-26 18:35:04,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:04.469 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-03-26 18:35:04,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:04.521 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2018-03-26 18:35:04,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:04.720 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.199s] 2018-03-26 18:35:05,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:05.520 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.798s] 2018-03-26 18:35:05,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:05.768 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.248s] 2018-03-26 18:35:06,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:06.291 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.522s] 2018-03-26 18:35:06,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:06.330 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-03-26 18:35:06,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:06.396 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.066s] 2018-03-26 18:35:06,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:06.596 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.198s] 2018-03-26 18:35:06,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:06.780 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.184s] 2018-03-26 18:35:06,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:06.958 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.177s] 2018-03-26 18:35:07,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:07.263 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.303s] 2018-03-26 18:35:07,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:07.341 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.078s] 2018-03-26 18:35:07,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:07.393 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.052s] 2018-03-26 18:35:07,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:07.443 9834 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-03-26 18:35:07,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:07.496 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.439s] 2018-03-26 18:35:08,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:08.831 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.334s] 2018-03-26 18:35:10,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:10.443 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.612s] 2018-03-26 18:35:11,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:11.970 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.525s] 2018-03-26 18:35:13,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:13.616 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.645s] 2018-03-26 18:35:15,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:15.418 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.802s] 2018-03-26 18:35:16,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:16.274 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.855s] 2018-03-26 18:35:16,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:16.520 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.245s] 2018-03-26 18:35:17,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:17.218 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.697s] 2018-03-26 18:35:19,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:19.006 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.786s] 2018-03-26 18:35:19,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:19.536 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.531s] 2018-03-26 18:35:20,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:20.345 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.808s] 2018-03-26 18:35:21,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:21.035 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.690s] 2018-03-26 18:35:22,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:22.518 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.480s] 2018-03-26 18:35:23,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:23.218 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.700s] 2018-03-26 18:35:23,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:23.998 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.780s] 2018-03-26 18:35:24,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:24.904 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.905s] 2018-03-26 18:35:25,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:35:25.463 9834 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.559s] 2018-03-26 18:38:06,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:06.504 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.274s] 2018-03-26 18:38:06,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:06.582 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.087s] 2018-03-26 18:38:07,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:07.399 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.816s] 2018-03-26 18:38:08,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:08.477 9834 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [203.693s] 2018-03-26 18:38:35,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:35.721 9834 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [27.240s] 2018-03-26 18:38:50,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:50.039 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.174s] 2018-03-26 18:38:50,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:50.205 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.165s] 2018-03-26 18:38:50,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:50.395 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.189s] 2018-03-26 18:38:50,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:50.570 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.175s] 2018-03-26 18:38:50,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:50.732 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.161s] 2018-03-26 18:38:50,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:50.892 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.159s] 2018-03-26 18:38:51,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:51.103 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.211s] 2018-03-26 18:38:51,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:51.313 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.209s] 2018-03-26 18:38:51,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:51.562 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.249s] 2018-03-26 18:38:51,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:51.752 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.190s] 2018-03-26 18:38:51,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:51.762 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-03-26 18:38:51,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:51.931 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.168s] 2018-03-26 18:38:51,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:51.978 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.047s] 2018-03-26 18:38:52,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.018 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.039s] 2018-03-26 18:38:52,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.061 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.042s] 2018-03-26 18:38:52,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.396 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.335s] 2018-03-26 18:38:52,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.433 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-03-26 18:38:52,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.465 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-03-26 18:38:52,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.474 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-03-26 18:38:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.507 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-03-26 18:38:52,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.541 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-26 18:38:52,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.575 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-03-26 18:38:52,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:38:52.611 9834 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-03-26 18:41:14,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:14.826 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.419s] 2018-03-26 18:41:14,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:14.826 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-26 18:41:37,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:37.966 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.394s] 2018-03-26 18:41:38,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:38.175 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.209s] 2018-03-26 18:41:38,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:38.389 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.213s] 2018-03-26 18:41:38,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:38.759 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.369s] 2018-03-26 18:41:39,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:39.161 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.401s] 2018-03-26 18:41:39,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:39.555 9834 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.394s] 2018-03-26 18:41:48,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:48.967 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.033s] 2018-03-26 18:41:51,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:51.074 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.107s] 2018-03-26 18:41:56,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:56.288 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.209s] 2018-03-26 18:41:57,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:57.321 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.036s] 2018-03-26 18:41:59,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:41:59.404 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.080s] 2018-03-26 18:42:00,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:42:00.405 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.001s] 2018-03-26 18:42:03,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:42:03.219 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.811s] 2018-03-26 18:42:03,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:42:03.261 9834 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2018-03-26 18:42:06,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b6233511-d0c1-4e95-8455-06be7d92419f']'. 2018-03-26 18:42:07,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 18:42:07,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 18:42:07,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 18:42:07,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b6233511-d0c1-4e95-8455-06be7d92419f | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 18:34:24 | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 18:42:06 | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:42 | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2b207c10-84ac-42c9-9be7-522af523b8fb) | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 18:42:07,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1c6538d7-a12f-4d74-b874-afc6d6bd7c7b) | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 450.994 | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 106 | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 18:42:07,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 18:42:07,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.247706422% 2018-03-26 18:42:15,227 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 18:42:15,228 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:09 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-26 18:42:15,232 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-26 18:42:15,232 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-26 18:42:15,331 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 18:42:17,701 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 18:42:17.417 9924 INFO rally.deployment.engine [-] Deployment 1c6538d7-a12f-4d74-b874-afc6d6bd7c7b | Starting: Destroy cloud and free allocated resources. 2018-03-26 18:42:17.498 9924 INFO rally.deployment.engine [-] Deployment 1c6538d7-a12f-4d74-b874-afc6d6bd7c7b | Completed: Destroy cloud and free allocated resources. 2018-03-26 18:42:17.515 9924 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb) for deployment 'opnfv-rally'. 2018-03-26 18:42:17.523 9924 INFO rally.api [-] Deleting verification (UUID=b6233511-d0c1-4e95-8455-06be7d92419f). 2018-03-26 18:42:17.563 9924 INFO rally.api [-] Verification has been successfully deleted! 2018-03-26 18:42:17.564 9924 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb). 2018-03-26 18:42:17.568 9924 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 18:42:20,060 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 18:42:19.811 9927 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8b1730e8-0800-41a2-8d01-dd3bc2d87c10) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8b1730e8-0800-41a2-8d01-dd3bc2d87c10 | 2018-03-26T18:42:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8b1730e8-0800-41a2-8d01-dd3bc2d87c10 ~/.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-26 18:42:23,369 - 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-26 18:42:23,369 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 18:42:25,703 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-26 18:42:25.445 9933 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2b207c10-84ac-42c9-9be7-522af523b8fb). 2018-03-26 18:42:25.565 9933 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-26 18:42:30,105 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 18:42:27.733 9936 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 18:42:27.875 9936 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 18:42:29.912 9936 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2) as the default verifier for the future CLI operations. 2018-03-26 18:42:32,950 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-26 18:42:36,837 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-26 18:42:45,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 18:42:51,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 18:42:49.555 9955 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2) for deployment 'opnfv-rally' (UUID=8b1730e8-0800-41a2-8d01-dd3bc2d87c10). 2018-03-26 18:42:50.867 9955 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2) has been successfully configured for deployment 'opnfv-rally' (UUID=8b1730e8-0800-41a2-8d01-dd3bc2d87c10)! 2018-03-26 18:42:51,086 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-26 18:42:51,086 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-26 18:42:51,088 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-26 18:42:51,098 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-26 18:42:54,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-49126197-6f40-40c8-ab63-04d04bb08df2/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-26 18:42:54,036 - 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-26 18:42:55,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 18:42:55.972 9964 INFO rally.api [-] Starting verification (UUID=04f26821-7b57-4b14-a329-dd5606bf86db) for deployment 'opnfv-rally' (UUID=8b1730e8-0800-41a2-8d01-dd3bc2d87c10) by verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2). 2018-03-26 18:42:55,973 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 04f26821-7b57-4b14-a329-dd5606bf86db 2018-03-26 18:45:37,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '04f26821-7b57-4b14-a329-dd5606bf86db']'. 2018-03-26 18:45:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 18:45:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 18:45:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 18:45:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 04f26821-7b57-4b14-a329-dd5606bf86db | 2018-03-26 18:45:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-26 18:45:38,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 18:42:55 | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 18:45:37 | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:42 | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 49126197-6f40-40c8-ab63-04d04bb08df2) | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8b1730e8-0800-41a2-8d01-dd3bc2d87c10) | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-26 18:45:38,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 151.335 | 2018-03-26 18:45:38,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-26 18:45:38,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-26 18:45:38,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 18:45:38,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 18:45:38,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-26 18:45:38,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 18:45:38,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 18:45:38,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-26 18:45:45,501 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 18:45:45,501 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-26 18:45:45,504 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-26 18:45:45,505 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-26 18:46:05,742 - 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-26 18:46:05,743 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-26 18:46:05,773 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-26 18:46:05,881 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 18:46:05,881 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-26 18:46:05,885 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-26 18:46:06,890 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-26 20:16:31,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 20:16:31,333 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 90:24 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-26 20:16:31,337 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-26 20:16:31,337 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-26 20:16:31,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 20:16:33,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-26 20:16:33.528 10054 INFO rally.deployment.engine [-] Deployment 8b1730e8-0800-41a2-8d01-dd3bc2d87c10 | Starting: Destroy cloud and free allocated resources. 2018-03-26 20:16:33.598 10054 INFO rally.deployment.engine [-] Deployment 8b1730e8-0800-41a2-8d01-dd3bc2d87c10 | Completed: Destroy cloud and free allocated resources. 2018-03-26 20:16:33.647 10054 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2) for deployment 'opnfv-rally'. 2018-03-26 20:16:33.676 10054 INFO rally.api [-] Deleting verification (UUID=04f26821-7b57-4b14-a329-dd5606bf86db). 2018-03-26 20:16:33.712 10054 INFO rally.api [-] Verification has been successfully deleted! 2018-03-26 20:16:33.713 10054 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2). 2018-03-26 20:16:33.724 10054 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-26 20:16:36,354 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 20:16:36.092 10057 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4660f26a-1a1b-4b27-9081-5fdc49b2f183) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4660f26a-1a1b-4b27-9081-5fdc49b2f183 | 2018-03-26T20:16:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4660f26a-1a1b-4b27-9081-5fdc49b2f183 ~/.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-26 20:16:39,753 - 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-26 20:16:39,754 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 20:16:42,029 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-26 20:16:41.741 10063 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=49126197-6f40-40c8-ab63-04d04bb08df2). 2018-03-26 20:16:41.873 10063 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-26 20:16:45,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 20:16:44.095 10066 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 20:16:44.613 10066 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 20:16:45.646 10066 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29957fc4-2c77-4c24-b90b-552684797af3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=29957fc4-2c77-4c24-b90b-552684797af3) as the default verifier for the future CLI operations. 2018-03-26 20:16:58,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-26 20:17:03,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 20:17:02.604 10085 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=29957fc4-2c77-4c24-b90b-552684797af3) for deployment 'opnfv-rally' (UUID=4660f26a-1a1b-4b27-9081-5fdc49b2f183). 2018-03-26 20:17:03.599 10085 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29957fc4-2c77-4c24-b90b-552684797af3) has been successfully configured for deployment 'opnfv-rally' (UUID=4660f26a-1a1b-4b27-9081-5fdc49b2f183)! 2018-03-26 20:17:07,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-29957fc4-2c77-4c24-b90b-552684797af3/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-26 20:17:07,042 - 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-26 20:17:09,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-26 20:17:09.208 10094 INFO rally.api [-] Starting verification (UUID=8e26b4cb-d5c7-4f46-b7a0-3bf762e8869f) for deployment 'opnfv-rally' (UUID=4660f26a-1a1b-4b27-9081-5fdc49b2f183) by verifier 'opnfv-tempest' (UUID=29957fc4-2c77-4c24-b90b-552684797af3). 2018-03-26 20:19:03,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8e26b4cb-d5c7-4f46-b7a0-3bf762e8869f']'. 2018-03-26 20:19:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-26 20:19:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8e26b4cb-d5c7-4f46-b7a0-3bf762e8869f | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-26 20:17:09 | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-26 20:19:03 | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:54 | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-26 20:19:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 29957fc4-2c77-4c24-b90b-552684797af3) | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4660f26a-1a1b-4b27-9081-5fdc49b2f183) | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.591 | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-26 20:19:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-26 20:19:04,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-26 20:19:04,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-03-26 20:19:11,029 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 20:19:11,029 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:22 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-03-26 20:19:11,033 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-03-26 20:19:11,034 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_userdata | functest | smoke | 00:44 | PASS | | tempest_smoke_serial | functest | smoke | 14:33 | PASS | | rally_sanity | functest | smoke | 21:06 | FAIL | | refstack_defcore | functest | smoke | 08:09 | FAIL | | patrole | functest | smoke | 03:12 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 90:24 | FAIL | | neutron_trunk | functest | smoke | 02:22 | FAIL | | vping_ssh | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-26 20:19:11,042 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-26 20:19:14,199 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-59 | | 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-26 20:19:14,201 - 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=hJuHqabcUAfgFVjk68saMpduK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-03-26 20:19:14,201 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 20:19:14,202 - 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-26 20:19:14,203 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-26 20:19:14,203 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-26 20:23:38,307 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-26 20:23:38,432 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 20:23:38,432 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:24 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-26 20:23:38,435 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-03-26 20:39:00,568 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-26 20:39:07,693 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-26 20:39:07.402 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9078c614-6a32-4295-a320-58513dc4ace8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9078c614-6a32-4295-a320-58513dc4ace8 | 2018-03-26T20:39:07 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9078c614-6a32-4295-a320-58513dc4ace8 ~/.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-26 20:39:10,961 - 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-26 20:39:10,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-26 20:39:16,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-26 20:39:14.893 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-26 20:39:15.046 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-26 20:39:16.345 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9f43ea46-9b6f-473e-bb9a-db815cac4a77) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9f43ea46-9b6f-473e-bb9a-db815cac4a77) as the default verifier for the future CLI operations. 2018-03-26 20:39:23,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-26 20:39:21.268 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9f43ea46-9b6f-473e-bb9a-db815cac4a77) for deployment 'opnfv-rally' (UUID=9078c614-6a32-4295-a320-58513dc4ace8). 2018-03-26 20:39:22.964 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9f43ea46-9b6f-473e-bb9a-db815cac4a77) has been successfully configured for deployment 'opnfv-rally' (UUID=9078c614-6a32-4295-a320-58513dc4ace8)! 2018-03-26 20:39:23,185 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-26 20:43:09,023 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-03-26 20:43:13,757 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-26 20:43:13,773 - 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-26 20:43:20,432 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-26 20:43:20,447 - 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-26 20:43:20,920 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-26 20:43:20,934 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-03-26 20:43:25,899 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-26 20:43:25,916 - 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-26 20:43:26,368 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-03-26 20:43:26,383 - 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-26 20:43:26,409 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-03-26 20:43:28,192 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-03-26 20:43:28,330 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-26 20:43:28,330 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 19:49 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-03-26 20:43:28,335 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-03-26 20:43:28,335 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:24 | PASS | | bgpvpn | sdnvpn | features | 19:49 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-26 20:43:28,340 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-26 20:43:34,086 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-59 | | 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-26 20:43:34,089 - 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=hJuHqabcUAfgFVjk68saMpduK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-03-26 20:43:34,089 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 20:43:34,089 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-26 20:43:34,089 - 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-26 20:43:34,090 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-26 20:43:36,540 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-59 | | 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-26 20:43:36,545 - 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=hJuHqabcUAfgFVjk68saMpduK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-03-26 20:43:36,545 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-26 20:43:36,545 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-26 20:43:36,546 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-26 20:43:36,547 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK