2018-04-01 21:16:47,139 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-04-01 21:16:47,139 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.26:5000/v3 ...OK 2018-04-01 21:16:47,621 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-01 21:16:48,008 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-04-01 21:16:48,008 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.26:5000 ...OK 2018-04-01 21:16:48,462 - functest.ci.check_deployment - DEBUG - 172.30.9.26:8774 is reachable! 2018-04-01 21:16:48,462 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.26:8774/v2.1 ...OK 2018-04-01 21:16:48,847 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9696 is reachable! 2018-04-01 21:16:48,847 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.26:9696 ...OK 2018-04-01 21:16:49,299 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9292 is reachable! 2018-04-01 21:16:49,299 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.26:9292 ...OK 2018-04-01 21:16:50,700 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-01 21:16:58,620 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-01 21:16:58,790 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-01 21:17:00,882 - functest.ci.check_deployment - INFO - External network found: external 2018-04-01 21:17:03,517 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-85 | | 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-04-01 21:17:03,520 - 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=w9fGCjR2NJ83zgncCwaFFheQY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-01 21:17:03,520 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 21:17:03,521 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-01 21:17:03,522 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-01 21:17:03,522 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-01 21:17:07,821 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 21:17:17,711 - 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.879s OK 2018-04-01 21:17:17,842 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 21:17:17,842 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-01 21:17:17,846 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-01 21:17:19,456 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 21:29:48,900 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 749.414s OK 2018-04-01 21:29:49,030 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 21:29:49,032 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:29 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-01 21:29:49,035 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-01 21:29:49,884 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 21:30:31,190 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.304s OK 2018-04-01 21:30:31,397 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 21:30:31,398 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-01 21:30:31,400 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:29 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-01 21:30:31,402 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-01 21:30:34,381 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-85 | | 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-04-01 21:30:34,384 - 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=w9fGCjR2NJ83zgncCwaFFheQY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-01 21:30:34,384 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 21:30:34,385 - 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 patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-01 21:30:34,386 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-01 21:30:34,386 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-01 21:30:35,828 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-01 21:30:35,829 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-01 21:30:36,230 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-01 21:30:36,231 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-01 21:30:36,616 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-01 21:30:36,616 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-01 21:30:36' 2018-04-01 21:30:36,616 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:30:39,464 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:30:43,514 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:30:50,176 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:30:50,998 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:30:51,814 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:30:58,429 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:31:03,339 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e090f716-4329-430c-a292-827ffe039be5' 2018-04-01 21:31:23,488 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-01 21:31:29,919 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-01 21:31:30,065 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-01 21:31:31,072 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-01 21:31:36,969 - functest.opnfv_tests.openstack.vping.vping_base - ERROR - Unexpected error cleaning - Security Group 2e757953-cabe-4b8a-9783-8bf55968b69b cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit-1442 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-5f09ee21-3b17-4d5a-8fef-cc0a40bd77de'] 2018-04-01 21:31:50,060 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-01 21:31:50,060 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-01 21:31:50,528 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 21:31:50,528 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-01 21:31:50,532 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-01 21:31:50,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-01 21:31:50,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-01 21:31:50' 2018-04-01 21:31:50,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--ccc11b00-40ff-4dfe-8129-2142a8ddcc24' 2018-04-01 21:31:54,127 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-ccc11b00-40ff-4dfe-8129-2142a8ddcc24' 2018-04-01 21:31:56,502 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-ccc11b00-40ff-4dfe-8129-2142a8ddcc24' 2018-04-01 21:32:05,275 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-ccc11b00-40ff-4dfe-8129-2142a8ddcc24' 2018-04-01 21:32:05,979 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-ccc11b00-40ff-4dfe-8129-2142a8ddcc24' 2018-04-01 21:32:12,981 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ccc11b00-40ff-4dfe-8129-2142a8ddcc24' 2018-04-01 21:32:19,865 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-01 21:32:30,224 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-01 21:32:32,910 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-01 21:32:50,541 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 21:32:50,541 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:42 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-01 21:32:50,545 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-01 21:32:50,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 21:32:58,122 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 21:32:57.892 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2755407f-2441-4e15-8387-9111c9883797) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2755407f-2441-4e15-8387-9111c9883797 | 2018-04-01T21:32:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2755407f-2441-4e15-8387-9111c9883797 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-01 21:33:01,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-01 21:33:01,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 21:33:06,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 21:33:05.528 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 21:33:05.657 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 21:33:06.788 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9) as the default verifier for the future CLI operations. 2018-04-01 21:33:09,673 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-01 21:33:12,093 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-01 21:33:18,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 21:33:23,191 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 21:33:22.184 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9) for deployment 'opnfv-rally' (UUID=2755407f-2441-4e15-8387-9111c9883797). 2018-04-01 21:33:23.032 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9) has been successfully configured for deployment 'opnfv-rally' (UUID=2755407f-2441-4e15-8387-9111c9883797)! 2018-04-01 21:33:23,192 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-01 21:33:23,192 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-01 21:33:23,194 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-01 21:33:23,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-01 21:33:26,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fdd08135-1c30-49ed-8fe5-11fa93ba3fa9/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-01 21:33:26,621 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-01 21:33:26,623 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-01 21:33:26,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-01 21:33:28,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:33:28.786 55 INFO rally.api [-] Starting verification (UUID=b2efff4e-ed02-4861-a707-7aa1b98f3084) for deployment 'opnfv-rally' (UUID=2755407f-2441-4e15-8387-9111c9883797) by verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9). 2018-04-01 21:33:28,787 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b2efff4e-ed02-4861-a707-7aa1b98f3084 2018-04-01 21:33:36,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:33:36.184 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.169s] 2018-04-01 21:33:36,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:33:36.241 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-04-01 21:33:43,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:33:43.801 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.612s] 2018-04-01 21:33:46,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:33:46.706 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.905s] 2018-04-01 21:34:01,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:34:01.109 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.900s] 2018-04-01 21:34:18,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:34:18.468 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.508s] 2018-04-01 21:34:53,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:34:53.791 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-04-01 21:34:53,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:34:53.792 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-01 21:35:28,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:35:28.344 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.080s] 2018-04-01 21:35:28,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:35:28.345 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-01 21:35:59,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:35:59.575 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-04-01 21:35:59,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:35:59.576 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-01 21:37:40,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:37:40.907 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.790s] 2018-04-01 21:38:03,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:03.766 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-04-01 21:38:03,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:03.862 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-04-01 21:38:12,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:12.262 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.673s] 2018-04-01 21:38:12,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:12.271 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-01 21:38:13,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:13.763 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-01 21:38:13,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:13.764 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-01 21:38:17,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:17.726 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.423s] 2018-04-01 21:38:24,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:24.380 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.083s] 2018-04-01 21:38:30,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:30.931 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.749s] 2018-04-01 21:38:38,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:38.678 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.508s] 2018-04-01 21:38:48,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:48.738 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.399s] 2018-04-01 21:38:54,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:38:54.878 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.364s] 2018-04-01 21:39:00,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:00.976 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.315s] 2018-04-01 21:39:08,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:08.529 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.461s] 2018-04-01 21:39:15,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:15.769 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.496s] 2018-04-01 21:39:24,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:24.018 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.722s] 2018-04-01 21:39:26,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:26.890 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-01 21:39:28,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:28.915 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-04-01 21:39:28,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:28.997 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-04-01 21:39:29,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:29.084 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.087s] 2018-04-01 21:39:29,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:29.092 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-01 21:39:33,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:33.315 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.751s] 2018-04-01 21:39:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:34.878 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.562s] 2018-04-01 21:39:36,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:36.904 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.026s] 2018-04-01 21:39:43,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:43.769 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-01 21:39:51,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:39:51.952 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.700s] 2018-04-01 21:40:05,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:05.965 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.034s] 2018-04-01 21:40:09,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:09.108 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.143s] 2018-04-01 21:40:20,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:20.051 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.858s] 2018-04-01 21:40:23,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:23.833 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.780s] 2018-04-01 21:40:33,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:33.042 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.208s] 2018-04-01 21:40:42,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:42.575 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.949s] 2018-04-01 21:40:45,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:45.970 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.395s] 2018-04-01 21:40:53,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:40:53.215 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.244s] 2018-04-01 21:41:09,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:09.883 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.269s] 2018-04-01 21:41:10,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:10.250 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.367s] 2018-04-01 21:41:10,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:10.361 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.111s] 2018-04-01 21:41:10,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:10.443 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.081s] 2018-04-01 21:41:10,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:10.692 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.248s] 2018-04-01 21:41:10,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:10.902 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.209s] 2018-04-01 21:41:25,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:25.666 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.340s] 2018-04-01 21:41:26,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:26.097 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.431s] 2018-04-01 21:41:26,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:26.367 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.269s] 2018-04-01 21:41:26,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:26.651 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.283s] 2018-04-01 21:41:27,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:27.033 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.381s] 2018-04-01 21:41:27,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:27.239 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-04-01 21:41:40,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:40.632 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.188s] 2018-04-01 21:41:46,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:46.904 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.270s] 2018-04-01 21:41:48,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:48.768 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.863s] 2018-04-01 21:41:48,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:48.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.208s] 2018-04-01 21:41:49,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:41:49.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.061s] 2018-04-01 21:42:01,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:01.805 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.505s] 2018-04-01 21:42:07,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:07.347 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.541s] 2018-04-01 21:42:09,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:09.117 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.768s] 2018-04-01 21:42:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:09.174 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.057s] 2018-04-01 21:42:09,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:09.235 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-04-01 21:42:24,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:24.911 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.732s] 2018-04-01 21:42:30,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:30.575 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.663s] 2018-04-01 21:42:35,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:35.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.063s] 2018-04-01 21:42:38,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:42:38.484 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.845s] 2018-04-01 21:43:03,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:03.147 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.515s] 2018-04-01 21:43:08,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:08.472 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.324s] 2018-04-01 21:43:12,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:12.922 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.449s] 2018-04-01 21:43:15,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:15.818 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.896s] 2018-04-01 21:43:32,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:32.385 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.689s] 2018-04-01 21:43:35,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:35.156 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.770s] 2018-04-01 21:43:35,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:35.201 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-04-01 21:43:40,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:40.141 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.709s] 2018-04-01 21:43:42,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:42.113 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.970s] 2018-04-01 21:43:42,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:42.303 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.192s] 2018-04-01 21:43:46,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:46.714 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.269s] 2018-04-01 21:43:49,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:49.959 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-04-01 21:43:51,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:51.574 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-01 21:43:51,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:51.578 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-01 21:43:51,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:51.580 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-01 21:43:51,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:51.581 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-01 21:43:51,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:51.582 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-01 21:43:53,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:43:53.496 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-01 21:44:10,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:44:10.497 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.823s] 2018-04-01 21:44:24,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:44:24.035 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.128s] 2018-04-01 21:44:35,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:44:35.554 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.516s] 2018-04-01 21:44:46,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:44:46.218 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.696s] 2018-04-01 21:45:52,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:45:52.010 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [59.104s] 2018-04-01 21:46:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:46:27.376 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.736s] 2018-04-01 21:47:06,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 21:47:06.845 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [20.553s] 2018-04-01 21:47:23,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b2efff4e-ed02-4861-a707-7aa1b98f3084']'. 2018-04-01 21:47:24,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b2efff4e-ed02-4861-a707-7aa1b98f3084 | 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 21:33:28 | 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 21:47:22 | 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:54 | 2018-04-01 21:47:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fdd08135-1c30-49ed-8fe5-11fa93ba3fa9) | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2755407f-2441-4e15-8387-9111c9883797) | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 812.934 | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-01 21:47:24,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 21:47:24,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 21:47:24,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-01 21:47:24,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 21:47:24,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 21:47:24,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-01 21:47:31,034 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 21:47:31,034 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:21 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-01 21:47:31,039 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-01 21:47:31,157 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-01 21:47:31,548 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-01 21:47:31,549 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-01 21:47:31,918 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 21:47:34,411 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 21:47:34.057 123 INFO rally.deployment.engine [-] Deployment 2755407f-2441-4e15-8387-9111c9883797 | Starting: Destroy cloud and free allocated resources. 2018-04-01 21:47:34.134 123 INFO rally.deployment.engine [-] Deployment 2755407f-2441-4e15-8387-9111c9883797 | Completed: Destroy cloud and free allocated resources. 2018-04-01 21:47:34.154 123 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9) for deployment 'opnfv-rally'. 2018-04-01 21:47:34.164 123 INFO rally.api [-] Deleting verification (UUID=b2efff4e-ed02-4861-a707-7aa1b98f3084). 2018-04-01 21:47:34.195 123 INFO rally.api [-] Verification has been successfully deleted! 2018-04-01 21:47:34.195 123 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9). 2018-04-01 21:47:34.204 123 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 21:47:36,628 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 21:47:36.361 126 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=814e3dbb-095d-43b5-92aa-0b16dbb8f4e8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 814e3dbb-095d-43b5-92aa-0b16dbb8f4e8 | 2018-04-01T21:47:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 814e3dbb-095d-43b5-92aa-0b16dbb8f4e8 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-01 21:47:40,093 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-01 21:47:40,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-01 21:47:41,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d'... 2018-04-01 21:47:44,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-54cb90fb-70fc-4ad0-8189-ee0e0987f06d'... 2018-04-01 21:47:46,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-54cb90fb-70fc-4ad0-8189-ee0e0987f06d'... 2018-04-01 21:47:52,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d'... 2018-04-01 21:47:52,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d'... 2018-04-01 21:47:53,669 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-01 21:47:53,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-01 21:47:53,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 21:47:53,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 21:47:53,730 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 21:48:53,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1291152f-38b5-4c3e-bea9-41747f3d15c9 2018-04-01 21:48:53,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-01 21:48:53,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1291152f-38b5-4c3e-bea9-41747f3d15c9'] 2018-04-01 21:48:54,785 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1291152f-38b5-4c3e-bea9-41747f3d15c9: 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 1291152f-38b5-4c3e-bea9-41747f3d15c9 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | total | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> duration | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.472108 Full duration: 7.115026 -------------------------------------------------------------------------------- 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 1291152f-38b5-4c3e-bea9-41747f3d15c9 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806674 Full duration: 7.645735 -------------------------------------------------------------------------------- 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 1291152f-38b5-4c3e-bea9-41747f3d15c9 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.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | total | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> duration | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.941903 Full duration: 7.478048 -------------------------------------------------------------------------------- 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 1291152f-38b5-4c3e-bea9-41747f3d15c9 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.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.869377 Full duration: 7.616455 -------------------------------------------------------------------------------- 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 1291152f-38b5-4c3e-bea9-41747f3d15c9 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.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | total | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> duration | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.956089 Full duration: 7.806821 -------------------------------------------------------------------------------- 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 1291152f-38b5-4c3e-bea9-41747f3d15c9 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.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.68953 Full duration: 7.502793 HINTS: * To plot HTML graphics with this data, run: rally task report 1291152f-38b5-4c3e-bea9-41747f3d15c9 --out output.html * To generate a JUnit report, run: rally task export 1291152f-38b5-4c3e-bea9-41747f3d15c9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1291152f-38b5-4c3e-bea9-41747f3d15c9 --json --out output.json 2018-04-01 21:48:54,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1291152f-38b5-4c3e-bea9-41747f3d15c9'] 2018-04-01 21:48:55,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 21:48:55,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1291152f-38b5-4c3e-bea9-41747f3d15c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-01 21:48:55,750 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-01 21:48:55,750 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-01 21:48:55,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-01 21:48:55,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 21:48:55,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 21:48:55,775 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 21:50:29,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1d479b4e-5999-4047-bfb2-41f3e68ccdaa 2018-04-01 21:50:29,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1d479b4e-5999-4047-bfb2-41f3e68ccdaa'] 2018-04-01 21:50:30,801 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1d479b4e-5999-4047-bfb2-41f3e68ccdaa: 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 1d479b4e-5999-4047-bfb2-41f3e68ccdaa 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.145 | 4.145 | 4.145 | 4.145 | 4.145 | 4.145 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | -> glance_v2.upload_data | 1.19 | 1.19 | 1.19 | 1.19 | 1.19 | 1.19 | 100.0% | 1 | | glance_v2.delete_image | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 100.0% | 1 | | total | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 100.0% | 1 | | -> duration | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.249399 Full duration: 13.70538 -------------------------------------------------------------------------------- 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 1d479b4e-5999-4047-bfb2-41f3e68ccdaa 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.79 | 4.79 | 4.79 | 4.79 | 4.79 | 4.79 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | -> glance_v2.upload_data | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 100.0% | 1 | | glance_v2.list_images | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 100.0% | 1 | | -> duration | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.971869 Full duration: 16.174901 -------------------------------------------------------------------------------- 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 1d479b4e-5999-4047-bfb2-41f3e68ccdaa 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.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> duration | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.339674 Full duration: 7.923994 -------------------------------------------------------------------------------- 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-54cb90fb-70fc-4ad0-8189-ee0e0987f06d" }, "number_instances": 2, "nics": [ { "net-id": "3cc34c72-2846-42e5-a5c5-7509a3da7fb1" } ] }, "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 1d479b4e-5999-4047-bfb2-41f3e68ccdaa 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.131 | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | -> glance_v2.upload_data | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | nova.boot_servers | 12.945 | 12.945 | 12.945 | 12.945 | 12.945 | 12.945 | 100.0% | 1 | | total | 17.077 | 17.077 | 17.077 | 17.077 | 17.077 | 17.077 | 100.0% | 1 | | -> duration | 16.077 | 16.077 | 16.077 | 16.077 | 16.077 | 16.077 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.07703 Full duration: 40.076261 HINTS: * To plot HTML graphics with this data, run: rally task report 1d479b4e-5999-4047-bfb2-41f3e68ccdaa --out output.html * To generate a JUnit report, run: rally task export 1d479b4e-5999-4047-bfb2-41f3e68ccdaa --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1d479b4e-5999-4047-bfb2-41f3e68ccdaa --json --out output.json 2018-04-01 21:50:30,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1d479b4e-5999-4047-bfb2-41f3e68ccdaa'] 2018-04-01 21:50:31,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 21:50:31,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1d479b4e-5999-4047-bfb2-41f3e68ccdaa', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-01 21:50:31,798 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-01 21:50:31,798 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-01 21:50:31,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-01 21:50:31,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 21:50:31,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 21:50:31,847 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-01 21:50:31,848 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-01 21:50:31,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-01 21:50:31,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 21:50:31,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 21:50:31,893 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 21:53:52,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b9f8e401-914e-4016-a98b-331f352c33b1 2018-04-01 21:53:52,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b9f8e401-914e-4016-a98b-331f352c33b1'] 2018-04-01 21:53:53,970 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b9f8e401-914e-4016-a98b-331f352c33b1: 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.498 | 3.498 | 3.498 | 3.498 | 3.498 | 3.498 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.936 | 2.936 | 2.936 | 2.936 | 2.936 | 2.936 | 100.0% | 1 | | total | 6.434 | 6.434 | 6.434 | 6.434 | 6.434 | 6.434 | 100.0% | 1 | | -> duration | 6.434 | 6.434 | 6.434 | 6.434 | 6.434 | 6.434 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.433727 Full duration: 23.183531 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.119 | 3.119 | 3.119 | 3.119 | 3.119 | 3.119 | 100.0% | 1 | | cinder_v2.delete_volume | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 100.0% | 1 | | total | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 100.0% | 1 | | -> duration | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 5.587 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.586754 Full duration: 15.530678 -------------------------------------------------------------------------------- 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-54cb90fb-70fc-4ad0-8189-ee0e0987f06d" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b9f8e401-914e-4016-a98b-331f352c33b1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.568 | 8.568 | 8.568 | 8.568 | 8.568 | 8.568 | 100.0% | 1 | | cinder_v2.delete_volume | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | total | 10.883 | 10.883 | 10.883 | 10.883 | 10.883 | 10.883 | 100.0% | 1 | | -> duration | 10.883 | 10.883 | 10.883 | 10.883 | 10.883 | 10.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.882813 Full duration: 22.298441 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.279 | 3.279 | 3.279 | 3.279 | 3.279 | 3.279 | 100.0% | 1 | | cinder_v2.delete_volume | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | total | 6.417 | 6.417 | 6.417 | 6.417 | 6.417 | 6.417 | 100.0% | 1 | | -> duration | 6.417 | 6.417 | 6.417 | 6.417 | 6.417 | 6.417 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.417006 Full duration: 16.327338 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.117 | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 100.0% | 1 | | cinder_v2.extend_volume | 2.518 | 2.518 | 2.518 | 2.518 | 2.518 | 2.518 | 100.0% | 1 | | cinder_v2.delete_volume | 2.603 | 2.603 | 2.603 | 2.603 | 2.603 | 2.603 | 100.0% | 1 | | total | 8.238 | 8.238 | 8.238 | 8.238 | 8.238 | 8.238 | 100.0% | 1 | | -> duration | 8.238 | 8.238 | 8.238 | 8.238 | 8.238 | 8.238 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.238103 Full duration: 18.62708 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.207 | 3.207 | 3.207 | 3.207 | 3.207 | 3.207 | 100.0% | 1 | | cinder_v2.delete_volume | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | total | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> duration | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.823248 Full duration: 23.095939 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.list_qos | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794927 Full duration: 12.794775 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | cinder_v2.set_qos | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80372 Full duration: 12.542283 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.list_types | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783743 Full duration: 12.495598 -------------------------------------------------------------------------------- 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 b9f8e401-914e-4016-a98b-331f352c33b1 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> duration | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822561 Full duration: 12.443053 HINTS: * To plot HTML graphics with this data, run: rally task report b9f8e401-914e-4016-a98b-331f352c33b1 --out output.html * To generate a JUnit report, run: rally task export b9f8e401-914e-4016-a98b-331f352c33b1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b9f8e401-914e-4016-a98b-331f352c33b1 --json --out output.json 2018-04-01 21:53:53,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b9f8e401-914e-4016-a98b-331f352c33b1'] 2018-04-01 21:53:55,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 21:53:55,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b9f8e401-914e-4016-a98b-331f352c33b1', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-01 21:53:55,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-01 21:53:55,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-01 21:53:55,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-01 21:53:55,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 21:53:55,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 21:53:55,089 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 21:55:20,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 433e64e0-90c1-446b-b2fe-304a50a353c4 2018-04-01 21:55:20,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '433e64e0-90c1-446b-b2fe-304a50a353c4'] 2018-04-01 21:55:21,091 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 433e64e0-90c1-446b-b2fe-304a50a353c4: 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 433e64e0-90c1-446b-b2fe-304a50a353c4 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 | 5.092 | 5.092 | 5.092 | 5.092 | 5.092 | 5.092 | 100.0% | 1 | | heat.update_stack | 2.874 | 2.874 | 2.874 | 2.874 | 2.874 | 2.874 | 100.0% | 1 | | heat.delete_stack | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | total | 10.491 | 10.491 | 10.491 | 10.491 | 10.491 | 10.491 | 100.0% | 1 | | -> duration | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.491043 Full duration: 20.503066 -------------------------------------------------------------------------------- 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 433e64e0-90c1-446b-b2fe-304a50a353c4 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.581 | 4.581 | 4.581 | 4.581 | 4.581 | 4.581 | 100.0% | 1 | | heat.check_stack | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | heat.delete_stack | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | total | 8.672 | 8.672 | 8.672 | 8.672 | 8.672 | 8.672 | 100.0% | 1 | | -> duration | 6.672 | 6.672 | 6.672 | 6.672 | 6.672 | 6.672 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.671589 Full duration: 17.199045 -------------------------------------------------------------------------------- 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 433e64e0-90c1-446b-b2fe-304a50a353c4 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.786 | 4.786 | 4.786 | 4.786 | 4.786 | 4.786 | 100.0% | 1 | | heat.suspend_stack | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | heat.resume_stack | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | heat.delete_stack | 2.346 | 2.346 | 2.346 | 2.346 | 2.346 | 2.346 | 100.0% | 1 | | total | 9.822 | 9.822 | 9.822 | 9.822 | 9.822 | 9.822 | 100.0% | 1 | | -> duration | 7.822 | 7.822 | 7.822 | 7.822 | 7.822 | 7.822 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.82247 Full duration: 18.639767 -------------------------------------------------------------------------------- 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 433e64e0-90c1-446b-b2fe-304a50a353c4 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | total | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | -> duration | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.599141 Full duration: 8.358326 HINTS: * To plot HTML graphics with this data, run: rally task report 433e64e0-90c1-446b-b2fe-304a50a353c4 --out output.html * To generate a JUnit report, run: rally task export 433e64e0-90c1-446b-b2fe-304a50a353c4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 433e64e0-90c1-446b-b2fe-304a50a353c4 --json --out output.json 2018-04-01 21:55:21,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '433e64e0-90c1-446b-b2fe-304a50a353c4'] 2018-04-01 21:55:22,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 21:55:22,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '433e64e0-90c1-446b-b2fe-304a50a353c4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-01 21:55:22,165 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-01 21:55:22,165 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-01 21:55:22,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-01 21:55:22,166 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 21:55:22,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 21:55:22,209 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 21:58:38,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a0255a1d-31c7-491a-bb74-bc9a6fa43f01 2018-04-01 21:58:38,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a0255a1d-31c7-491a-bb74-bc9a6fa43f01'] 2018-04-01 21:58:39,301 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a0255a1d-31c7-491a-bb74-bc9a6fa43f01: 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.revoke_role | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808251 Full duration: 14.695817 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 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.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.71906 Full duration: 14.532508 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | keystone_v3.list_projects | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> duration | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.905774 Full duration: 14.747473 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.delete_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> duration | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.606412 Full duration: 12.45615 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.delete_service | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> duration | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637146 Full duration: 12.72692 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | keystone_v3.create_user | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.create_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 100.0% | 1 | | -> duration | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.804763 Full duration: 19.608098 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> duration | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.956031 Full duration: 12.794265 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774204 Full duration: 14.734408 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694639 Full duration: 14.562656 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> duration | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.969199 Full duration: 14.979606 -------------------------------------------------------------------------------- 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 a0255a1d-31c7-491a-bb74-bc9a6fa43f01 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | keystone_v3.create_users | 4.913 | 4.913 | 4.913 | 4.913 | 4.913 | 4.913 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.913 | 4.913 | 4.913 | 4.913 | 4.913 | 4.913 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | total | 6.539 | 6.539 | 6.539 | 6.539 | 6.539 | 6.539 | 100.0% | 1 | | -> duration | 6.539 | 6.539 | 6.539 | 6.539 | 6.539 | 6.539 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.539448 Full duration: 23.374765 HINTS: * To plot HTML graphics with this data, run: rally task report a0255a1d-31c7-491a-bb74-bc9a6fa43f01 --out output.html * To generate a JUnit report, run: rally task export a0255a1d-31c7-491a-bb74-bc9a6fa43f01 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a0255a1d-31c7-491a-bb74-bc9a6fa43f01 --json --out output.json 2018-04-01 21:58:39,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a0255a1d-31c7-491a-bb74-bc9a6fa43f01'] 2018-04-01 21:58:40,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 21:58:40,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a0255a1d-31c7-491a-bb74-bc9a6fa43f01', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-01 21:58:40,414 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-01 21:58:40,414 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-01 21:58:40,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-01 21:58:40,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 21:58:40,449 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 21:58:40,461 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 22:03:17,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3e7d111f-0060-49ee-95e2-1f0178c2bd98 2018-04-01 22:03:17,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3e7d111f-0060-49ee-95e2-1f0178c2bd98'] 2018-04-01 22:03:18,213 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3e7d111f-0060-49ee-95e2-1f0178c2bd98: aborted -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | neutron.delete_network | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | total | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 100.0% | 1 | | -> duration | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.42698 Full duration: 15.908707 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | total | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | -> duration | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.0334 Full duration: 31.890545 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.create_subnet | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | neutron.create_router | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | neutron.add_interface_router | 1.474 | 1.474 | 1.474 | 1.474 | 1.474 | 1.474 | 100.0% | 1 | | neutron.remove_interface_router | 1.016 | 1.016 | 1.016 | 1.016 | 1.016 | 1.016 | 100.0% | 1 | | neutron.delete_router | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 100.0% | 1 | | -> duration | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.002492 Full duration: 37.709731 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.182 | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 100.0% | 1 | | neutron.delete_subnet | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | total | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 100.0% | 1 | | -> duration | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.946105 Full duration: 35.103758 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | neutron.list_networks | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 1.304 | 1.304 | 1.304 | 1.304 | 1.304 | 1.304 | 100.0% | 1 | | -> duration | 1.304 | 1.304 | 1.304 | 1.304 | 1.304 | 1.304 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.304031 Full duration: 16.936552 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | neutron.list_ports | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 100.0% | 1 | | -> duration | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 1.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.639077 Full duration: 32.749384 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | neutron.create_subnet | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | neutron.create_router | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | neutron.add_interface_router | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | neutron.list_routers | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 3.533 | 3.533 | 3.533 | 3.533 | 3.533 | 3.533 | 100.0% | 1 | | -> duration | 3.533 | 3.533 | 3.533 | 3.533 | 3.533 | 3.533 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.532717 Full duration: 38.061817 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 11.217212 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 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.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | neutron.delete_security_group | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | total | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | -> duration | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.385104 Full duration: 14.696891 -------------------------------------------------------------------------------- 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 3e7d111f-0060-49ee-95e2-1f0178c2bd98 has 1 error(s) -------------------------------------------------------------------------------- Conflict: Security Group 534a4a9f-645f-4025-be25-573b7280367b cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit-1442 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-2867284c-d794-40eb-8dc1-f8dd0b87f428'] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/neutron/security_groups.py", line 236, in run self._delete_security_group(security_group) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/neutron/utils.py", line 631, in _delete_security_group security_group["security_group"]["id"]) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 962, in delete_security_group return self.delete(self.security_group_path % (security_group)) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 348, in delete headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 329, in retry_request headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) Conflict: Security Group 534a4a9f-645f-4025-be25-573b7280367b cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit-1442 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-2867284c-d794-40eb-8dc1-f8dd0b87f428'] -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | 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.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | neutron.create_security_group_rule | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 100.0% | 1 | | neutron.delete_security_group | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.0% | 1 | | total | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 0.0% | 1 | | -> duration | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 0.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.859618 Full duration: 16.733122 HINTS: * To plot HTML graphics with this data, run: rally task report 3e7d111f-0060-49ee-95e2-1f0178c2bd98 --out output.html * To generate a JUnit report, run: rally task export 3e7d111f-0060-49ee-95e2-1f0178c2bd98 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3e7d111f-0060-49ee-95e2-1f0178c2bd98 --json --out output.json 2018-04-01 22:03:18,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3e7d111f-0060-49ee-95e2-1f0178c2bd98'] 2018-04-01 22:03:19,159 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 22:03:19,159 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3e7d111f-0060-49ee-95e2-1f0178c2bd98', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-01 22:03:19,166 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-04-01 22:03:19,166 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-01 22:03:19,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-01 22:03:19,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 22:03:19,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 22:03:19,212 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 22:06:25,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 75e1e477-c03b-4384-9901-674ea29855f4 2018-04-01 22:06:25,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '75e1e477-c03b-4384-9901-674ea29855f4'] 2018-04-01 22:06:26,544 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 75e1e477-c03b-4384-9901-674ea29855f4: 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-54cb90fb-70fc-4ad0-8189-ee0e0987f06d" }, "image": { "name": "Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d" }, "block_migration": false, "nics": [ { "net-id": "3cc34c72-2846-42e5-a5c5-7509a3da7fb1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 75e1e477-c03b-4384-9901-674ea29855f4 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.308 | 9.308 | 9.308 | 9.308 | 9.308 | 9.308 | 100.0% | 1 | | nova.find_host_to_migrate | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 100.0% | 1 | | nova.live_migrate | 136.608 | 136.608 | 136.608 | 136.608 | 136.608 | 136.608 | 0.0% | 1 | | total | 147.099 | 147.099 | 147.099 | 147.099 | 147.099 | 147.099 | 0.0% | 1 | | -> duration | 146.099 | 146.099 | 146.099 | 146.099 | 146.099 | 146.099 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.098913 Full duration: 161.930497 HINTS: * To plot HTML graphics with this data, run: rally task report 75e1e477-c03b-4384-9901-674ea29855f4 --out output.html * To generate a JUnit report, run: rally task export 75e1e477-c03b-4384-9901-674ea29855f4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 75e1e477-c03b-4384-9901-674ea29855f4 --json --out output.json 2018-04-01 22:06:26,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '75e1e477-c03b-4384-9901-674ea29855f4'] 2018-04-01 22:06:27,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 22:06:27,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '75e1e477-c03b-4384-9901-674ea29855f4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-01 22:06:27,589 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-01 22:06:27,589 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-01 22:06:27,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-01 22:06:27,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-01 22:06:27,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-01 22:06:27,643 - 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': '3cc34c72-2846-42e5-a5c5-7509a3da7fb1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'flavor_name': 'rally-tiny-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54cb90fb-70fc-4ad0-8189-ee0e0987f06d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-01 22:07:20,723 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 24e9753b-c122-4c98-ae40-00e1a348a861 2018-04-01 22:07:20,723 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '24e9753b-c122-4c98-ae40-00e1a348a861'] 2018-04-01 22:07:21,687 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 24e9753b-c122-4c98-ae40-00e1a348a861: 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 24e9753b-c122-4c98-ae40-00e1a348a861 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | quotas.delete_quotas | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889394 Full duration: 8.774787 -------------------------------------------------------------------------------- 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 24e9753b-c122-4c98-ae40-00e1a348a861 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | total | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> duration | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.744026 Full duration: 8.445534 -------------------------------------------------------------------------------- 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 24e9753b-c122-4c98-ae40-00e1a348a861 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73011 Full duration: 8.552138 -------------------------------------------------------------------------------- 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 24e9753b-c122-4c98-ae40-00e1a348a861 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 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | total | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> duration | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.026929 Full duration: 8.744972 HINTS: * To plot HTML graphics with this data, run: rally task report 24e9753b-c122-4c98-ae40-00e1a348a861 --out output.html * To generate a JUnit report, run: rally task export 24e9753b-c122-4c98-ae40-00e1a348a861 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 24e9753b-c122-4c98-ae40-00e1a348a861 --json --out output.json 2018-04-01 22:07:21,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '24e9753b-c122-4c98-ae40-00e1a348a861'] 2018-04-01 22:07:22,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-01 22:07:22,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '24e9753b-c122-4c98-ae40-00e1a348a861', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-01 22:07:22,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-01 22:07:22,551 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:17 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:11 | 9 | 88.89% | | nova | 02:41 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:13 | 49 | 95.92% | +----------------+------------+----------------+-----------+ 2018-04-01 22:07:22,551 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 95.92% 2018-04-01 22:07:30,833 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-01 22:07:30,833 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-01 22:07:31,323 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 22:07:31,324 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 19:59 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-01 22:07:31,328 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-01 22:07:31,328 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-01 22:07:31,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 22:07:33,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 22:07:33.536 9244 INFO rally.deployment.engine [-] Deployment 814e3dbb-095d-43b5-92aa-0b16dbb8f4e8 | Starting: Destroy cloud and free allocated resources. 2018-04-01 22:07:33.602 9244 INFO rally.deployment.engine [-] Deployment 814e3dbb-095d-43b5-92aa-0b16dbb8f4e8 | Completed: Destroy cloud and free allocated resources. 2018-04-01 22:07:33.620 9244 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9). 2018-04-01 22:07:33.624 9244 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 22:07:36,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 22:07:35.848 9247 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2ae2f1c9-131d-4a39-95fc-e6f986f9b433) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2ae2f1c9-131d-4a39-95fc-e6f986f9b433 | 2018-04-01T22:07:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2ae2f1c9-131d-4a39-95fc-e6f986f9b433 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-01 22:07:39,309 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-01 22:07:39,309 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 22:07:41,726 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-01 22:07:41.457 9253 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=fdd08135-1c30-49ed-8fe5-11fa93ba3fa9). 2018-04-01 22:07:41.578 9253 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-01 22:07:45,140 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 22:07:43.786 9256 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 22:07:43.902 9256 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 22:07:44.949 9256 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4) as the default verifier for the future CLI operations. 2018-04-01 22:07:48,099 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-01 22:07:51,047 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-01 22:07:57,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 22:08:02,903 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 22:08:01.860 9275 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4) for deployment 'opnfv-rally' (UUID=2ae2f1c9-131d-4a39-95fc-e6f986f9b433). 2018-04-01 22:08:02.743 9275 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4) has been successfully configured for deployment 'opnfv-rally' (UUID=2ae2f1c9-131d-4a39-95fc-e6f986f9b433)! 2018-04-01 22:08:02,904 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-01 22:08:02,904 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-01 22:08:02,906 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-01 22:08:07,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-01 22:08:09,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:09.382 9287 INFO rally.api [-] Starting verification (UUID=0efee3a4-5c92-474d-b85d-a4891357c97e) for deployment 'opnfv-rally' (UUID=2ae2f1c9-131d-4a39-95fc-e6f986f9b433) by verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4). 2018-04-01 22:08:09,385 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0efee3a4-5c92-474d-b85d-a4891357c97e 2018-04-01 22:08:18,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:18.115 9287 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.243s] 2018-04-01 22:08:18,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:18.182 9287 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.329s] 2018-04-01 22:08:18,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:18.261 9287 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.225s] 2018-04-01 22:08:18,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:18.317 9287 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.055s] 2018-04-01 22:08:22,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:22.733 9287 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.475s] 2018-04-01 22:08:23,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:23.218 9287 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-04-01 22:08:23,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:23.294 9287 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-04-01 22:08:23,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:23.379 9287 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2018-04-01 22:08:25,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:25.201 9287 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.276s] 2018-04-01 22:08:27,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:27.305 9287 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.574s] 2018-04-01 22:08:28,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:28.791 9287 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-04-01 22:08:28,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:28.993 9287 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.687s] 2018-04-01 22:08:30,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:30.126 9287 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.152s] 2018-04-01 22:08:30,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:30.279 9287 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.153s] 2018-04-01 22:08:32,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:32.102 9287 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.822s] 2018-04-01 22:08:32,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:32.350 9287 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.248s] 2018-04-01 22:08:32,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:32.516 9287 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.165s] 2018-04-01 22:08:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:37.380 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.389s] 2018-04-01 22:08:41,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:41.218 9287 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-04-01 22:08:44,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:44.114 9287 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.013s] 2018-04-01 22:08:45,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:45.806 9287 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [23.068s] 2018-04-01 22:08:46,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:46.012 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.159s] 2018-04-01 22:08:46,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:46.196 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.183s] 2018-04-01 22:08:46,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:46.367 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.170s] 2018-04-01 22:08:46,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:46.535 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.167s] 2018-04-01 22:08:46,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:46.703 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.168s] 2018-04-01 22:08:46,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:46.858 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.154s] 2018-04-01 22:08:46,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:46.922 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.063s] 2018-04-01 22:08:47,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.101 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.179s] 2018-04-01 22:08:47,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.250 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.148s] 2018-04-01 22:08:47,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.422 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.172s] 2018-04-01 22:08:47,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.434 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-04-01 22:08:47,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.478 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-04-01 22:08:47,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.527 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.048s] 2018-04-01 22:08:47,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.708 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.179s] 2018-04-01 22:08:47,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:47.748 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.040s] 2018-04-01 22:08:48,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.073 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.325s] 2018-04-01 22:08:48,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.267 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.194s] 2018-04-01 22:08:48,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.300 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-01 22:08:48,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.310 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-04-01 22:08:48,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.343 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-04-01 22:08:48,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.376 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-01 22:08:48,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.560 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.183s] 2018-04-01 22:08:48,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:48.596 9287 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.037s] 2018-04-01 22:08:55,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:55.279 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.420s] 2018-04-01 22:08:56,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:56.354 9287 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.237s] 2018-04-01 22:08:56,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:56.689 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.409s] 2018-04-01 22:08:58,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:58.022 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.332s] 2018-04-01 22:08:59,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:08:59.429 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.406s] 2018-04-01 22:09:00,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:00.332 9287 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [27.782s] 2018-04-01 22:09:00,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:00.810 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.380s] 2018-04-01 22:09:01,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:01.395 9287 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.068s] 2018-04-01 22:09:02,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:02.919 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.107s] 2018-04-01 22:09:03,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:03.745 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.825s] 2018-04-01 22:09:04,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:04.254 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.510s] 2018-04-01 22:09:04,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:04.986 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.732s] 2018-04-01 22:09:06,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:06.758 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.770s] 2018-04-01 22:09:07,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:07.341 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.583s] 2018-04-01 22:09:08,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:08.033 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.691s] 2018-04-01 22:09:08,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:08.586 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.554s] 2018-04-01 22:09:10,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:10.279 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.690s] 2018-04-01 22:09:10,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:10.842 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.565s] 2018-04-01 22:09:11,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:11.461 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.617s] 2018-04-01 22:09:11,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:11.830 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.368s] 2018-04-01 22:09:12,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:12.370 9287 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.540s] 2018-04-01 22:09:12,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:12.654 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.440s] 2018-04-01 22:09:13,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:13.080 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.424s] 2018-04-01 22:09:13,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:13.780 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.700s] 2018-04-01 22:09:14,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:14.187 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.406s] 2018-04-01 22:09:14,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:14.579 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.391s] 2018-04-01 22:09:14,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:14.655 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-04-01 22:09:14,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:14.790 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.134s] 2018-04-01 22:09:14,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:14.878 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.088s] 2018-04-01 22:09:14,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:14.952 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.073s] 2018-04-01 22:09:15,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:15.023 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.070s] 2018-04-01 22:09:15,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:15.172 9287 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.149s] 2018-04-01 22:09:16,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.372 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-04-01 22:09:16,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.385 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-04-01 22:09:16,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.544 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.158s] 2018-04-01 22:09:16,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.554 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.009s] 2018-04-01 22:09:16,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.564 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-04-01 22:09:16,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.599 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-04-01 22:09:16,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.664 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2018-04-01 22:09:16,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.726 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-04-01 22:09:16,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.871 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.145s] 2018-04-01 22:09:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.884 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-04-01 22:09:16,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.950 9287 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-04-01 22:09:16,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:16.983 9287 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.628s] 2018-04-01 22:09:18,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:18.113 9287 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-04-01 22:09:20,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:20.346 9287 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.162s] 2018-04-01 22:09:32,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:32.820 9287 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [47.004s] 2018-04-01 22:09:41,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:41.584 9287 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.165s] 2018-04-01 22:09:43,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:43.482 9287 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.661s] 2018-04-01 22:09:45,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:45.022 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.264s] 2018-04-01 22:09:48,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:48.703 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.681s] 2018-04-01 22:09:51,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:51.992 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.288s] 2018-04-01 22:09:55,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:55.435 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.442s] 2018-04-01 22:09:59,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:09:59.107 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.671s] 2018-04-01 22:10:02,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:02.406 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.298s] 2018-04-01 22:10:05,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:05.631 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.225s] 2018-04-01 22:10:12,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:12.381 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.749s] 2018-04-01 22:10:16,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:16.621 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.239s] 2018-04-01 22:10:16,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:16.762 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.140s] 2018-04-01 22:10:16,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:16.880 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.117s] 2018-04-01 22:10:16,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:16.952 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.072s] 2018-04-01 22:10:17,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:17.174 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.220s] 2018-04-01 22:10:17,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:17.438 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.264s] 2018-04-01 22:10:17,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:17.689 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.250s] 2018-04-01 22:10:17,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:17.755 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-04-01 22:10:17,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:17.949 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.193s] 2018-04-01 22:10:23,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:23.569 9287 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.618s] 2018-04-01 22:10:37,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:37.928 9287 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.955s] 2018-04-01 22:10:41,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:41.101 9287 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [57.607s] 2018-04-01 22:10:44,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:44.942 9287 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.013s] 2018-04-01 22:10:45,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:45.692 9287 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.419s] 2018-04-01 22:10:46,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:10:46.057 9287 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.365s] 2018-04-01 22:11:00,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:00.316 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-04-01 22:11:00,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:00.488 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.171s] 2018-04-01 22:11:00,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:00.678 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.189s] 2018-04-01 22:11:00,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:00.871 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.193s] 2018-04-01 22:11:00,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:00.903 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-04-01 22:11:00,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:00.952 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.048s] 2018-04-01 22:11:01,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:00.999 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.047s] 2018-04-01 22:11:01,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:01.044 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-04-01 22:11:01,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:01.085 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.041s] 2018-04-01 22:11:01,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:01.221 9287 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.135s] 2018-04-01 22:11:11,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0efee3a4-5c92-474d-b85d-a4891357c97e']'. 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0efee3a4-5c92-474d-b85d-a4891357c97e | 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 22:08:09 | 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 22:11:11 | 2018-04-01 22:11:12,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:02 | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f37da874-ac46-4487-99db-063f3515aed4) | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2ae2f1c9-131d-4a39-95fc-e6f986f9b433) | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 134 | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 165.313 | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 123 | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 22:11:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 22:11:12,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 11 | 2018-04-01 22:11:12,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 22:11:12,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 22:11:12,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 91.7910447761% 2018-04-01 22:11:19,294 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 22:11:19,294 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:31 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-01 22:11:19,298 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-01 22:11:19,299 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-01 22:11:19,422 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 22:11:22,032 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 22:11:21.593 9377 INFO rally.deployment.engine [-] Deployment 2ae2f1c9-131d-4a39-95fc-e6f986f9b433 | Starting: Destroy cloud and free allocated resources. 2018-04-01 22:11:21.663 9377 INFO rally.deployment.engine [-] Deployment 2ae2f1c9-131d-4a39-95fc-e6f986f9b433 | Completed: Destroy cloud and free allocated resources. 2018-04-01 22:11:21.704 9377 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4) for deployment 'opnfv-rally'. 2018-04-01 22:11:21.724 9377 INFO rally.api [-] Deleting verification (UUID=0efee3a4-5c92-474d-b85d-a4891357c97e). 2018-04-01 22:11:21.755 9377 INFO rally.api [-] Verification has been successfully deleted! 2018-04-01 22:11:21.756 9377 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4). 2018-04-01 22:11:21.767 9377 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 22:11:24,297 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 22:11:24.067 9380 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3aabdfa0-3f59-4786-ae6c-3f02c774f038) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3aabdfa0-3f59-4786-ae6c-3f02c774f038 | 2018-04-01T22:11:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3aabdfa0-3f59-4786-ae6c-3f02c774f038 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-01 22:11:27,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-01 22:11:27,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 22:11:29,945 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-01 22:11:29.706 9386 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f37da874-ac46-4487-99db-063f3515aed4). 2018-04-01 22:11:29.813 9386 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-01 22:11:33,199 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 22:11:31.823 9389 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 22:11:31.939 9389 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 22:11:32.993 9389 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701) has been successfully created! Using verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701) as the default verifier for the future CLI operations. 2018-04-01 22:11:36,173 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-01 22:11:38,608 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-01 22:11:45,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 22:11:51,240 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 22:11:50.197 9408 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701) for deployment 'opnfv-rally' (UUID=3aabdfa0-3f59-4786-ae6c-3f02c774f038). 2018-04-01 22:11:51.069 9408 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701) has been successfully configured for deployment 'opnfv-rally' (UUID=3aabdfa0-3f59-4786-ae6c-3f02c774f038)! 2018-04-01 22:11:51,241 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-01 22:11:51,241 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-01 22:11:51,243 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-01 22:11:51,251 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-01 22:11:54,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-499efafb-2ebc-486f-896b-d41dae040701/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-01 22:11:54,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-01 22:11:56,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:11:56.380 9417 INFO rally.api [-] Starting verification (UUID=61850919-3d4e-42e0-8ade-c1e750487ff1) for deployment 'opnfv-rally' (UUID=3aabdfa0-3f59-4786-ae6c-3f02c774f038) by verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701). 2018-04-01 22:11:56,381 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 61850919-3d4e-42e0-8ade-c1e750487ff1 2018-04-01 22:14:39,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '61850919-3d4e-42e0-8ade-c1e750487ff1']'. 2018-04-01 22:14:40,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 22:14:40,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 22:14:40,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 22:14:40,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 61850919-3d4e-42e0-8ade-c1e750487ff1 | 2018-04-01 22:14:40,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 22:11:56 | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 22:14:39 | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:43 | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 499efafb-2ebc-486f-896b-d41dae040701) | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3aabdfa0-3f59-4786-ae6c-3f02c774f038) | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-01 22:14:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 152.059 | 2018-04-01 22:14:40,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-04-01 22:14:40,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-01 22:14:40,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 22:14:40,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 22:14:40,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-01 22:14:40,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 22:14:40,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 22:14:40,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-04-01 22:14:46,925 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 22:14:46,925 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:11 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-01 22:14:46,929 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-04-01 22:14:46,929 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-01 22:15:08,778 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-01 22:15:08,778 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-01 22:15:08,824 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-01 22:15:08,932 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 22:15:08,933 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-01 22:15:08,936 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-01 22:15:09,926 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-01 22:56:17,957 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 22:56:17,959 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:08 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-01 22:56:17,963 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-01 22:56:17,964 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-01 22:56:18,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-01 22:56:20,446 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-01 22:56:20.044 9507 INFO rally.deployment.engine [-] Deployment 3aabdfa0-3f59-4786-ae6c-3f02c774f038 | Starting: Destroy cloud and free allocated resources. 2018-04-01 22:56:20.103 9507 INFO rally.deployment.engine [-] Deployment 3aabdfa0-3f59-4786-ae6c-3f02c774f038 | Completed: Destroy cloud and free allocated resources. 2018-04-01 22:56:20.165 9507 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701) for deployment 'opnfv-rally'. 2018-04-01 22:56:20.195 9507 INFO rally.api [-] Deleting verification (UUID=61850919-3d4e-42e0-8ade-c1e750487ff1). 2018-04-01 22:56:20.229 9507 INFO rally.api [-] Verification has been successfully deleted! 2018-04-01 22:56:20.229 9507 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701). 2018-04-01 22:56:20.240 9507 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-01 22:56:22,832 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-01 22:56:22.564 9510 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=adb462bf-ba47-4a45-8ac4-f01951519a4f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | adb462bf-ba47-4a45-8ac4-f01951519a4f | 2018-04-01T22:56:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: adb462bf-ba47-4a45-8ac4-f01951519a4f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-01 22:56:26,098 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-01 22:56:26,099 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-01 22:56:28,381 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-01 22:56:28.113 9516 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=499efafb-2ebc-486f-896b-d41dae040701). 2018-04-01 22:56:28.223 9516 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-01 22:56:31,811 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-01 22:56:30.442 9519 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-01 22:56:30.553 9519 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-01 22:56:31.588 9519 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4abbb1d0-9ebf-4813-a2a5-642e2fae5ee1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4abbb1d0-9ebf-4813-a2a5-642e2fae5ee1) as the default verifier for the future CLI operations. 2018-04-01 22:56:43,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-01 22:56:48,822 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-01 22:56:47.820 9538 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4abbb1d0-9ebf-4813-a2a5-642e2fae5ee1) for deployment 'opnfv-rally' (UUID=adb462bf-ba47-4a45-8ac4-f01951519a4f). 2018-04-01 22:56:48.685 9538 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4abbb1d0-9ebf-4813-a2a5-642e2fae5ee1) has been successfully configured for deployment 'opnfv-rally' (UUID=adb462bf-ba47-4a45-8ac4-f01951519a4f)! 2018-04-01 22:56:51,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4abbb1d0-9ebf-4813-a2a5-642e2fae5ee1/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-01 22:56:51,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-01 22:56:53,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-01 22:56:53.687 9547 INFO rally.api [-] Starting verification (UUID=d39c35f9-8102-446d-ae7b-3472a8a4f8e8) for deployment 'opnfv-rally' (UUID=adb462bf-ba47-4a45-8ac4-f01951519a4f) by verifier 'opnfv-tempest' (UUID=4abbb1d0-9ebf-4813-a2a5-642e2fae5ee1). 2018-04-01 22:58:47,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd39c35f9-8102-446d-ae7b-3472a8a4f8e8']'. 2018-04-01 22:58:48,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d39c35f9-8102-446d-ae7b-3472a8a4f8e8 | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-01 22:56:53 | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-01 22:58:47 | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:54 | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4abbb1d0-9ebf-4813-a2a5-642e2fae5ee1) | 2018-04-01 22:58:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: adb462bf-ba47-4a45-8ac4-f01951519a4f) | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.492 | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-01 22:58:48,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-01 22:58:48,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-01 22:58:54,699 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-01 22:58:54,700 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:20 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-01 22:58:54,704 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-01 22:58:54,704 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:54 | PASS | | vping_userdata | functest | smoke | 00:42 | PASS | | tempest_smoke_serial | functest | smoke | 14:21 | PASS | | rally_sanity | functest | smoke | 19:59 | FAIL | | refstack_defcore | functest | smoke | 03:31 | FAIL | | patrole | functest | smoke | 03:11 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 41:08 | FAIL | | neutron_trunk | functest | smoke | 02:20 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-01 22:58:54,711 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-01 22:58:58,135 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-85 | | 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-04-01 22:58:58,137 - 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=w9fGCjR2NJ83zgncCwaFFheQY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-01 22:58:58,137 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 22:58:58,137 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-01 22:58:58,137 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | 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-04-01 22:58:58,139 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-01 22:59:00,519 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-85 | | 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-04-01 22:59:00,521 - 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=w9fGCjR2NJ83zgncCwaFFheQY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-01 22:59:00,521 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 22:59:00,521 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-01 22:59:00,522 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-01 22:59:00,523 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-01 22:59:02,887 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-85 | | 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-04-01 22:59:02,890 - 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=w9fGCjR2NJ83zgncCwaFFheQY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-01 22:59:02,890 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-01 22:59:02,890 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-01 22:59:02,890 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-01 22:59:02,891 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK