2018-03-11 11:06:30,454 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-11 11:06:30,454 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-03-11 11:06:30,837 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-11 11:06:31,282 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-11 11:06:31,282 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-03-11 11:06:31,671 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-03-11 11:06:31,671 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-03-11 11:06:32,146 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-03-11 11:06:32,146 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-03-11 11:06:32,522 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-03-11 11:06:32,522 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-03-11 11:06:33,790 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-11 11:06:35,307 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-11 11:06:35,329 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-11 11:06:36,840 - functest.ci.check_deployment - INFO - External network found: external 2018-03-11 11:06:39,363 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-4 | | 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-11 11:06:39,368 - 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=nTcngq8nsezHYwpAMDgMY66hb export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 11:06:39,368 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 11:06:39,369 - 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-11 11:06:39,371 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-11 11:06:39,371 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-11 11:06:42,371 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 11:06:51,777 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.404s OK 2018-03-11 11:06:51,907 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 11:06:51,908 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-11 11:06:51,911 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-11 11:06:53,575 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 11:19:27,668 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_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 754.084s OK 2018-03-11 11:19:27,799 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 11:19:27,799 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 11:19:27,803 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-11 11:19:28,942 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 11:21:05,075 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 96.132s OK 2018-03-11 11:21:05,212 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 11:21:05,212 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:36 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-11 11:21:05,216 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:34 | PASS | | snaps_health_check | functest | healthcheck | 01:36 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-11 11:21:05,219 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 11:21:07,708 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-4 | | 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-11 11:21:07,710 - 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=nTcngq8nsezHYwpAMDgMY66hb export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 11:21:07,710 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 11:21:07,710 - 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-11 11:21:07,711 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-11 11:21:07,712 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-11 11:21:12,413 - 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-11 11:21:12,413 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-11 11:21:12,413 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-11 11:21:12' 2018-03-11 11:21:12,413 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:21:16,649 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:21:20,364 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:21:28,339 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:21:29,011 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:21:29,683 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:21:37,518 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:21:42,853 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-677c176e-92db-4a89-b2d6-c815ec310ce2' 2018-03-11 11:22:05,349 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-11 11:22:11,659 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-11 11:22:11,796 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-11 11:22:12,802 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-11 11:22:18,678 - functest.opnfv_tests.openstack.vping.vping_base - ERROR - Unexpected error cleaning - Security Group 1d46c6a7-c34a-4330-af2a-6a9725e1bd43 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036849855580 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-d7b876a5-5c4a-4c7e-9801-a8c8e435daea'] 2018-03-11 11:22:31,270 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 11:22:31,270 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:00 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 11:22:31,274 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-11 11:22:31,354 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-11 11:22:31,354 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-11 11:22:31' 2018-03-11 11:22:31,354 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e1f22679-0d81-42cc-974e-1b01889e5501' 2018-03-11 11:22:34,561 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e1f22679-0d81-42cc-974e-1b01889e5501' 2018-03-11 11:22:37,566 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e1f22679-0d81-42cc-974e-1b01889e5501' 2018-03-11 11:22:45,378 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e1f22679-0d81-42cc-974e-1b01889e5501' 2018-03-11 11:22:46,098 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e1f22679-0d81-42cc-974e-1b01889e5501' 2018-03-11 11:22:54,391 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e1f22679-0d81-42cc-974e-1b01889e5501' 2018-03-11 11:23:02,743 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-11 11:23:10,164 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-11 11:23:12,955 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-03-11 11:23:40,041 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-03-11 11:24:03,875 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-11 11:24:20,446 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 11:24:20,446 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-11 11:24:20,450 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-11 11:24:20,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 11:24:22,703 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 11:24:24,998 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 11:24:28,121 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 11:24:30,065 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 11:24:35,803 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 11:24:38,809 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 11:24:43,013 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 11:24:43,013 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 11:24:46,371 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 11:24:46,371 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 11:24:46,374 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 11:24:46,377 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-11 11:24:46,377 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-842aa07e-7a7e-4c1a-a05a-6e4d54c0e6b6/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-03-11 11:24:48,455 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-11 11:24:48,457 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-11 11:24:48,457 - 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-11 11:24:50,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:24:50.491 61 INFO rally.api [-] Starting verification (UUID=6d239e6e-9241-4d14-8afb-e796dcda09d5) for deployment 'opnfv-rally' (UUID=97d8ae0a-bae5-4c4f-9360-3ea15a279b8a) by verifier 'opnfv-tempest' (UUID=842aa07e-7a7e-4c1a-a05a-6e4d54c0e6b6). 2018-03-11 11:24:50,493 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6d239e6e-9241-4d14-8afb-e796dcda09d5 2018-03-11 11:24:57,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:24:57.025 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.182s] 2018-03-11 11:24:57,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:24:57.074 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.049s] 2018-03-11 11:25:03,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:25:03.877 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.617s] 2018-03-11 11:25:06,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:25:06.817 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.938s] 2018-03-11 11:25:21,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:25:21.058 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.928s] 2018-03-11 11:25:37,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:25:37.900 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.948s] 2018-03-11 11:26:13,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:26:13.047 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.085s] 2018-03-11 11:26:13,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:26:13.049 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-11 11:26:44,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:26:44.961 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-03-11 11:26:44,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:26:44.963 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-03-11 11:27:15,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:27:15.947 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-03-11 11:27:15,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:27:15.949 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-03-11 11:29:59,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:29:59.744 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [129.605s] 2018-03-11 11:30:22,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:22.780 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-03-11 11:30:22,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:22.878 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-03-11 11:30:30,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:30.691 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.672s] 2018-03-11 11:30:30,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:30.701 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-11 11:30:32,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:32.248 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-11 11:30:32,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:32.248 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-11 11:30:36,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:36.497 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.399s] 2018-03-11 11:30:43,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:43.303 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.086s] 2018-03-11 11:30:49,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:49.654 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.664s] 2018-03-11 11:30:57,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:30:57.491 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.465s] 2018-03-11 11:31:07,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:07.041 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.056s] 2018-03-11 11:31:13,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:13.339 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.375s] 2018-03-11 11:31:19,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:19.494 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.188s] 2018-03-11 11:31:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:27.176 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.473s] 2018-03-11 11:31:34,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:34.659 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.505s] 2018-03-11 11:31:42,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:42.766 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.730s] 2018-03-11 11:31:45,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:45.533 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-11 11:31:47,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:47.578 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.085s] 2018-03-11 11:31:47,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:47.655 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-03-11 11:31:47,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:47.732 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-03-11 11:31:47,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:47.739 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-11 11:31:52,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:52.008 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.781s] 2018-03-11 11:31:53,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:53.898 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.889s] 2018-03-11 11:31:56,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:31:56.192 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.294s] 2018-03-11 11:32:03,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:32:03.225 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-11 11:32:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:32:10.363 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.518s] 2018-03-11 11:32:24,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:32:24.503 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.658s] 2018-03-11 11:32:28,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:32:28.157 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.653s] 2018-03-11 11:32:38,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:32:38.996 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.082s] 2018-03-11 11:32:42,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:32:42.850 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.853s] 2018-03-11 11:32:51,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:32:51.870 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.020s] 2018-03-11 11:33:01,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:01.401 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.184s] 2018-03-11 11:33:05,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:05.202 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.799s] 2018-03-11 11:33:11,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:11.061 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.859s] 2018-03-11 11:33:27,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:27.964 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.729s] 2018-03-11 11:33:28,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:28.416 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.452s] 2018-03-11 11:33:28,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:28.675 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.258s] 2018-03-11 11:33:29,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:29.017 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.341s] 2018-03-11 11:33:29,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:29.279 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.262s] 2018-03-11 11:33:29,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:29.494 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.214s] 2018-03-11 11:33:44,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:44.722 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.541s] 2018-03-11 11:33:45,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:45.003 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.281s] 2018-03-11 11:33:45,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:45.270 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.266s] 2018-03-11 11:33:45,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:45.497 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.226s] 2018-03-11 11:33:45,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:45.735 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.237s] 2018-03-11 11:33:45,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:45.944 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.209s] 2018-03-11 11:33:59,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:33:59.447 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.177s] 2018-03-11 11:34:05,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:05.803 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.355s] 2018-03-11 11:34:07,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:07.581 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.777s] 2018-03-11 11:34:07,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:07.793 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.212s] 2018-03-11 11:34:08,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:08.005 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.211s] 2018-03-11 11:34:21,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:21.124 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.680s] 2018-03-11 11:34:28,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:28.072 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.947s] 2018-03-11 11:34:30,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:30.021 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.948s] 2018-03-11 11:34:30,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:30.218 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-03-11 11:34:30,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:30.444 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.226s] 2018-03-11 11:34:46,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:46.433 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.842s] 2018-03-11 11:34:52,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:52.331 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.898s] 2018-03-11 11:34:56,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:56.548 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.215s] 2018-03-11 11:34:59,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:34:59.653 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.105s] 2018-03-11 11:35:24,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:35:24.858 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.622s] 2018-03-11 11:35:30,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:35:30.817 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.958s] 2018-03-11 11:35:35,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:35:35.672 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.855s] 2018-03-11 11:35:40,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:35:40.100 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.427s] 2018-03-11 11:35:57,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:35:57.907 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.648s] 2018-03-11 11:36:00,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:00.499 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.590s] 2018-03-11 11:36:00,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:00.699 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.203s] 2018-03-11 11:36:05,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:05.558 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.692s] 2018-03-11 11:36:07,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:07.793 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.233s] 2018-03-11 11:36:07,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:07.840 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-03-11 11:36:12,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:12.361 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.297s] 2018-03-11 11:36:15,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:15.946 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-11 11:36:17,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:17.455 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-11 11:36:17,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:17.456 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-11 11:36:17,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:17.457 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-11 11:36:17,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:17.457 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-11 11:36:17,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:17.458 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-11 11:36:19,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:19.504 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-11 11:36:34,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:34.608 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.099s] 2018-03-11 11:36:48,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:36:48.204 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.214s] 2018-03-11 11:37:02,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:37:02.001 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.795s] 2018-03-11 11:37:11,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:37:11.219 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.182s] 2018-03-11 11:39:13,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:39:13.737 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [116.021s] 2018-03-11 11:40:50,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:40:50.775 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.334s] 2018-03-11 11:41:50,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 11:41:50.751 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [38.920s] 2018-03-11 11:42:07,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6d239e6e-9241-4d14-8afb-e796dcda09d5']'. 2018-03-11 11:42:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-11 11:42:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-11 11:42:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 11:42:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6d239e6e-9241-4d14-8afb-e796dcda09d5 | 2018-03-11 11:42:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-11 11:42:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-11 11:24:50 | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-11 11:42:06 | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:16 | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 842aa07e-7a7e-4c1a-a05a-6e4d54c0e6b6) | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 97d8ae0a-bae5-4c4f-9360-3ea15a279b8a) | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-11 11:42:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1015.957 | 2018-03-11 11:42:07,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-11 11:42:07,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-11 11:42:07,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-11 11:42:07,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-11 11:42:07,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-11 11:42:07,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 11:42:07,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-11 11:42:08,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-11 11:42:12,693 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 11:42:12,693 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:37 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-11 11:42:12,697 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-11 11:42:12,783 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 11:42:14,942 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 11:42:17,116 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 11:42:20,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-11 11:42:21,930 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f'... 2018-03-11 11:42:24,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-9a1a5e65-747f-42ec-a788-0ee5269cac0f'... 2018-03-11 11:42:27,369 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-9a1a5e65-747f-42ec-a788-0ee5269cac0f'... 2018-03-11 11:42:33,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f'... 2018-03-11 11:42:34,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f'... 2018-03-11 11:42:34,679 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-11 11:42:34,680 - 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-11 11:42:34,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:42:34,726 - 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-11 11:42:34,731 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 11:43:34,404 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 367656e4-8356-439b-a9ea-5fa5f7c4018e 2018-03-11 11:43:34,404 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-11 11:43:34,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '367656e4-8356-439b-a9ea-5fa5f7c4018e'] 2018-03-11 11:43:35,304 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 367656e4-8356-439b-a9ea-5fa5f7c4018e: 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 367656e4-8356-439b-a9ea-5fa5f7c4018e 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.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | total | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | -> duration | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.489202 Full duration: 7.185049 -------------------------------------------------------------------------------- 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 367656e4-8356-439b-a9ea-5fa5f7c4018e 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.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> duration | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865072 Full duration: 7.669023 -------------------------------------------------------------------------------- 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 367656e4-8356-439b-a9ea-5fa5f7c4018e 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.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | total | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | -> duration | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.985812 Full duration: 7.773324 -------------------------------------------------------------------------------- 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 367656e4-8356-439b-a9ea-5fa5f7c4018e 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.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786651 Full duration: 7.600352 -------------------------------------------------------------------------------- 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 367656e4-8356-439b-a9ea-5fa5f7c4018e 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923205 Full duration: 7.971473 -------------------------------------------------------------------------------- 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 367656e4-8356-439b-a9ea-5fa5f7c4018e 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.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.671037 Full duration: 7.680542 HINTS: * To plot HTML graphics with this data, run: rally task report 367656e4-8356-439b-a9ea-5fa5f7c4018e --out output.html * To generate a JUnit report, run: rally task export 367656e4-8356-439b-a9ea-5fa5f7c4018e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 367656e4-8356-439b-a9ea-5fa5f7c4018e --json --out output.json 2018-03-11 11:43:35,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '367656e4-8356-439b-a9ea-5fa5f7c4018e'] 2018-03-11 11:43:36,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 11:43:36,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '367656e4-8356-439b-a9ea-5fa5f7c4018e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-11 11:43:36,219 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-11 11:43:36,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-11 11:43:36,220 - 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-11 11:43:36,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:43:36,259 - 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-11 11:43:36,261 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 11:45:12,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 2018-03-11 11:45:12,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6'] 2018-03-11 11:45:13,192 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6: 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 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 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.288 | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | -> glance_v2.upload_data | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 100.0% | 1 | | glance_v2.delete_image | 1.175 | 1.175 | 1.175 | 1.175 | 1.175 | 1.175 | 100.0% | 1 | | total | 5.463 | 5.463 | 5.463 | 5.463 | 5.463 | 5.463 | 100.0% | 1 | | -> duration | 5.463 | 5.463 | 5.463 | 5.463 | 5.463 | 5.463 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.463126 Full duration: 13.82839 -------------------------------------------------------------------------------- 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 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 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.862 | 3.862 | 3.862 | 3.862 | 3.862 | 3.862 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | -> glance_v2.upload_data | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | glance_v2.list_images | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 4.055 | 4.055 | 4.055 | 4.055 | 4.055 | 4.055 | 100.0% | 1 | | -> duration | 4.055 | 4.055 | 4.055 | 4.055 | 4.055 | 4.055 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.054718 Full duration: 16.415301 -------------------------------------------------------------------------------- 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 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 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.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | total | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | -> duration | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.35303 Full duration: 7.934379 -------------------------------------------------------------------------------- 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-9a1a5e65-747f-42ec-a788-0ee5269cac0f" }, "number_instances": 2, "nics": [ { "net-id": "f0f98572-2e28-4fcf-8f1d-00190a151677" } ] }, "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 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 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.246 | 4.246 | 4.246 | 4.246 | 4.246 | 4.246 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | -> glance_v2.upload_data | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | nova.boot_servers | 13.951 | 13.951 | 13.951 | 13.951 | 13.951 | 13.951 | 100.0% | 1 | | total | 18.198 | 18.198 | 18.198 | 18.198 | 18.198 | 18.198 | 100.0% | 1 | | -> duration | 17.198 | 17.198 | 17.198 | 17.198 | 17.198 | 17.198 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.197938 Full duration: 41.445274 HINTS: * To plot HTML graphics with this data, run: rally task report 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 --out output.html * To generate a JUnit report, run: rally task export 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6 --json --out output.json 2018-03-11 11:45:13,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6'] 2018-03-11 11:45:14,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 11:45:14,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '29cd7b06-dfcb-4f69-938e-f0dfdb16a5c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-11 11:45:14,107 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-11 11:45:14,107 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-11 11:45:14,107 - 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-11 11:45:14,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:45:14,125 - 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-11 11:45:14,125 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-11 11:45:14,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-11 11:45:14,125 - 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-11 11:45:14,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:45:14,142 - 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-11 11:45:14,144 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 11:48:35,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 942bed57-0740-4597-ab5b-2cb92cee1aeb 2018-03-11 11:48:35,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '942bed57-0740-4597-ab5b-2cb92cee1aeb'] 2018-03-11 11:48:36,311 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 942bed57-0740-4597-ab5b-2cb92cee1aeb: 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.284 | 3.284 | 3.284 | 3.284 | 3.284 | 3.284 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.119 | 3.119 | 3.119 | 3.119 | 3.119 | 3.119 | 100.0% | 1 | | total | 6.404 | 6.404 | 6.404 | 6.404 | 6.404 | 6.404 | 100.0% | 1 | | -> duration | 6.404 | 6.404 | 6.404 | 6.404 | 6.404 | 6.404 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.404017 Full duration: 24.618318 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.353 | 3.353 | 3.353 | 3.353 | 3.353 | 3.353 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 5.997 | 5.997 | 5.997 | 5.997 | 5.997 | 5.997 | 100.0% | 1 | | -> duration | 5.997 | 5.997 | 5.997 | 5.997 | 5.997 | 5.997 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.996778 Full duration: 15.877101 -------------------------------------------------------------------------------- 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-9a1a5e65-747f-42ec-a788-0ee5269cac0f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.119 | 9.119 | 9.119 | 9.119 | 9.119 | 9.119 | 100.0% | 1 | | cinder_v2.delete_volume | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | total | 11.757 | 11.757 | 11.757 | 11.757 | 11.757 | 11.757 | 100.0% | 1 | | -> duration | 11.757 | 11.757 | 11.757 | 11.757 | 11.757 | 11.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.75698 Full duration: 22.480923 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.176 | 3.176 | 3.176 | 3.176 | 3.176 | 3.176 | 100.0% | 1 | | cinder_v2.delete_volume | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 100.0% | 1 | | total | 5.648 | 5.648 | 5.648 | 5.648 | 5.648 | 5.648 | 100.0% | 1 | | -> duration | 5.648 | 5.648 | 5.648 | 5.648 | 5.648 | 5.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.647523 Full duration: 15.918008 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.232 | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 100.0% | 1 | | cinder_v2.extend_volume | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 100.0% | 1 | | cinder_v2.delete_volume | 2.447 | 2.447 | 2.447 | 2.447 | 2.447 | 2.447 | 100.0% | 1 | | total | 8.357 | 8.357 | 8.357 | 8.357 | 8.357 | 8.357 | 100.0% | 1 | | -> duration | 8.357 | 8.357 | 8.357 | 8.357 | 8.357 | 8.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.356621 Full duration: 18.785429 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.296 | 3.296 | 3.296 | 3.296 | 3.296 | 3.296 | 100.0% | 1 | | cinder_v2.delete_volume | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 100.0% | 1 | | total | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 100.0% | 1 | | -> duration | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.923202 Full duration: 22.76812 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.list_qos | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771263 Full duration: 13.061651 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79286 Full duration: 12.44875 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | cinder_v2.list_types | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796431 Full duration: 12.768855 -------------------------------------------------------------------------------- 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 942bed57-0740-4597-ab5b-2cb92cee1aeb 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.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> duration | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.8192 Full duration: 12.353234 HINTS: * To plot HTML graphics with this data, run: rally task report 942bed57-0740-4597-ab5b-2cb92cee1aeb --out output.html * To generate a JUnit report, run: rally task export 942bed57-0740-4597-ab5b-2cb92cee1aeb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 942bed57-0740-4597-ab5b-2cb92cee1aeb --json --out output.json 2018-03-11 11:48:36,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '942bed57-0740-4597-ab5b-2cb92cee1aeb'] 2018-03-11 11:48:37,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 11:48:37,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '942bed57-0740-4597-ab5b-2cb92cee1aeb', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-11 11:48:37,271 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-11 11:48:37,271 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-11 11:48:37,271 - 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-11 11:48:37,271 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:48:37,312 - 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-11 11:48:37,315 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 11:49:58,285 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 11afd762-6612-46a4-8c51-060ebfd60137 2018-03-11 11:49:58,285 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '11afd762-6612-46a4-8c51-060ebfd60137'] 2018-03-11 11:49:59,250 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 11afd762-6612-46a4-8c51-060ebfd60137: 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 11afd762-6612-46a4-8c51-060ebfd60137 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.63 | 4.63 | 4.63 | 4.63 | 4.63 | 4.63 | 100.0% | 1 | | heat.update_stack | 2.554 | 2.554 | 2.554 | 2.554 | 2.554 | 2.554 | 100.0% | 1 | | heat.delete_stack | 3.308 | 3.308 | 3.308 | 3.308 | 3.308 | 3.308 | 100.0% | 1 | | total | 10.492 | 10.492 | 10.492 | 10.492 | 10.492 | 10.492 | 100.0% | 1 | | -> duration | 6.492 | 6.492 | 6.492 | 6.492 | 6.492 | 6.492 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.492209 Full duration: 18.893306 -------------------------------------------------------------------------------- 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 11afd762-6612-46a4-8c51-060ebfd60137 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.49 | 4.49 | 4.49 | 4.49 | 4.49 | 4.49 | 100.0% | 1 | | heat.check_stack | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | heat.delete_stack | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 100.0% | 1 | | total | 7.081 | 7.081 | 7.081 | 7.081 | 7.081 | 7.081 | 100.0% | 1 | | -> duration | 5.081 | 5.081 | 5.081 | 5.081 | 5.081 | 5.081 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.080573 Full duration: 17.212634 -------------------------------------------------------------------------------- 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 11afd762-6612-46a4-8c51-060ebfd60137 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.776 | 4.776 | 4.776 | 4.776 | 4.776 | 4.776 | 100.0% | 1 | | heat.suspend_stack | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | heat.resume_stack | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | heat.delete_stack | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 100.0% | 1 | | total | 9.046 | 9.046 | 9.046 | 9.046 | 9.046 | 9.046 | 100.0% | 1 | | -> duration | 7.046 | 7.046 | 7.046 | 7.046 | 7.046 | 7.046 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.046484 Full duration: 17.791295 -------------------------------------------------------------------------------- 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 11afd762-6612-46a4-8c51-060ebfd60137 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.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> duration | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.579106 Full duration: 8.307932 HINTS: * To plot HTML graphics with this data, run: rally task report 11afd762-6612-46a4-8c51-060ebfd60137 --out output.html * To generate a JUnit report, run: rally task export 11afd762-6612-46a4-8c51-060ebfd60137 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 11afd762-6612-46a4-8c51-060ebfd60137 --json --out output.json 2018-03-11 11:49:59,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '11afd762-6612-46a4-8c51-060ebfd60137'] 2018-03-11 11:50:00,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 11:50:00,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '11afd762-6612-46a4-8c51-060ebfd60137', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-11 11:50:00,224 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-11 11:50:00,225 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-11 11:50:00,225 - 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-11 11:50:00,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:50:00,253 - 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-11 11:50:00,255 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 11:53:14,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 10a6f0e5-4e18-474b-9c17-c74b9f087483 2018-03-11 11:53:14,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '10a6f0e5-4e18-474b-9c17-c74b9f087483'] 2018-03-11 11:53:15,329 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 10a6f0e5-4e18-474b-9c17-c74b9f087483: 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.add_role | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | keystone_v3.revoke_role | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> duration | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796623 Full duration: 15.155006 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 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.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734259 Full duration: 13.966636 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762734 Full duration: 14.385253 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.61634 Full duration: 12.340788 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.delete_service | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613315 Full duration: 12.323672 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_user | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.create_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_project | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_user | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | keystone_v3.get_role | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.785 | 1.785 | 1.785 | 1.785 | 1.785 | 1.785 | 100.0% | 1 | | -> duration | 1.785 | 1.785 | 1.785 | 1.785 | 1.785 | 1.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.784835 Full duration: 19.803067 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 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.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | -> duration | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.907837 Full duration: 12.712555 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781578 Full duration: 14.694468 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 10a6f0e5-4e18-474b-9c17-c74b9f087483 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.663757 Full duration: 14.694137 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.list_users | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.880724 Full duration: 14.908978 -------------------------------------------------------------------------------- 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 10a6f0e5-4e18-474b-9c17-c74b9f087483 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.create_users | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 4.973 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | total | 6.619 | 6.619 | 6.619 | 6.619 | 6.619 | 6.619 | 100.0% | 1 | | -> duration | 6.619 | 6.619 | 6.619 | 6.619 | 6.619 | 6.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.619155 Full duration: 23.149825 HINTS: * To plot HTML graphics with this data, run: rally task report 10a6f0e5-4e18-474b-9c17-c74b9f087483 --out output.html * To generate a JUnit report, run: rally task export 10a6f0e5-4e18-474b-9c17-c74b9f087483 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 10a6f0e5-4e18-474b-9c17-c74b9f087483 --json --out output.json 2018-03-11 11:53:15,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '10a6f0e5-4e18-474b-9c17-c74b9f087483'] 2018-03-11 11:53:16,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 11:53:16,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '10a6f0e5-4e18-474b-9c17-c74b9f087483', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-11 11:53:16,329 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-11 11:53:16,329 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-11 11:53:16,329 - 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-11 11:53:16,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:53:16,370 - 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-11 11:53:16,377 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 11:58:39,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 2018-03-11 11:58:39,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '023c8c67-3bf0-4f73-ad37-e69b2b9001e6'] 2018-03-11 11:58:40,892 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 023c8c67-3bf0-4f73-ad37-e69b2b9001e6: 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.18 | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 100.0% | 1 | | neutron.delete_network | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | total | 2.057 | 2.057 | 2.057 | 2.057 | 2.057 | 2.057 | 100.0% | 1 | | -> duration | 2.057 | 2.057 | 2.057 | 2.057 | 2.057 | 2.057 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.056917 Full duration: 15.281611 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.419 | 1.419 | 1.419 | 1.419 | 1.419 | 1.419 | 100.0% | 1 | | neutron.delete_port | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | total | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 100.0% | 1 | | -> duration | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.055826 Full duration: 31.57926 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | neutron.create_subnet | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | neutron.create_router | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | neutron.add_interface_router | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 100.0% | 1 | | neutron.remove_interface_router | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | neutron.delete_router | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 100.0% | 1 | | -> duration | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.639479 Full duration: 38.761109 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.187 | 1.187 | 1.187 | 1.187 | 1.187 | 1.187 | 100.0% | 1 | | neutron.delete_subnet | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | total | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> duration | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.950155 Full duration: 30.743278 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.list_networks | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | -> duration | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.313739 Full duration: 16.730997 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.392 | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 100.0% | 1 | | neutron.list_ports | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 100.0% | 1 | | -> duration | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.640483 Full duration: 31.04029 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | neutron.create_subnet | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.create_router | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | neutron.add_interface_router | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 100.0% | 1 | | neutron.list_routers | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | total | 3.72 | 3.72 | 3.72 | 3.72 | 3.72 | 3.72 | 100.0% | 1 | | -> duration | 3.72 | 3.72 | 3.72 | 3.72 | 3.72 | 3.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.720337 Full duration: 40.65355 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | neutron.create_subnet | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | neutron.list_subnets | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 100.0% | 1 | | -> duration | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.01496 Full duration: 35.452084 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 100.0% | 1 | | -> duration | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.239985 Full duration: 14.492012 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | neutron.create_security_group_rule | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | neutron.delete_security_group | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> duration | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.827492 Full duration: 15.240534 -------------------------------------------------------------------------------- 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 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 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.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | neutron.create_router | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | neutron.add_gateway_router | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | neutron.remove_gateway_router | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | total | 3.521 | 3.521 | 3.521 | 3.521 | 3.521 | 3.521 | 100.0% | 1 | | -> duration | 3.521 | 3.521 | 3.521 | 3.521 | 3.521 | 3.521 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.521022 Full duration: 24.0483 HINTS: * To plot HTML graphics with this data, run: rally task report 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 --out output.html * To generate a JUnit report, run: rally task export 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 023c8c67-3bf0-4f73-ad37-e69b2b9001e6 --json --out output.json 2018-03-11 11:58:40,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '023c8c67-3bf0-4f73-ad37-e69b2b9001e6'] 2018-03-11 11:58:41,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 11:58:41,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '023c8c67-3bf0-4f73-ad37-e69b2b9001e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-11 11:58:41,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-11 11:58:41,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-11 11:58:41,938 - 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-11 11:58:41,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 11:58:41,980 - 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-11 11:58:41,984 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 12:01:47,748 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f5557a79-0f45-44e9-b2aa-91b4433a225a 2018-03-11 12:01:47,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f5557a79-0f45-44e9-b2aa-91b4433a225a'] 2018-03-11 12:01:48,582 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f5557a79-0f45-44e9-b2aa-91b4433a225a: 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-9a1a5e65-747f-42ec-a788-0ee5269cac0f" }, "image": { "name": "Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f" }, "block_migration": false, "nics": [ { "net-id": "f0f98572-2e28-4fcf-8f1d-00190a151677" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f5557a79-0f45-44e9-b2aa-91b4433a225a 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.434 | 9.434 | 9.434 | 9.434 | 9.434 | 9.434 | 100.0% | 1 | | nova.find_host_to_migrate | 1.641 | 1.641 | 1.641 | 1.641 | 1.641 | 1.641 | 100.0% | 1 | | nova.live_migrate | 135.384 | 135.384 | 135.384 | 135.384 | 135.384 | 135.384 | 0.0% | 1 | | total | 146.459 | 146.459 | 146.459 | 146.459 | 146.459 | 146.459 | 0.0% | 1 | | -> duration | 145.459 | 145.459 | 145.459 | 145.459 | 145.459 | 145.459 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 145.459134 Full duration: 161.421063 HINTS: * To plot HTML graphics with this data, run: rally task report f5557a79-0f45-44e9-b2aa-91b4433a225a --out output.html * To generate a JUnit report, run: rally task export f5557a79-0f45-44e9-b2aa-91b4433a225a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f5557a79-0f45-44e9-b2aa-91b4433a225a --json --out output.json 2018-03-11 12:01:48,582 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f5557a79-0f45-44e9-b2aa-91b4433a225a'] 2018-03-11 12:01:49,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 12:01:49,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f5557a79-0f45-44e9-b2aa-91b4433a225a', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-11 12:01:49,509 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-11 12:01:49,509 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-11 12:01:49,510 - 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-11 12:01:49,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 12:01:49,529 - 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-11 12:01:49,530 - 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': 'f0f98572-2e28-4fcf-8f1d-00190a151677', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'flavor_name': 'rally-tiny-9a1a5e65-747f-42ec-a788-0ee5269cac0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9a1a5e65-747f-42ec-a788-0ee5269cac0f', '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-11 12:02:50,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2df7177b-c2db-4f57-995a-1c6ef2778ef2 2018-03-11 12:02:50,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2df7177b-c2db-4f57-995a-1c6ef2778ef2'] 2018-03-11 12:02:51,740 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2df7177b-c2db-4f57-995a-1c6ef2778ef2: 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 2df7177b-c2db-4f57-995a-1c6ef2778ef2 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | quotas.delete_quotas | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.858296 Full duration: 8.792087 -------------------------------------------------------------------------------- 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 2df7177b-c2db-4f57-995a-1c6ef2778ef2 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 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.728847 Full duration: 8.641755 -------------------------------------------------------------------------------- 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 2df7177b-c2db-4f57-995a-1c6ef2778ef2 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.408 | 0.408 | 0.408 | 0.408 | 0.408 | 0.408 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805497 Full duration: 8.621688 -------------------------------------------------------------------------------- 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 2df7177b-c2db-4f57-995a-1c6ef2778ef2 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.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | total | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> duration | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.970999 Full duration: 8.776892 HINTS: * To plot HTML graphics with this data, run: rally task report 2df7177b-c2db-4f57-995a-1c6ef2778ef2 --out output.html * To generate a JUnit report, run: rally task export 2df7177b-c2db-4f57-995a-1c6ef2778ef2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2df7177b-c2db-4f57-995a-1c6ef2778ef2 --json --out output.json 2018-03-11 12:02:51,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2df7177b-c2db-4f57-995a-1c6ef2778ef2'] 2018-03-11 12:02:52,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 12:02:52,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2df7177b-c2db-4f57-995a-1c6ef2778ef2', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-11 12:02:52,599 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-11 12:02:52,603 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:54 | 11 | 100.00% | | nova | 02:41 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:57 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-11 12:02:52,603 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-11 12:03:01,639 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 12:03:01,639 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:49 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-11 12:03:01,642 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-11 12:03:01,642 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-11 12:03:01,699 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project and user for Tempest suite 2018-03-11 12:03:03,570 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 12:03:07,746 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 12:03:11,093 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-03-11 12:03:14,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-03-11 12:03:15,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-03-11 12:03:15,982 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 12:03:18,322 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 12:03:20,652 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 12:03:23,899 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 12:03:26,291 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 12:03:32,981 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 12:03:32,981 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 12:03:36,437 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 12:03:36,438 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 12:03:36,440 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 12:03:36,444 - functest.opnfv_tests.openstack.refstack_client.refstack_client - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-03-11 12:03:36,446 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-03-11 12:03:36,449 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Starting Refstack_defcore test case: '['refstack-client', 'test', '-c', u'/home/opnfv/functest/results/refstack/refstack_tempest.conf', '-v', '--test-list', u'/home/opnfv/functest/data/refstack/defcore.txt']'. 2018-03-11 12:29:01,980 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.225993s] ... ok 2018-03-11 12:29:01,980 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.240512s] ... ok 2018-03-11 12:29:01,980 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [17.613125s] ... ok 2018-03-11 12:29:01,980 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name [0.988782s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user [0.265612s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name [63.241229s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.078172s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.903726s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.135847s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001335s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name [187.240560s] ... FAILED 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.092830s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [1.083860s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [187.843710s] ... FAILED 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.001206s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [12.493091s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.062306s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [4.678311s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor [0.394476s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image [0.815291s] ... ok 2018-03-11 12:29:01,981 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name [0.364033s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status [1.176529s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results [0.756155s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status [0.072593s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor [0.075556s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image [0.083077s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit [0.066765s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name [0.066000s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard [0.139165s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date [0.059766s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date [0.012226s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count [0.128990s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value [0.011017s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string [0.013146s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor [0.030373s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image [0.063438s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name [0.068217s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted [0.446294s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing [0.016417s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server [0.066535s] ... ok 2018-03-11 12:29:01,982 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server [19.342931s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard [132.459600s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server [27.129165s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server [20.400374s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item [0.413758s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item [0.251019s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata [0.201555s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata [0.379833s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item [0.389804s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata [0.394882s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password [3.886822s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair [9.562757s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name [13.277977s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address [8.191263s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name [58.925099s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name [1.408216s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit [1.297626s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 [1.463106s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor [1.849527s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image [1.298670s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid [1.616253s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit [0.709084s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id [0.691535s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server [0.908808s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address [1.472305s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server [0.527159s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server [0.535295s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server [0.680911s] ... ok 2018-03-11 12:29:01,983 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank [1.337499s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server [0.389350s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server [0.687757s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 [0.385665s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name [0.551520s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas [0.321036s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas [0.366971s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.011685s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [103.940247s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [24.473471s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.079841s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.075447s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.068939s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.317668s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [1.332260s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [2.747958s] ... ok 2018-03-11 12:29:01,984 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema [0.148421s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema [0.160422s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format [0.183378s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format [0.169439s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit [0.187207s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size [0.221206s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size [0.051432s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status [0.199307s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility [0.041836s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params [0.591869s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id [0.150563s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image [0.169460s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image [1.330881s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id [0.165645s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image [0.014571s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image [1.403179s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag [0.666730s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image [0.163206s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes [3.564423s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools [3.394761s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled [3.709375s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw [3.579098s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools [3.770613s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers [3.433414s] ... ok 2018-03-11 12:29:01,985 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway [4.390013s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [6.534552s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet [5.232468s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.175602s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields [0.105872s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.055507s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields [0.066058s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.108012s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields [0.238871s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.063195s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields [0.062579s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp [6.290507s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port [3.323277s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [5.207867s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [1.958287s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.058930s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields [0.081253s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.202652s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields [0.045653s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group [1.536243s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args [1.545030s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code [4.043248s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value [0.904242s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id [2.089792s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix [1.041104s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule [1.601865s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.046605s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails [0.168351s] ... ok 2018-03-11 12:29:01,986 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails [1.487728s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype [0.782053s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol [1.021419s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix [1.102000s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports [1.474836s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid [0.826645s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group [0.083773s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group [0.024972s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group [0.018714s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule [0.018137s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [1.287314s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.176030s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.549501s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [2.834558s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.632305s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [1.846477s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [1.256327s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.820454s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.513346s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.825381s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [28.113079s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [7.840856s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [9.927841s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [12.062642s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.186693s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.038482s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.049587s] ... ok 2018-03-11 12:29:01,987 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.571642s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.099241s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.223640s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.189651s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.185453s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.053241s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.048340s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.042960s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.076446s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.081181s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.052308s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.052423s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.012867s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.177934s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.193670s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.168848s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.145929s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.164711s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.195173s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.170293s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.156129s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.192900s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.007641s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.042010s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.048815s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.175821s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.188767s] ... ok 2018-03-11 12:29:01,988 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.319073s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.179469s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.033581s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.007298s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.032737s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.180441s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.031435s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.031225s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [5.801067s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [5.856479s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.209149s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.376430s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.187842s] ... ok 2018-03-11 12:29:01,989 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.180285s] ... ok 2018-03-11 12:29:01,991 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 204 tests in 1521.0000 sec. 2018-03-11 12:29:01,991 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 202 2018-03-11 12:29:02,011 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-03-11 12:29:02,014 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 2 2018-03-11 12:29:02,020 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 99.0196078431% 2018-03-11 12:29:02,192 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 12:29:02,192 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 26:00 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-11 12:29:02,202 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-11 12:29:02,202 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-11 12:29:23,148 - 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-11 12:29:23,149 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-11 12:29:23,195 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-11 12:29:23,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 12:29:23,309 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 12:29:23,313 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-11 12:29:24,254 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 13:14:55,960 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 13:14:55,961 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 45:32 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-11 13:14:55,965 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-11 13:14:55,965 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:00 | PASS | | vping_userdata | functest | smoke | 01:33 | PASS | | tempest_smoke_serial | functest | smoke | 17:37 | PASS | | rally_sanity | functest | smoke | 20:49 | FAIL | | refstack_defcore | functest | smoke | 26:00 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 45:32 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-11 13:14:55,971 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-11 13:15:03,474 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-4 | | 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-11 13:15:03,480 - 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=nTcngq8nsezHYwpAMDgMY66hb export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 13:15:03,480 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 13:15:03,482 - 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 | patrole | | | | | validate the OPNFV scenarios. | | +---------------+---------------+--------------------------+------------------------------------------+-------------------+ 2018-03-11 13:15:03,483 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-11 13:15:03,484 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-11 13:15:06,016 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 13:15:14,473 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 13:15:16,750 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 13:15:19,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 13:15:21,786 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 13:15:28,594 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 13:15:32,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 13:15:36,859 - functest.opnfv_tests.openstack.patrole.patrole - DEBUG - Updating selected tempest.conf parameters for Patrole 2018-03-11 13:15:36,860 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 13:15:36,860 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 13:15:39,936 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 13:15:39,937 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 13:15:39,939 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 13:15:39,951 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-11 13:15:39,951 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-3a5999d3-a026-45a0-8a99-12540ee9d489/repo;testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' > /home/opnfv/functest/results/patrole/test_raw_list.txt;cd -;' 2018-03-11 13:15:43,847 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-11 13:15:43,848 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-11 13:15:43,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-03-11 13:15:45,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 13:15:45.949 57 INFO rally.api [-] Starting verification (UUID=16a7e771-a44b-458b-ac88-a9f95d3eb514) for deployment 'opnfv-rally' (UUID=353a0c51-2192-49a3-ae44-44247f06cd35) by verifier 'opnfv-tempest' (UUID=3a5999d3-a026-45a0-8a99-12540ee9d489). 2018-03-11 13:15:45,951 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 16a7e771-a44b-458b-ac88-a9f95d3eb514 2018-03-11 13:18:23,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '16a7e771-a44b-458b-ac88-a9f95d3eb514']'. 2018-03-11 13:18:24,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-11 13:18:24,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 16a7e771-a44b-458b-ac88-a9f95d3eb514 | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-11 13:15:45 | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-11 13:18:22 | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:37 | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3a5999d3-a026-45a0-8a99-12540ee9d489) | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-11 13:18:24,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 353a0c51-2192-49a3-ae44-44247f06cd35) | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.148 | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 13:18:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-11 13:18:24,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-11 13:18:29,142 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 13:18:29,143 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:00 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-11 13:18:29,147 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-11 13:18:29,147 - xtesting.ci.run_tests - INFO - Xtesting report: +-------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------+------------------+----------------+ | patrole | functest | smoke | 03:00 | FAIL | +-------------------+------------------+---------------+------------------+----------------+ 2018-03-11 13:18:29,149 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-11 13:18:34,018 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-4 | | 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-11 13:18:34,022 - 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=nTcngq8nsezHYwpAMDgMY66hb export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 13:18:34,022 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 13:18:34,024 - 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-11 13:18:34,025 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-11 13:18:34,025 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-11 13:22:14,005 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-11 13:22:14,121 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 13:22:14,121 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:40 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-11 13:22:14,125 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:40 | 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-11 13:22:14,129 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 13:22:18,608 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-4 | | 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-11 13:22:18,613 - 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=nTcngq8nsezHYwpAMDgMY66hb export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 13:22:18,613 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 13:22:18,614 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-11 13:22:18,614 - 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 | | orchestra_openims | orchestra | vnf | 00:00 | SKIP | | orchestra_clearwaterims | orchestra | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-03-11 13:22:18,617 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 13:22:22,193 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-4 | | 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-11 13:22:22,195 - 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=nTcngq8nsezHYwpAMDgMY66hb export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.3 2018-03-11 13:22:22,195 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 13:22:22,196 - 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-11 13:22:22,197 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-11 13:22:22,197 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-11 13:22:22,215 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-03-11 13:22:22,215 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-11 13:22:22,325 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 13:22:22,325 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 00:00 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-03-11 13:22:22,327 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-03-11 13:22:22,328 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-11 13:22:22,329 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR