2018-03-13 17:56:54,574 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-13 17:56:54,574 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.25:5000/v3 ...OK 2018-03-13 17:56:54,963 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-13 17:56:55,430 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-13 17:56:55,430 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.25:5000 ...OK 2018-03-13 17:56:55,886 - functest.ci.check_deployment - DEBUG - 172.30.9.25:8774 is reachable! 2018-03-13 17:56:55,886 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.25:8774/v2.1 ...OK 2018-03-13 17:56:56,370 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9696 is reachable! 2018-03-13 17:56:56,370 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.25:9696 ...OK 2018-03-13 17:56:56,811 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9292 is reachable! 2018-03-13 17:56:56,811 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.25:9292 ...OK 2018-03-13 17:56:58,096 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-13 17:56:59,617 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-13 17:56:59,634 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-13 17:57:01,702 - functest.ci.check_deployment - INFO - External network found: external 2018-03-13 17:57:04,237 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 17:57:04,240 - 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=7AAyQMcD78shMWZJfHzFRtdbf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 2018-03-13 17:57:04,240 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 17:57:04,240 - 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-13 17:57:04,241 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-13 17:57:04,241 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-13 17:57:07,512 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 17:57:18,396 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.873s OK 2018-03-13 17:57:18,508 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 17:57:18,509 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-13 17:57:18,512 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-13 17:57:20,835 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 18:09:41,416 - 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_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 83 tests in 740.531s OK 2018-03-13 18:09:41,546 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:09:41,547 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-13 18:09:41,550 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-13 18:09:42,438 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 18:10:23,779 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.339s OK 2018-03-13 18:10:23,898 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:10:23,898 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-13 18:10:23,902 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:21 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-13 18:10:23,905 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-13 18:10:45,184 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 18:10:45,188 - 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=7AAyQMcD78shMWZJfHzFRtdbf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 2018-03-13 18:10:45,188 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 18:10:45,190 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore odl snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-03-13 18:10:45,191 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-13 18:10:45,192 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-13 18:10:49,897 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-13 18:10:49,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-13 18:10:49,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-13 18:10:49' 2018-03-13 18:10:49,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:10:53,037 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:10:58,292 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:11:05,531 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:11:06,533 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:11:07,326 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:11:14,436 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:11:18,601 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-033feed8-29c3-4d17-a3d0-39b91365622e' 2018-03-13 18:11:38,627 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-13 18:11:44,149 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-13 18:11:44,293 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-13 18:11:45,300 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-13 18:11:51,401 - functest.opnfv_tests.openstack.vping.vping_base - ERROR - Unexpected error cleaning - Security Group 36bd0bc3-0e04-4a9e-986c-ef19e04623cb cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036848674628 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-6e863401-3466-46a7-ae36-32f50a545b87'] 2018-03-13 18:12:03,462 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:12:03,462 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-13 18:12:03,466 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-13 18:12:03,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-13 18:12:03,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-13 18:12:03' 2018-03-13 18:12:03,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b1d4cc69-0679-437b-9226-71bc444c0a4a' 2018-03-13 18:12:06,822 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b1d4cc69-0679-437b-9226-71bc444c0a4a' 2018-03-13 18:12:09,238 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b1d4cc69-0679-437b-9226-71bc444c0a4a' 2018-03-13 18:12:16,159 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b1d4cc69-0679-437b-9226-71bc444c0a4a' 2018-03-13 18:12:16,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b1d4cc69-0679-437b-9226-71bc444c0a4a' 2018-03-13 18:12:24,065 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b1d4cc69-0679-437b-9226-71bc444c0a4a' 2018-03-13 18:12:30,392 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-13 18:12:37,507 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-13 18:12:40,081 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-13 18:12:58,641 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:12:58,641 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:37 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-13 18:12:58,645 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-13 18:12:58,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-13 18:13:01,045 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-13 18:13:03,400 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-13 18:13:06,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-13 18:13:08,633 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-13 18:13:14,613 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-13 18:13:17,125 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-13 18:13:20,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-13 18:13:20,491 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-13 18:13:23,490 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-13 18:13:23,491 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-13 18:13:23,492 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-13 18:13:23,497 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-13 18:13:23,497 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-42439375-7c83-4a97-a05c-dbe9d891e1d4/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_list.txt;cd -;' 2018-03-13 18:13:26,191 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-13 18:13:26,200 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-13 18:13:26,200 - 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-13 18:13:28,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:13:28.241 61 INFO rally.api [-] Starting verification (UUID=df004afb-abca-4e83-bf7d-079b8df0592b) for deployment 'opnfv-rally' (UUID=e6bf4b73-bff5-40d5-9f3a-014196b0af01) by verifier 'opnfv-tempest' (UUID=42439375-7c83-4a97-a05c-dbe9d891e1d4). 2018-03-13 18:13:28,243 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: df004afb-abca-4e83-bf7d-079b8df0592b 2018-03-13 18:13:34,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:13:34.755 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.245s] 2018-03-13 18:13:34,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:13:34.813 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-03-13 18:13:41,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:13:41.355 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.404s] 2018-03-13 18:13:44,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:13:44.429 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.073s] 2018-03-13 18:13:59,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:13:59.388 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.984s] 2018-03-13 18:14:15,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:14:15.662 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.589s] 2018-03-13 18:14:48,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:14:48.921 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-03-13 18:14:48,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:14:48.923 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-13 18:15:20,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:15:20.981 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-03-13 18:15:20,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:15:20.983 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-13 18:15:49,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:15:49.833 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.077s] 2018-03-13 18:15:49,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:15:49.835 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-13 18:17:30,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:17:30.423 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.563s] 2018-03-13 18:17:52,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:17:52.416 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-03-13 18:17:52,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:17:52.524 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.108s] 2018-03-13 18:18:01,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:01.183 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.666s] 2018-03-13 18:18:01,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:01.193 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-13 18:18:02,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:02.484 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-13 18:18:02,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:02.485 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-13 18:18:06,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:06.410 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.363s] 2018-03-13 18:18:12,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:12.324 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.087s] 2018-03-13 18:18:18,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:18.737 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.648s] 2018-03-13 18:18:26,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:26.074 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.447s] 2018-03-13 18:18:35,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:35.513 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.320s] 2018-03-13 18:18:42,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:42.173 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.427s] 2018-03-13 18:18:48,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:48.275 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.211s] 2018-03-13 18:18:55,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:18:55.634 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.468s] 2018-03-13 18:19:03,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:03.117 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.490s] 2018-03-13 18:19:12,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:12.355 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.830s] 2018-03-13 18:19:14,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:14.843 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-13 18:19:16,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:16.871 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-03-13 18:19:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:16.952 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-03-13 18:19:17,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:17.030 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-03-13 18:19:17,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:17.036 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-13 18:19:21,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:21.284 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.864s] 2018-03-13 18:19:23,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:23.445 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.159s] 2018-03-13 18:19:25,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:25.539 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.094s] 2018-03-13 18:19:31,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:31.662 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-03-13 18:19:39,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:39.132 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.883s] 2018-03-13 18:19:52,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:52.579 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.443s] 2018-03-13 18:19:56,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:19:56.103 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.523s] 2018-03-13 18:20:07,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:07.389 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.225s] 2018-03-13 18:20:11,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:11.271 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.880s] 2018-03-13 18:20:20,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:20.692 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.420s] 2018-03-13 18:20:30,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:30.116 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.144s] 2018-03-13 18:20:33,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:33.686 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.568s] 2018-03-13 18:20:40,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:40.824 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.138s] 2018-03-13 18:20:57,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:57.920 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.759s] 2018-03-13 18:20:58,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:58.362 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.442s] 2018-03-13 18:20:58,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:58.508 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.144s] 2018-03-13 18:20:58,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:58.797 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.289s] 2018-03-13 18:20:58,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:58.898 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.100s] 2018-03-13 18:20:59,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:20:59.103 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.204s] 2018-03-13 18:21:14,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:14.207 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.460s] 2018-03-13 18:21:14,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:14.623 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.415s] 2018-03-13 18:21:14,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:14.879 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.256s] 2018-03-13 18:21:14,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:14.930 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.050s] 2018-03-13 18:21:15,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:15.187 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.257s] 2018-03-13 18:21:15,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:15.390 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.202s] 2018-03-13 18:21:28,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:28.964 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.853s] 2018-03-13 18:21:35,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:35.706 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.741s] 2018-03-13 18:21:37,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:37.565 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.859s] 2018-03-13 18:21:37,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:37.855 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.290s] 2018-03-13 18:21:37,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:37.907 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-03-13 18:21:50,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:50.867 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.241s] 2018-03-13 18:21:57,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:57.879 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.012s] 2018-03-13 18:21:59,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:59.795 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.915s] 2018-03-13 18:21:59,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:21:59.864 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.069s] 2018-03-13 18:22:00,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:22:00.068 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-03-13 18:22:15,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:22:15.364 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.682s] 2018-03-13 18:22:21,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:22:21.122 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.757s] 2018-03-13 18:22:25,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:22:25.728 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.606s] 2018-03-13 18:22:28,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:22:28.607 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.878s] 2018-03-13 18:22:53,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:22:53.713 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.217s] 2018-03-13 18:22:59,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:22:59.305 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.591s] 2018-03-13 18:23:04,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:04.010 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.704s] 2018-03-13 18:23:07,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:07.342 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.332s] 2018-03-13 18:23:24,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:24.165 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.528s] 2018-03-13 18:23:26,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:26.765 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.599s] 2018-03-13 18:23:26,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:26.810 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-03-13 18:23:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:31.239 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.282s] 2018-03-13 18:23:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:34.021 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.780s] 2018-03-13 18:23:34,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:34.213 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.195s] 2018-03-13 18:23:38,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:38.819 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.324s] 2018-03-13 18:23:42,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:42.197 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-13 18:23:43,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:43.958 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-13 18:23:43,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:43.958 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-13 18:23:43,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:43.959 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-13 18:23:43,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:43.960 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-13 18:23:43,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:43.960 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-13 18:23:45,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:23:45.925 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-13 18:24:00,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:24:00.348 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.124s] 2018-03-13 18:24:13,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:24:13.513 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.364s] 2018-03-13 18:24:25,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:24:25.666 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.148s] 2018-03-13 18:24:33,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:24:33.681 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-03-13 18:27:14,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:27:14.443 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [154.387s] 2018-03-13 18:28:04,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:28:04.943 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [40.252s] 2018-03-13 18:28:48,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:28:48.976 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.186s] 2018-03-13 18:29:07,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'df004afb-abca-4e83-bf7d-079b8df0592b']'. 2018-03-13 18:29:08,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-13 18:29:08,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-13 18:29:08,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | df004afb-abca-4e83-bf7d-079b8df0592b | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-13 18:13:28 | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-13 18:29:07 | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:39 | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-13 18:29:08,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 42439375-7c83-4a97-a05c-dbe9d891e1d4) | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e6bf4b73-bff5-40d5-9f3a-014196b0af01) | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 916.406 | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-13 18:29:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 18:29:08,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-13 18:29:08,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-03-13 18:29:13,524 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:29:13,524 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:59 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-13 18:29:13,528 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-13 18:29:13,529 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-13 18:29:13,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-13 18:29:15,897 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-13 18:29:18,273 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-13 18:29:21,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-13 18:29:22,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628'... 2018-03-13 18:29:26,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-b7c1270a-0a19-4c13-bc94-9b4ed0e32628'... 2018-03-13 18:29:28,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-b7c1270a-0a19-4c13-bc94-9b4ed0e32628'... 2018-03-13 18:29:35,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628'... 2018-03-13 18:29:36,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628'... 2018-03-13 18:29:37,302 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-13 18:29:37,303 - 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-13 18:29:37,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:29:37,347 - 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-13 18:29:37,363 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:30:37,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 943d5c50-c33c-4d29-96c4-a11f84d33be1 2018-03-13 18:30:37,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-13 18:30:37,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '943d5c50-c33c-4d29-96c4-a11f84d33be1'] 2018-03-13 18:30:38,514 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 943d5c50-c33c-4d29-96c4-a11f84d33be1: 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 943d5c50-c33c-4d29-96c4-a11f84d33be1 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.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | total | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | -> duration | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.473602 Full duration: 7.200496 -------------------------------------------------------------------------------- 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 943d5c50-c33c-4d29-96c4-a11f84d33be1 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.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 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.784664 Full duration: 7.629679 -------------------------------------------------------------------------------- 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 943d5c50-c33c-4d29-96c4-a11f84d33be1 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.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958238 Full duration: 7.991463 -------------------------------------------------------------------------------- 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 943d5c50-c33c-4d29-96c4-a11f84d33be1 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.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790828 Full duration: 7.388077 -------------------------------------------------------------------------------- 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 943d5c50-c33c-4d29-96c4-a11f84d33be1 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | total | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> duration | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.069225 Full duration: 8.041823 -------------------------------------------------------------------------------- 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 943d5c50-c33c-4d29-96c4-a11f84d33be1 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.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779713 Full duration: 7.994934 HINTS: * To plot HTML graphics with this data, run: rally task report 943d5c50-c33c-4d29-96c4-a11f84d33be1 --out output.html * To generate a JUnit report, run: rally task export 943d5c50-c33c-4d29-96c4-a11f84d33be1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 943d5c50-c33c-4d29-96c4-a11f84d33be1 --json --out output.json 2018-03-13 18:30:38,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '943d5c50-c33c-4d29-96c4-a11f84d33be1'] 2018-03-13 18:30:39,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:30:39,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '943d5c50-c33c-4d29-96c4-a11f84d33be1', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-13 18:30:39,453 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-13 18:30:39,454 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-13 18:30:39,454 - 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-13 18:30:39,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:30:39,497 - 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-13 18:30:39,502 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:32:13,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb 2018-03-13 18:32:13,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb'] 2018-03-13 18:32:14,237 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb: 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 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb 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.516 | 4.516 | 4.516 | 4.516 | 4.516 | 4.516 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> glance_v2.upload_data | 1.619 | 1.619 | 1.619 | 1.619 | 1.619 | 1.619 | 100.0% | 1 | | glance_v2.delete_image | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | total | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 100.0% | 1 | | -> duration | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.588874 Full duration: 14.032984 -------------------------------------------------------------------------------- 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 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.892 | 3.892 | 3.892 | 3.892 | 3.892 | 3.892 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> glance_v2.upload_data | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 3.93 | 3.93 | 3.93 | 3.93 | 3.93 | 3.93 | 100.0% | 1 | | -> duration | 3.93 | 3.93 | 3.93 | 3.93 | 3.93 | 3.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.929805 Full duration: 15.234164 -------------------------------------------------------------------------------- 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 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb 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.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> duration | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.339782 Full duration: 7.914299 -------------------------------------------------------------------------------- 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-b7c1270a-0a19-4c13-bc94-9b4ed0e32628" }, "number_instances": 2, "nics": [ { "net-id": "e7331294-9643-43a6-91f6-be47c805548f" } ] }, "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 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb 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.13 | 5.13 | 5.13 | 5.13 | 5.13 | 5.13 | 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 | 2.197 | 2.197 | 2.197 | 2.197 | 2.197 | 2.197 | 100.0% | 1 | | nova.boot_servers | 10.629 | 10.629 | 10.629 | 10.629 | 10.629 | 10.629 | 100.0% | 1 | | total | 15.759 | 15.759 | 15.759 | 15.759 | 15.759 | 15.759 | 100.0% | 1 | | -> duration | 14.759 | 14.759 | 14.759 | 14.759 | 14.759 | 14.759 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.75924 Full duration: 41.380237 HINTS: * To plot HTML graphics with this data, run: rally task report 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb --out output.html * To generate a JUnit report, run: rally task export 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb --json --out output.json 2018-03-13 18:32:14,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb'] 2018-03-13 18:32:15,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:32:15,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '47cb09ea-f63b-4c3b-a61e-02e9bcc5cdbb', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-13 18:32:15,231 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-13 18:32:15,231 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-13 18:32:15,231 - 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-13 18:32:15,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:32:15,274 - 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-13 18:32:15,285 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-13 18:32:15,285 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-13 18:32:15,285 - 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-13 18:32:15,285 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:32:15,316 - 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-13 18:32:15,321 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:35:36,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 380a7431-6a0b-4b14-bde4-dcadd947b674 2018-03-13 18:35:36,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '380a7431-6a0b-4b14-bde4-dcadd947b674'] 2018-03-13 18:35:37,894 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 380a7431-6a0b-4b14-bde4-dcadd947b674: 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.253 | 3.253 | 3.253 | 3.253 | 3.253 | 3.253 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.624 | 2.624 | 2.624 | 2.624 | 2.624 | 2.624 | 100.0% | 1 | | total | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 100.0% | 1 | | -> duration | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 5.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.876668 Full duration: 24.102119 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.362 | 3.362 | 3.362 | 3.362 | 3.362 | 3.362 | 100.0% | 1 | | cinder_v2.delete_volume | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 100.0% | 1 | | total | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 100.0% | 1 | | -> duration | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.501006 Full duration: 16.899485 -------------------------------------------------------------------------------- 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-b7c1270a-0a19-4c13-bc94-9b4ed0e32628" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 380a7431-6a0b-4b14-bde4-dcadd947b674 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 | 9.049 | 9.049 | 9.049 | 9.049 | 9.049 | 9.049 | 100.0% | 1 | | cinder_v2.delete_volume | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 100.0% | 1 | | total | 11.545 | 11.545 | 11.545 | 11.545 | 11.545 | 11.545 | 100.0% | 1 | | -> duration | 11.545 | 11.545 | 11.545 | 11.545 | 11.545 | 11.545 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.544542 Full duration: 23.133095 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.318 | 3.318 | 3.318 | 3.318 | 3.318 | 3.318 | 100.0% | 1 | | cinder_v2.delete_volume | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 100.0% | 1 | | total | 5.796 | 5.796 | 5.796 | 5.796 | 5.796 | 5.796 | 100.0% | 1 | | -> duration | 5.796 | 5.796 | 5.796 | 5.796 | 5.796 | 5.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.795773 Full duration: 15.948317 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.173 | 3.173 | 3.173 | 3.173 | 3.173 | 3.173 | 100.0% | 1 | | cinder_v2.extend_volume | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 100.0% | 1 | | cinder_v2.delete_volume | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 100.0% | 1 | | total | 8.148 | 8.148 | 8.148 | 8.148 | 8.148 | 8.148 | 100.0% | 1 | | -> duration | 8.148 | 8.148 | 8.148 | 8.148 | 8.148 | 8.148 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.147942 Full duration: 18.355479 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.229 | 3.229 | 3.229 | 3.229 | 3.229 | 3.229 | 100.0% | 1 | | cinder_v2.delete_volume | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | total | 5.693 | 5.693 | 5.693 | 5.693 | 5.693 | 5.693 | 100.0% | 1 | | -> duration | 5.693 | 5.693 | 5.693 | 5.693 | 5.693 | 5.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.692793 Full duration: 23.07227 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.list_qos | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.763745 Full duration: 12.304705 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803866 Full duration: 12.77051 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> duration | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885082 Full duration: 12.577125 -------------------------------------------------------------------------------- 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 380a7431-6a0b-4b14-bde4-dcadd947b674 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> duration | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.841499 Full duration: 12.348887 HINTS: * To plot HTML graphics with this data, run: rally task report 380a7431-6a0b-4b14-bde4-dcadd947b674 --out output.html * To generate a JUnit report, run: rally task export 380a7431-6a0b-4b14-bde4-dcadd947b674 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 380a7431-6a0b-4b14-bde4-dcadd947b674 --json --out output.json 2018-03-13 18:35:37,894 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '380a7431-6a0b-4b14-bde4-dcadd947b674'] 2018-03-13 18:35:38,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:35:38,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '380a7431-6a0b-4b14-bde4-dcadd947b674', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-13 18:35:38,971 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-13 18:35:38,971 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-13 18:35:38,972 - 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-13 18:35:38,972 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:35:39,010 - 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-13 18:35:39,017 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:36:56,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7f662799-9f8a-425d-9ba8-ac49fac97f85 2018-03-13 18:36:56,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7f662799-9f8a-425d-9ba8-ac49fac97f85'] 2018-03-13 18:36:57,355 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7f662799-9f8a-425d-9ba8-ac49fac97f85: 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 7f662799-9f8a-425d-9ba8-ac49fac97f85 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.465 | 4.465 | 4.465 | 4.465 | 4.465 | 4.465 | 100.0% | 1 | | heat.update_stack | 2.572 | 2.572 | 2.572 | 2.572 | 2.572 | 2.572 | 100.0% | 1 | | heat.delete_stack | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 100.0% | 1 | | total | 9.85 | 9.85 | 9.85 | 9.85 | 9.85 | 9.85 | 100.0% | 1 | | -> duration | 5.85 | 5.85 | 5.85 | 5.85 | 5.85 | 5.85 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.849777 Full duration: 18.096544 -------------------------------------------------------------------------------- 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 7f662799-9f8a-425d-9ba8-ac49fac97f85 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.478 | 4.478 | 4.478 | 4.478 | 4.478 | 4.478 | 100.0% | 1 | | heat.check_stack | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | heat.delete_stack | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 100.0% | 1 | | total | 6.848 | 6.848 | 6.848 | 6.848 | 6.848 | 6.848 | 100.0% | 1 | | -> duration | 4.848 | 4.848 | 4.848 | 4.848 | 4.848 | 4.848 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.847719 Full duration: 15.420867 -------------------------------------------------------------------------------- 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 7f662799-9f8a-425d-9ba8-ac49fac97f85 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.748 | 4.748 | 4.748 | 4.748 | 4.748 | 4.748 | 100.0% | 1 | | heat.suspend_stack | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | heat.resume_stack | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | heat.delete_stack | 1.62 | 1.62 | 1.62 | 1.62 | 1.62 | 1.62 | 100.0% | 1 | | total | 8.287 | 8.287 | 8.287 | 8.287 | 8.287 | 8.287 | 100.0% | 1 | | -> duration | 6.287 | 6.287 | 6.287 | 6.287 | 6.287 | 6.287 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.287395 Full duration: 18.065584 -------------------------------------------------------------------------------- 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 7f662799-9f8a-425d-9ba8-ac49fac97f85 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> duration | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580323 Full duration: 8.425462 HINTS: * To plot HTML graphics with this data, run: rally task report 7f662799-9f8a-425d-9ba8-ac49fac97f85 --out output.html * To generate a JUnit report, run: rally task export 7f662799-9f8a-425d-9ba8-ac49fac97f85 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7f662799-9f8a-425d-9ba8-ac49fac97f85 --json --out output.json 2018-03-13 18:36:57,356 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7f662799-9f8a-425d-9ba8-ac49fac97f85'] 2018-03-13 18:36:58,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:36:58,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7f662799-9f8a-425d-9ba8-ac49fac97f85', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-13 18:36:58,129 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-13 18:36:58,130 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-13 18:36:58,130 - 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-13 18:36:58,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:36:58,153 - 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-13 18:36:58,161 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:40:14,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 599ede4c-c139-47cb-b1de-5468f6fef6e9 2018-03-13 18:40:14,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '599ede4c-c139-47cb-b1de-5468f6fef6e9'] 2018-03-13 18:40:15,428 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 599ede4c-c139-47cb-b1de-5468f6fef6e9: 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 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.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766835 Full duration: 14.526316 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728815 Full duration: 14.970718 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | keystone_v3.list_projects | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> duration | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.896828 Full duration: 14.832571 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610308 Full duration: 12.152411 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.delete_service | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608511 Full duration: 12.55422 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.create_user | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.create_role | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_project | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 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.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 100.0% | 1 | | -> duration | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.763112 Full duration: 19.725935 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938109 Full duration: 12.885272 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767257 Full duration: 14.580894 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 599ede4c-c139-47cb-b1de-5468f6fef6e9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.672391 Full duration: 14.600061 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.875994 Full duration: 14.717853 -------------------------------------------------------------------------------- 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 599ede4c-c139-47cb-b1de-5468f6fef6e9 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | keystone_v3.create_users | 4.889 | 4.889 | 4.889 | 4.889 | 4.889 | 4.889 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.888 | 4.888 | 4.888 | 4.888 | 4.888 | 4.888 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 100.0% | 1 | | total | 6.722 | 6.722 | 6.722 | 6.722 | 6.722 | 6.722 | 100.0% | 1 | | -> duration | 6.722 | 6.722 | 6.722 | 6.722 | 6.722 | 6.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.722429 Full duration: 23.47609 HINTS: * To plot HTML graphics with this data, run: rally task report 599ede4c-c139-47cb-b1de-5468f6fef6e9 --out output.html * To generate a JUnit report, run: rally task export 599ede4c-c139-47cb-b1de-5468f6fef6e9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 599ede4c-c139-47cb-b1de-5468f6fef6e9 --json --out output.json 2018-03-13 18:40:15,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '599ede4c-c139-47cb-b1de-5468f6fef6e9'] 2018-03-13 18:40:16,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:40:16,369 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '599ede4c-c139-47cb-b1de-5468f6fef6e9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-13 18:40:16,377 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-13 18:40:16,377 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-13 18:40:16,377 - 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-13 18:40:16,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:40:16,419 - 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-13 18:40:16,437 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:45:35,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 385d1606-4e37-43bc-a062-14e94ee38a17 2018-03-13 18:45:35,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '385d1606-4e37-43bc-a062-14e94ee38a17'] 2018-03-13 18:45:36,697 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 385d1606-4e37-43bc-a062-14e94ee38a17: 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.delete_network | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | total | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> duration | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 1.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.908462 Full duration: 15.167287 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.466 | 1.466 | 1.466 | 1.466 | 1.466 | 1.466 | 100.0% | 1 | | neutron.delete_port | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | total | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 100.0% | 1 | | -> duration | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.113588 Full duration: 30.718526 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | neutron.create_subnet | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | neutron.create_router | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | neutron.add_interface_router | 1.849 | 1.849 | 1.849 | 1.849 | 1.849 | 1.849 | 100.0% | 1 | | neutron.remove_interface_router | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | neutron.delete_router | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | total | 5.341 | 5.341 | 5.341 | 5.341 | 5.341 | 5.341 | 100.0% | 1 | | -> duration | 5.341 | 5.341 | 5.341 | 5.341 | 5.341 | 5.341 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.340683 Full duration: 38.418479 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | neutron.delete_subnet | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | total | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 100.0% | 1 | | -> duration | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.027332 Full duration: 29.281901 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | neutron.list_networks | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | -> duration | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.317699 Full duration: 17.089162 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.447 | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 100.0% | 1 | | neutron.list_ports | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | total | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 100.0% | 1 | | -> duration | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.697472 Full duration: 30.286812 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.076 | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 100.0% | 1 | | neutron.create_subnet | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | neutron.create_router | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | neutron.add_interface_router | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | neutron.list_routers | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 100.0% | 1 | | -> duration | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.96973 Full duration: 38.897378 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_subnet | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | neutron.list_subnets | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | total | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 100.0% | 1 | | -> duration | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 1.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.93687 Full duration: 33.213981 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | neutron.delete_security_group | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 100.0% | 1 | | -> duration | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.246761 Full duration: 14.62742 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | neutron.create_security_group_rule | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 100.0% | 1 | | neutron.delete_security_group | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 2.101 | 2.101 | 2.101 | 2.101 | 2.101 | 2.101 | 100.0% | 1 | | -> duration | 2.101 | 2.101 | 2.101 | 2.101 | 2.101 | 2.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.101245 Full duration: 15.140621 -------------------------------------------------------------------------------- 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 385d1606-4e37-43bc-a062-14e94ee38a17 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.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | neutron.create_router | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | neutron.add_gateway_router | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | neutron.remove_gateway_router | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 100.0% | 1 | | total | 3.895 | 3.895 | 3.895 | 3.895 | 3.895 | 3.895 | 100.0% | 1 | | -> duration | 3.895 | 3.895 | 3.895 | 3.895 | 3.895 | 3.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.89505 Full duration: 24.303708 HINTS: * To plot HTML graphics with this data, run: rally task report 385d1606-4e37-43bc-a062-14e94ee38a17 --out output.html * To generate a JUnit report, run: rally task export 385d1606-4e37-43bc-a062-14e94ee38a17 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 385d1606-4e37-43bc-a062-14e94ee38a17 --json --out output.json 2018-03-13 18:45:36,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '385d1606-4e37-43bc-a062-14e94ee38a17'] 2018-03-13 18:45:37,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:45:37,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '385d1606-4e37-43bc-a062-14e94ee38a17', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-13 18:45:37,710 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-13 18:45:37,710 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-13 18:45:37,711 - 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-13 18:45:37,711 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:45:37,751 - 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-13 18:45:37,766 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:48:43,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6af32a93-d11c-4606-99ae-041a0215cde6 2018-03-13 18:48:43,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6af32a93-d11c-4606-99ae-041a0215cde6'] 2018-03-13 18:48:44,720 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6af32a93-d11c-4606-99ae-041a0215cde6: 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-b7c1270a-0a19-4c13-bc94-9b4ed0e32628" }, "image": { "name": "Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628" }, "block_migration": false, "nics": [ { "net-id": "e7331294-9643-43a6-91f6-be47c805548f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6af32a93-d11c-4606-99ae-041a0215cde6 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.567 | 9.567 | 9.567 | 9.567 | 9.567 | 9.567 | 100.0% | 1 | | nova.find_host_to_migrate | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 100.0% | 1 | | nova.live_migrate | 136.191 | 136.191 | 136.191 | 136.191 | 136.191 | 136.191 | 0.0% | 1 | | total | 147.151 | 147.151 | 147.151 | 147.151 | 147.151 | 147.151 | 0.0% | 1 | | -> duration | 146.151 | 146.151 | 146.151 | 146.151 | 146.151 | 146.151 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.150742 Full duration: 162.242637 HINTS: * To plot HTML graphics with this data, run: rally task report 6af32a93-d11c-4606-99ae-041a0215cde6 --out output.html * To generate a JUnit report, run: rally task export 6af32a93-d11c-4606-99ae-041a0215cde6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6af32a93-d11c-4606-99ae-041a0215cde6 --json --out output.json 2018-03-13 18:48:44,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6af32a93-d11c-4606-99ae-041a0215cde6'] 2018-03-13 18:48:45,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:48:45,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6af32a93-d11c-4606-99ae-041a0215cde6', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-13 18:48:45,597 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-13 18:48:45,597 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-13 18:48:45,598 - 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-13 18:48:45,598 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 18:48:45,639 - 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-13 18:48:45,650 - 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': 'e7331294-9643-43a6-91f6-be47c805548f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'flavor_name': 'rally-tiny-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b7c1270a-0a19-4c13-bc94-9b4ed0e32628', '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-13 18:49:38,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 2018-03-13 18:49:38,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5'] 2018-03-13 18:49:39,931 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5: 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 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 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.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | quotas.delete_quotas | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 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.897751 Full duration: 8.87646 -------------------------------------------------------------------------------- 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 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705493 Full duration: 8.459505 -------------------------------------------------------------------------------- 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 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 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.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> duration | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690841 Full duration: 8.477235 -------------------------------------------------------------------------------- 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 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 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.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | total | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | -> duration | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.983591 Full duration: 8.886721 HINTS: * To plot HTML graphics with this data, run: rally task report 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 --out output.html * To generate a JUnit report, run: rally task export 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5 --json --out output.json 2018-03-13 18:49:39,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5'] 2018-03-13 18:49:40,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 18:49:40,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2f6cd47e-9bd3-4ab3-84cc-f1b9b3a099c5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-13 18:49:40,859 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-13 18:49:40,861 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:47 | 11 | 100.00% | | nova | 02:42 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:49 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-13 18:49:40,861 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-13 18:49:48,655 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:49:48,655 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:35 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-13 18:49:48,660 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-13 18:49:48,660 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-13 18:49:48,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-13 18:49:50,982 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-13 18:49:53,251 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-13 18:49:56,438 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-13 18:49:58,545 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-13 18:50:04,441 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-13 18:50:06,999 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-13 18:50:10,672 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-13 18:50:10,673 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-13 18:50:13,641 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-13 18:50:13,642 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-13 18:50:13,644 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-13 18:50:15,290 - 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-13 18:50:17,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:17.291 9959 INFO rally.api [-] Starting verification (UUID=e9a487ac-7b8b-424c-8b21-eb204c25bb6f) for deployment 'opnfv-rally' (UUID=ae7246eb-c651-4d51-89e1-9da7d18f887c) by verifier 'opnfv-tempest' (UUID=fc98c980-6449-42b1-b076-e7b57d73ec57). 2018-03-13 18:50:17,292 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e9a487ac-7b8b-424c-8b21-eb204c25bb6f 2018-03-13 18:50:25,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:25.532 9959 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-13 18:50:25,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:25.703 9959 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.203s] 2018-03-13 18:50:25,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:25.749 9959 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-03-13 18:50:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:26.275 9959 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.800s] 2018-03-13 18:50:26,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:26.441 9959 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-13 18:50:29,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:29.465 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.186s] 2018-03-13 18:50:32,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:32.283 9959 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.500s] 2018-03-13 18:50:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:32.596 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.129s] 2018-03-13 18:50:33,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:33.827 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.231s] 2018-03-13 18:50:35,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:35.035 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.206s] 2018-03-13 18:50:35,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:35.649 9959 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.766s] 2018-03-13 18:50:36,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:36.801 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.765s] 2018-03-13 18:50:37,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:37.300 9959 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.651s] 2018-03-13 18:50:37,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:37.508 9959 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2018-03-13 18:50:39,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:39.293 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.085s] 2018-03-13 18:50:39,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:39.910 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.108s] 2018-03-13 18:50:40,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:40.459 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.167s] 2018-03-13 18:50:41,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:41.673 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.762s] 2018-03-13 18:50:41,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:41.848 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.175s] 2018-03-13 18:50:41,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:41.872 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2018-03-13 18:50:42,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:42.355 9959 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.846s] 2018-03-13 18:50:42,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:42.897 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [1.023s] 2018-03-13 18:50:42,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:42.915 9959 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-03-13 18:50:48,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:48.565 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.692s] 2018-03-13 18:50:48,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:48.566 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... skip [0.000s]: Need distinct images to run this test 2018-03-13 18:50:49,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:49.337 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.772s] 2018-03-13 18:50:49,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:49.776 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.438s] 2018-03-13 18:50:50,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:50.264 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.488s] 2018-03-13 18:50:50,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:50.338 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2018-03-13 18:50:50,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:50.418 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.078s] 2018-03-13 18:50:50,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:50.419 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... skip [0.000s]: Need distinct images to run this test 2018-03-13 18:50:50,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:50.499 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.080s] 2018-03-13 18:50:50,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:50.583 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.084s] 2018-03-13 18:50:50,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:50.747 9959 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.163s] 2018-03-13 18:50:52,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.299 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.072s] 2018-03-13 18:50:52,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.311 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-03-13 18:50:52,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.447 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.135s] 2018-03-13 18:50:52,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.459 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-03-13 18:50:52,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.472 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-03-13 18:50:52,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.502 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-03-13 18:50:52,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.567 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2018-03-13 18:50:52,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:52.633 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.065s] 2018-03-13 18:50:53,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:53.106 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.472s] 2018-03-13 18:50:53,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:53.124 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2018-03-13 18:50:53,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:53.196 9959 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-03-13 18:50:56,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:56.486 9959 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.890s] 2018-03-13 18:50:59,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:50:59.543 9959 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [21.590s] 2018-03-13 18:51:01,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:01.025 9959 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.486s] 2018-03-13 18:51:02,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:02.469 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.187s] 2018-03-13 18:51:02,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:02.779 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.310s] 2018-03-13 18:51:02,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:02.854 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.075s] 2018-03-13 18:51:03,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:03.023 9959 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.166s] 2018-03-13 18:51:03,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:03.569 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.713s] 2018-03-13 18:51:03,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:03.968 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.398s] 2018-03-13 18:51:04,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:04.267 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.298s] 2018-03-13 18:51:04,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:04.482 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.216s] 2018-03-13 18:51:04,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:04.834 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.351s] 2018-03-13 18:51:05,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:05.051 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.216s] 2018-03-13 18:51:05,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:05.123 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.072s] 2018-03-13 18:51:05,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:05.182 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.059s] 2018-03-13 18:51:05,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:05.429 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.246s] 2018-03-13 18:51:05,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:05.530 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.101s] 2018-03-13 18:51:05,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:05.777 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.246s] 2018-03-13 18:51:05,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:05.827 9959 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-03-13 18:51:06,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:06.297 9959 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.659s] 2018-03-13 18:51:07,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:07.102 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.475s] 2018-03-13 18:51:11,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:11.158 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.055s] 2018-03-13 18:51:12,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:12.052 9959 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.753s] 2018-03-13 18:51:13,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:13.922 9959 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.870s] 2018-03-13 18:51:14,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:14.128 9959 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.205s] 2018-03-13 18:51:14,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:14.181 9959 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.052s] 2018-03-13 18:51:14,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:14.393 9959 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.211s] 2018-03-13 18:51:14,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:14.597 9959 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.203s] 2018-03-13 18:51:15,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:15.318 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.160s] 2018-03-13 18:51:21,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:21.602 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.283s] 2018-03-13 18:51:25,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:25.481 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.877s] 2018-03-13 18:51:28,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:28.200 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.719s] 2018-03-13 18:51:29,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:29.604 9959 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.643s] 2018-03-13 18:51:29,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:29.677 9959 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-03-13 18:51:30,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:30.431 9959 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.753s] 2018-03-13 18:51:30,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:30.531 9959 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-03-13 18:51:30,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:30.533 9959 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-13 18:51:31,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:31.861 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.661s] 2018-03-13 18:51:38,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:38.331 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.468s] 2018-03-13 18:51:42,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:42.257 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.925s] 2018-03-13 18:51:42,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:42.515 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.258s] 2018-03-13 18:51:42,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:42.661 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.145s] 2018-03-13 18:51:43,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:43.026 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.365s] 2018-03-13 18:51:43,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:43.226 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.199s] 2018-03-13 18:51:43,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:43.332 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.105s] 2018-03-13 18:51:43,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:43.441 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.109s] 2018-03-13 18:51:43,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:43.498 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2018-03-13 18:51:43,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:43.550 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.051s] 2018-03-13 18:51:44,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:44.375 9959 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.169s] 2018-03-13 18:51:49,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:51:49.424 9959 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.873s] 2018-03-13 18:52:02,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:52:02.365 9959 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.257s] 2018-03-13 18:52:08,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 18:52:08.905 9959 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.540s] 2018-03-13 18:52:14,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e9a487ac-7b8b-424c-8b21-eb204c25bb6f']'. 2018-03-13 18:52:15,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-13 18:52:15,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-13 18:52:15,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e9a487ac-7b8b-424c-8b21-eb204c25bb6f | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-13 18:50:17 | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-13 18:52:14 | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:57 | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fc98c980-6449-42b1-b076-e7b57d73ec57) | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-13 18:52:15,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ae7246eb-c651-4d51-89e1-9da7d18f887c) | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 97 | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 105.438 | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 95 | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 2 | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 18:52:15,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-13 18:52:15,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-13 18:52:21,261 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:52:21,261 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:17 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-13 18:52:21,265 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-13 18:52:42,417 - 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-13 18:52:42,418 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-13 18:52:42,458 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-13 18:52:42,564 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 18:52:42,564 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-13 18:52:42,568 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-13 18:52:43,527 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 19:59:40,392 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 19:59:40,393 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 66:57 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-13 19:59:40,397 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-13 19:59:40,398 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:55 | PASS | | vping_userdata | functest | smoke | 00:37 | PASS | | tempest_smoke_serial | functest | smoke | 15:59 | FAIL | | rally_sanity | functest | smoke | 20:35 | FAIL | | refstack_defcore | functest | smoke | 02:17 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 66:57 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-13 19:59:40,404 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-13 19:59:43,574 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 19:59:43,577 - 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=7AAyQMcD78shMWZJfHzFRtdbf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 2018-03-13 19:59:43,577 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 19:59:43,578 - 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 | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-03-13 19:59:43,579 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-13 19:59:43,579 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-13 20:03:09,260 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-13 20:03:09,375 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 20:03:09,375 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:26 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-13 20:03:09,378 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:26 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-13 20:03:09,382 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-13 20:03:12,493 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 20:03:12,498 - 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=7AAyQMcD78shMWZJfHzFRtdbf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 2018-03-13 20:03:12,498 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 20:03:12,498 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-13 20:03:12,499 - 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-13 20:03:12,501 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-13 20:03:14,989 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-12 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 20:03:14,992 - 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=7AAyQMcD78shMWZJfHzFRtdbf export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 2018-03-13 20:03:14,992 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 20:03:14,992 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-13 20:03:14,993 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-13 20:03:14,993 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-13 20:03:15,011 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-03-13 20:03:15,011 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-13 20:03:15,115 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 20:03:15,116 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 00:00 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-03-13 20:03:15,119 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-03-13 20:03:15,119 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-13 20:03:15,121 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR