2018-04-27 09:55:47,703 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-56 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-27 09:55:47,706 - 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=e64F9PcgUN3zVdC8gRUead6M7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-27 09:55:47,706 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 09:55:47,707 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-27 09:55:47,708 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-27 09:55:47,708 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-27 09:55:49,917 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-27 09:55:58,337 - 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 8.409s OK 2018-04-27 09:55:58,465 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 09:55:58,466 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-27 09:55:58,470 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-27 09:55:59,134 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-27 10:05:42,807 - 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 583.624s OK 2018-04-27 10:05:42,933 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:05:42,933 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-27 10:05:42,937 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-27 10:05:43,626 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-27 10:06:16,255 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 32.628s OK 2018-04-27 10:06:16,374 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:06:16,374 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:33 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-27 10:06:16,380 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 09:44 | PASS | | snaps_health_check | functest | healthcheck | 00:33 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-27 10:06:16,383 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-27 10:06:19,024 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-56 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-27 10:06:19,028 - 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=e64F9PcgUN3zVdC8gRUead6M7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-27 10:06:19,028 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 10:06:19,029 - 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 snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-27 10:06:19,031 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-27 10:06:19,031 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-27 10:06:19,952 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-27 10:06:19,952 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-27 10:06:20,381 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-27 10:06:20,382 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-27 10:06:20,767 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-27 10:06:20,767 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-27 10:06:20' 2018-04-27 10:06:20,767 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:22,288 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:24,656 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:29,911 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:30,709 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:31,447 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:35,736 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:37,901 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-72dda7ff-2b77-4830-a52d-62dcbb8987d4' 2018-04-27 10:06:57,175 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-27 10:07:00,881 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-27 10:07:01,018 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-27 10:07:02,025 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-27 10:07:18,048 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-27 10:07:18,048 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-27 10:07:18,552 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:07:18,552 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-27 10:07:18,557 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-27 10:07:18,643 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-27 10:07:18,643 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-27 10:07:18' 2018-04-27 10:07:18,643 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--89b4b6dc-4cdc-4a16-8c91-55bc2f306731' 2018-04-27 10:07:20,782 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-89b4b6dc-4cdc-4a16-8c91-55bc2f306731' 2018-04-27 10:07:22,299 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-89b4b6dc-4cdc-4a16-8c91-55bc2f306731' 2018-04-27 10:07:27,332 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-89b4b6dc-4cdc-4a16-8c91-55bc2f306731' 2018-04-27 10:07:27,932 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-89b4b6dc-4cdc-4a16-8c91-55bc2f306731' 2018-04-27 10:07:32,424 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-89b4b6dc-4cdc-4a16-8c91-55bc2f306731' 2018-04-27 10:07:36,844 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-27 10:07:45,520 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-27 10:07:48,022 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.6. Waiting for response... 2018-04-27 10:07:52,503 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-27 10:08:05,172 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:08:05,172 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-27 10:08:05,177 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-27 10:08:05,246 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-27 10:08:09,841 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-27 10:08:09.567 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ec683f16-5763-459f-96ba-7b4a6c46842a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ec683f16-5763-459f-96ba-7b4a6c46842a | 2018-04-27T10:08:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ec683f16-5763-459f-96ba-7b4a6c46842a ~/.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-27 10:08:13,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-27 10:08:13,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-27 10:08:18,947 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-27 10:08:17.605 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-27 10:08:17.744 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-27 10:08:18.766 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb) as the default verifier for the future CLI operations. 2018-04-27 10:08:22,102 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-27 10:08:23,626 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-27 10:08:27,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-27 10:08:32,300 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-27 10:08:31.449 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb) for deployment 'opnfv-rally' (UUID=ec683f16-5763-459f-96ba-7b4a6c46842a). 2018-04-27 10:08:32.118 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb) has been successfully configured for deployment 'opnfv-rally' (UUID=ec683f16-5763-459f-96ba-7b4a6c46842a)! 2018-04-27 10:08:32,301 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-27 10:08:32,301 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-27 10:08:32,303 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-27 10:08:32,306 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-27 10:08:35,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-27 10:08:35,251 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-27 10:08:35,253 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-27 10:08:35,253 - 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-27 10:08:37,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:08:37.397 55 INFO rally.api [-] Starting verification (UUID=35850595-bfb8-4554-8d11-2420f159fc61) for deployment 'opnfv-rally' (UUID=ec683f16-5763-459f-96ba-7b4a6c46842a) by verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb). 2018-04-27 10:08:37,399 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 35850595-bfb8-4554-8d11-2420f159fc61 2018-04-27 10:08:43,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:08:43.714 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.185s] 2018-04-27 10:08:43,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:08:43.769 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-27 10:08:49,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:08:49.043 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.895s] 2018-04-27 10:08:50,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:08:50.246 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.202s] 2018-04-27 10:08:57,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:08:57.763 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [1.895s] 2018-04-27 10:09:11,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:09:11.732 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.313s] 2018-04-27 10:09:39,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:09:39.846 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-04-27 10:09:39,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:09:39.847 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-27 10:10:03,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:10:03.753 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-04-27 10:10:03,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:10:03.754 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-27 10:10:28,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:10:28.319 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-04-27 10:10:28,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:10:28.321 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-04-27 10:11:03,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:03.775 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.085s] 2018-04-27 10:11:23,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:23.120 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-04-27 10:11:23,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:23.434 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.313s] 2018-04-27 10:11:29,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:29.976 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.639s] 2018-04-27 10:11:29,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:29.984 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-27 10:11:31,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:31.200 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-27 10:11:31,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:31.202 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-27 10:11:34,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:34.946 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.451s] 2018-04-27 10:11:40,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:40.216 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-04-27 10:11:45,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:45.851 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.574s] 2018-04-27 10:11:52,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:11:52.216 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.422s] 2018-04-27 10:12:00,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:00.374 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.963s] 2018-04-27 10:12:05,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:05.437 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.333s] 2018-04-27 10:12:10,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:10.484 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.181s] 2018-04-27 10:12:16,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:16.622 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.438s] 2018-04-27 10:12:22,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:22.872 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.402s] 2018-04-27 10:12:29,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:29.935 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.486s] 2018-04-27 10:12:31,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:31.936 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-27 10:12:33,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:33.773 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-04-27 10:12:33,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:33.843 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-04-27 10:12:33,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:33.912 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-04-27 10:12:33,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:33.918 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-27 10:12:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:37.262 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.539s] 2018-04-27 10:12:38,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:38.034 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.771s] 2018-04-27 10:12:39,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:39.054 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.020s] 2018-04-27 10:12:44,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:44.581 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-27 10:12:49,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:12:49.362 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.794s] 2018-04-27 10:13:01,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:01.058 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.188s] 2018-04-27 10:13:04,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:04.000 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.941s] 2018-04-27 10:13:13,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:13.703 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.542s] 2018-04-27 10:13:16,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:16.365 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.660s] 2018-04-27 10:13:21,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:21.968 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.603s] 2018-04-27 10:13:30,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:30.343 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.542s] 2018-04-27 10:13:33,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:33.054 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.710s] 2018-04-27 10:13:36,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:36.527 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.471s] 2018-04-27 10:13:48,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:48.184 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.866s] 2018-04-27 10:13:48,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:48.334 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.150s] 2018-04-27 10:13:48,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:48.458 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.124s] 2018-04-27 10:13:48,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:48.640 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.181s] 2018-04-27 10:13:48,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:48.734 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.093s] 2018-04-27 10:13:48,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:48.786 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.052s] 2018-04-27 10:13:57,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:57.985 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.613s] 2018-04-27 10:13:58,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:58.271 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.286s] 2018-04-27 10:13:58,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:58.380 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2018-04-27 10:13:58,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:58.567 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.186s] 2018-04-27 10:13:58,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:58.673 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2018-04-27 10:13:58,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:13:58.726 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-04-27 10:14:07,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:07.934 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.257s] 2018-04-27 10:14:11,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:11.957 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.023s] 2018-04-27 10:14:13,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:13.839 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.880s] 2018-04-27 10:14:13,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:13.888 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.050s] 2018-04-27 10:14:14,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:14.073 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.185s] 2018-04-27 10:14:23,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:23.150 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.023s] 2018-04-27 10:14:27,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:27.644 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.494s] 2018-04-27 10:14:29,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:29.212 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.567s] 2018-04-27 10:14:29,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:29.388 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.176s] 2018-04-27 10:14:29,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:29.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-04-27 10:14:41,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:41.695 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.621s] 2018-04-27 10:14:46,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:46.227 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.533s] 2018-04-27 10:14:50,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:50.099 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.870s] 2018-04-27 10:14:52,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:14:52.921 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.821s] 2018-04-27 10:15:10,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:10.694 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.831s] 2018-04-27 10:15:15,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:15.508 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.813s] 2018-04-27 10:15:19,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:19.476 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.967s] 2018-04-27 10:15:22,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:22.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.944s] 2018-04-27 10:15:33,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:33.176 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.277s] 2018-04-27 10:15:34,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:34.254 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.076s] 2018-04-27 10:15:34,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:34.450 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.197s] 2018-04-27 10:15:38,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:38.592 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.350s] 2018-04-27 10:15:39,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:39.972 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.378s] 2018-04-27 10:15:40,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:40.013 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2018-04-27 10:15:43,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:43.739 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.812s] 2018-04-27 10:15:46,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:46.516 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-27 10:15:47,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:47.543 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-27 10:15:47,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:47.547 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-27 10:15:47,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:47.548 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-27 10:15:47,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:47.549 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-27 10:15:47,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:47.549 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-27 10:15:49,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:15:49.392 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-27 10:16:00,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:16:00.633 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [6.676s] 2018-04-27 10:16:11,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:16:11.522 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.528s] 2018-04-27 10:16:21,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:16:21.599 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.074s] 2018-04-27 10:16:29,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:16:29.290 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-27 10:17:26,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:17:26.617 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [52.023s] 2018-04-27 10:17:58,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:17:58.398 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [23.946s] 2018-04-27 10:18:34,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:18:34.814 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [21.325s] 2018-04-27 10:18:46,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '35850595-bfb8-4554-8d11-2420f159fc61']'. 2018-04-27 10:18:47,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 35850595-bfb8-4554-8d11-2420f159fc61 | 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-27 10:08:37 | 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-27 10:18:46 | 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:09 | 2018-04-27 10:18:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb) | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ec683f16-5763-459f-96ba-7b4a6c46842a) | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 593.019 | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-27 10:18:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-27 10:18:47,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-27 10:18:47,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 10:18:47,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-27 10:18:47,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-27 10:18:53,615 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:18:53,615 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:31 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-27 10:18:53,620 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-27 10:18:53,720 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-27 10:18:54,164 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-27 10:18:54,164 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-27 10:18:54,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-27 10:18:56,987 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-27 10:18:56.634 117 INFO rally.deployment.engine [-] Deployment ec683f16-5763-459f-96ba-7b4a6c46842a | Starting: Destroy cloud and free allocated resources. 2018-04-27 10:18:56.715 117 INFO rally.deployment.engine [-] Deployment ec683f16-5763-459f-96ba-7b4a6c46842a | Completed: Destroy cloud and free allocated resources. 2018-04-27 10:18:56.746 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb) for deployment 'opnfv-rally'. 2018-04-27 10:18:56.761 117 INFO rally.api [-] Deleting verification (UUID=35850595-bfb8-4554-8d11-2420f159fc61). 2018-04-27 10:18:56.789 117 INFO rally.api [-] Verification has been successfully deleted! 2018-04-27 10:18:56.790 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb). 2018-04-27 10:18:56.796 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-27 10:18:59,371 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-27 10:18:59.108 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e70b8d97-60af-447b-a245-44c67be3f472) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e70b8d97-60af-447b-a245-44c67be3f472 | 2018-04-27T10:18:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e70b8d97-60af-447b-a245-44c67be3f472 ~/.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-27 10:19:02,617 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-27 10:19:02,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-27 10:19:03,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf'... 2018-04-27 10:19:05,995 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-ef13e3b5-c474-404b-abd1-f01c724867cf'... 2018-04-27 10:19:07,655 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-ef13e3b5-c474-404b-abd1-f01c724867cf'... 2018-04-27 10:19:11,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf'... 2018-04-27 10:19:12,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf'... 2018-04-27 10:19:13,387 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-27 10:19:13,388 - 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-27 10:19:13,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:19:13,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:19:13,408 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:20:12,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0bb36b82-267c-40be-a5fe-b6d7bd611d58 2018-04-27 10:20:12,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-27 10:20:12,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0bb36b82-267c-40be-a5fe-b6d7bd611d58'] 2018-04-27 10:20:13,515 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0bb36b82-267c-40be-a5fe-b6d7bd611d58: 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 0bb36b82-267c-40be-a5fe-b6d7bd611d58 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.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | total | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> duration | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.454658 Full duration: 6.545343 -------------------------------------------------------------------------------- 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 0bb36b82-267c-40be-a5fe-b6d7bd611d58 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.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | total | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | -> duration | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.201509 Full duration: 7.291626 -------------------------------------------------------------------------------- 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 0bb36b82-267c-40be-a5fe-b6d7bd611d58 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.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.60862 Full duration: 6.757032 -------------------------------------------------------------------------------- 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 0bb36b82-267c-40be-a5fe-b6d7bd611d58 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.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72855 Full duration: 6.844838 -------------------------------------------------------------------------------- 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 0bb36b82-267c-40be-a5fe-b6d7bd611d58 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 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.730085 Full duration: 6.919545 -------------------------------------------------------------------------------- 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 0bb36b82-267c-40be-a5fe-b6d7bd611d58 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.669844 Full duration: 6.668044 HINTS: * To plot HTML graphics with this data, run: rally task report 0bb36b82-267c-40be-a5fe-b6d7bd611d58 --out output.html * To generate a JUnit report, run: rally task export 0bb36b82-267c-40be-a5fe-b6d7bd611d58 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0bb36b82-267c-40be-a5fe-b6d7bd611d58 --json --out output.json 2018-04-27 10:20:13,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0bb36b82-267c-40be-a5fe-b6d7bd611d58'] 2018-04-27 10:20:14,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:20:14,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0bb36b82-267c-40be-a5fe-b6d7bd611d58', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-27 10:20:14,594 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-27 10:20:14,595 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-27 10:20:14,595 - 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-27 10:20:14,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:20:14,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:20:14,608 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:21:39,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 470b41c6-59cd-4fb2-bc2f-4a3323518e21 2018-04-27 10:21:39,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '470b41c6-59cd-4fb2-bc2f-4a3323518e21'] 2018-04-27 10:21:40,815 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 470b41c6-59cd-4fb2-bc2f-4a3323518e21: 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 470b41c6-59cd-4fb2-bc2f-4a3323518e21 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.354 | 3.354 | 3.354 | 3.354 | 3.354 | 3.354 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | glance_v2.delete_image | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | total | 4.625 | 4.625 | 4.625 | 4.625 | 4.625 | 4.625 | 100.0% | 1 | | -> duration | 4.625 | 4.625 | 4.625 | 4.625 | 4.625 | 4.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.625498 Full duration: 12.208123 -------------------------------------------------------------------------------- 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 470b41c6-59cd-4fb2-bc2f-4a3323518e21 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 100.0% | 1 | | glance_v2.list_images | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 3.347 | 3.347 | 3.347 | 3.347 | 3.347 | 3.347 | 100.0% | 1 | | -> duration | 3.347 | 3.347 | 3.347 | 3.347 | 3.347 | 3.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.346711 Full duration: 13.332022 -------------------------------------------------------------------------------- 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 470b41c6-59cd-4fb2-bc2f-4a3323518e21 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.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | -> duration | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.183706 Full duration: 6.970605 -------------------------------------------------------------------------------- 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-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "number_instances": 2, "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] }, "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 470b41c6-59cd-4fb2-bc2f-4a3323518e21 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.142 | 4.142 | 4.142 | 4.142 | 4.142 | 4.142 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.841 | 1.841 | 1.841 | 1.841 | 1.841 | 1.841 | 100.0% | 1 | | nova.boot_servers | 10.918 | 10.918 | 10.918 | 10.918 | 10.918 | 10.918 | 100.0% | 1 | | total | 15.061 | 15.061 | 15.061 | 15.061 | 15.061 | 15.061 | 100.0% | 1 | | -> duration | 14.061 | 14.061 | 14.061 | 14.061 | 14.061 | 14.061 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.061165 Full duration: 34.667268 HINTS: * To plot HTML graphics with this data, run: rally task report 470b41c6-59cd-4fb2-bc2f-4a3323518e21 --out output.html * To generate a JUnit report, run: rally task export 470b41c6-59cd-4fb2-bc2f-4a3323518e21 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 470b41c6-59cd-4fb2-bc2f-4a3323518e21 --json --out output.json 2018-04-27 10:21:40,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '470b41c6-59cd-4fb2-bc2f-4a3323518e21'] 2018-04-27 10:21:41,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:21:41,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '470b41c6-59cd-4fb2-bc2f-4a3323518e21', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-27 10:21:41,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-27 10:21:41,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-27 10:21:41,810 - 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-27 10:21:41,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:21:41,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:21:41,827 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:24:41,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8acda0db-1d75-4889-af85-b069579e5dbb 2018-04-27 10:24:41,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8acda0db-1d75-4889-af85-b069579e5dbb'] 2018-04-27 10:24:42,382 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8acda0db-1d75-4889-af85-b069579e5dbb: 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.036 | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 100.0% | 1 | | total | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 100.0% | 1 | | -> duration | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 5.304 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.303878 Full duration: 20.949644 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.07 | 3.07 | 3.07 | 3.07 | 3.07 | 3.07 | 100.0% | 1 | | cinder_v2.delete_volume | 2.567 | 2.567 | 2.567 | 2.567 | 2.567 | 2.567 | 100.0% | 1 | | total | 5.637 | 5.637 | 5.637 | 5.637 | 5.637 | 5.637 | 100.0% | 1 | | -> duration | 5.637 | 5.637 | 5.637 | 5.637 | 5.637 | 5.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.636582 Full duration: 15.089778 -------------------------------------------------------------------------------- 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-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 8acda0db-1d75-4889-af85-b069579e5dbb 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 | 7.484 | 7.484 | 7.484 | 7.484 | 7.484 | 7.484 | 100.0% | 1 | | cinder_v2.delete_volume | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | total | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 100.0% | 1 | | -> duration | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 9.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.948958 Full duration: 19.613166 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.133 | 3.133 | 3.133 | 3.133 | 3.133 | 3.133 | 100.0% | 1 | | cinder_v2.delete_volume | 2.288 | 2.288 | 2.288 | 2.288 | 2.288 | 2.288 | 100.0% | 1 | | total | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 100.0% | 1 | | -> duration | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 5.421 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.421269 Full duration: 14.142917 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.068 | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 100.0% | 1 | | cinder_v2.extend_volume | 2.595 | 2.595 | 2.595 | 2.595 | 2.595 | 2.595 | 100.0% | 1 | | cinder_v2.delete_volume | 2.307 | 2.307 | 2.307 | 2.307 | 2.307 | 2.307 | 100.0% | 1 | | total | 7.971 | 7.971 | 7.971 | 7.971 | 7.971 | 7.971 | 100.0% | 1 | | -> duration | 7.971 | 7.971 | 7.971 | 7.971 | 7.971 | 7.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.970852 Full duration: 17.034945 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.157 | 3.157 | 3.157 | 3.157 | 3.157 | 3.157 | 100.0% | 1 | | cinder_v2.delete_volume | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 100.0% | 1 | | total | 5.599 | 5.599 | 5.599 | 5.599 | 5.599 | 5.599 | 100.0% | 1 | | -> duration | 5.599 | 5.599 | 5.599 | 5.599 | 5.599 | 5.599 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.598826 Full duration: 21.376702 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | cinder_v2.list_qos | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737286 Full duration: 10.990165 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | cinder_v2.set_qos | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725651 Full duration: 11.163813 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | cinder_v2.list_types | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.815101 Full duration: 11.08312 -------------------------------------------------------------------------------- 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 8acda0db-1d75-4889-af85-b069579e5dbb 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.777032 Full duration: 11.172404 HINTS: * To plot HTML graphics with this data, run: rally task report 8acda0db-1d75-4889-af85-b069579e5dbb --out output.html * To generate a JUnit report, run: rally task export 8acda0db-1d75-4889-af85-b069579e5dbb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8acda0db-1d75-4889-af85-b069579e5dbb --json --out output.json 2018-04-27 10:24:42,383 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8acda0db-1d75-4889-af85-b069579e5dbb'] 2018-04-27 10:24:43,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:24:43,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8acda0db-1d75-4889-af85-b069579e5dbb', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-27 10:24:43,411 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-27 10:24:43,412 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-27 10:24:43,412 - 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-27 10:24:43,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:24:43,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:24:43,432 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:25:55,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2c531f0c-2ae4-434c-83d3-49076e5f4f99 2018-04-27 10:25:55,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2c531f0c-2ae4-434c-83d3-49076e5f4f99'] 2018-04-27 10:25:56,188 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2c531f0c-2ae4-434c-83d3-49076e5f4f99: 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 2c531f0c-2ae4-434c-83d3-49076e5f4f99 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.413 | 4.413 | 4.413 | 4.413 | 4.413 | 4.413 | 100.0% | 1 | | heat.update_stack | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 100.0% | 1 | | heat.delete_stack | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | total | 9.258 | 9.258 | 9.258 | 9.258 | 9.258 | 9.258 | 100.0% | 1 | | -> duration | 5.258 | 5.258 | 5.258 | 5.258 | 5.258 | 5.258 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.258382 Full duration: 16.986861 -------------------------------------------------------------------------------- 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 2c531f0c-2ae4-434c-83d3-49076e5f4f99 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.613 | 4.613 | 4.613 | 4.613 | 4.613 | 4.613 | 100.0% | 1 | | heat.check_stack | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | heat.delete_stack | 2.278 | 2.278 | 2.278 | 2.278 | 2.278 | 2.278 | 100.0% | 1 | | total | 8.134 | 8.134 | 8.134 | 8.134 | 8.134 | 8.134 | 100.0% | 1 | | -> duration | 6.134 | 6.134 | 6.134 | 6.134 | 6.134 | 6.134 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.133606 Full duration: 15.863366 -------------------------------------------------------------------------------- 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 2c531f0c-2ae4-434c-83d3-49076e5f4f99 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.272 | 4.272 | 4.272 | 4.272 | 4.272 | 4.272 | 100.0% | 1 | | heat.suspend_stack | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | heat.resume_stack | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 100.0% | 1 | | heat.delete_stack | 2.217 | 2.217 | 2.217 | 2.217 | 2.217 | 2.217 | 100.0% | 1 | | total | 8.334 | 8.334 | 8.334 | 8.334 | 8.334 | 8.334 | 100.0% | 1 | | -> duration | 6.334 | 6.334 | 6.334 | 6.334 | 6.334 | 6.334 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.334112 Full duration: 15.898773 -------------------------------------------------------------------------------- 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 2c531f0c-2ae4-434c-83d3-49076e5f4f99 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.55 | 0.55 | 0.55 | 0.55 | 0.55 | 0.55 | 100.0% | 1 | | total | 0.55 | 0.55 | 0.55 | 0.55 | 0.55 | 0.55 | 100.0% | 1 | | -> duration | 0.55 | 0.55 | 0.55 | 0.55 | 0.55 | 0.55 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.550372 Full duration: 7.660124 HINTS: * To plot HTML graphics with this data, run: rally task report 2c531f0c-2ae4-434c-83d3-49076e5f4f99 --out output.html * To generate a JUnit report, run: rally task export 2c531f0c-2ae4-434c-83d3-49076e5f4f99 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2c531f0c-2ae4-434c-83d3-49076e5f4f99 --json --out output.json 2018-04-27 10:25:56,189 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2c531f0c-2ae4-434c-83d3-49076e5f4f99'] 2018-04-27 10:25:57,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:25:57,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2c531f0c-2ae4-434c-83d3-49076e5f4f99', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-27 10:25:57,118 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-27 10:25:57,118 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-27 10:25:57,118 - 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-27 10:25:57,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:25:57,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:25:57,136 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:28:54,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cfd23dd1-0979-4baa-ad6b-596fc1c9247a 2018-04-27 10:28:54,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'cfd23dd1-0979-4baa-ad6b-596fc1c9247a'] 2018-04-27 10:28:55,640 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task cfd23dd1-0979-4baa-ad6b-596fc1c9247a: 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.revoke_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | total | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> duration | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692971 Full duration: 13.10193 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.679152 Full duration: 12.980901 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | keystone_v3.list_projects | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> duration | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.87777 Full duration: 13.380228 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.delete_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | -> duration | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.559926 Full duration: 11.566663 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | keystone_v3.delete_service | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> duration | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.565928 Full duration: 11.13767 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | keystone_v3.create_user | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.create_role | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_project | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 100.0% | 1 | | -> duration | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.629883 Full duration: 18.320792 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.857917 Full duration: 11.455919 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730851 Full duration: 13.316102 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.63801 Full duration: 13.088367 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.list_users | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812309 Full duration: 13.188616 -------------------------------------------------------------------------------- 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 cfd23dd1-0979-4baa-ad6b-596fc1c9247a 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | keystone_v3.create_users | 4.322 | 4.322 | 4.322 | 4.322 | 4.322 | 4.322 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.321 | 4.321 | 4.321 | 4.321 | 4.321 | 4.321 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 100.0% | 1 | | total | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> duration | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.920703 Full duration: 23.14474 HINTS: * To plot HTML graphics with this data, run: rally task report cfd23dd1-0979-4baa-ad6b-596fc1c9247a --out output.html * To generate a JUnit report, run: rally task export cfd23dd1-0979-4baa-ad6b-596fc1c9247a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cfd23dd1-0979-4baa-ad6b-596fc1c9247a --json --out output.json 2018-04-27 10:28:55,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'cfd23dd1-0979-4baa-ad6b-596fc1c9247a'] 2018-04-27 10:28:56,660 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:28:56,660 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'cfd23dd1-0979-4baa-ad6b-596fc1c9247a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-27 10:28:56,669 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-27 10:28:56,669 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-27 10:28:56,669 - 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-27 10:28:56,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:28:56,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:28:56,686 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:33:29,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d481c0db-7cbf-4372-b030-2eb47350a772 2018-04-27 10:33:29,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd481c0db-7cbf-4372-b030-2eb47350a772'] 2018-04-27 10:33:30,336 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d481c0db-7cbf-4372-b030-2eb47350a772: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task d481c0db-7cbf-4372-b030-2eb47350a772 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.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | neutron.delete_network | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | total | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 100.0% | 1 | | -> duration | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.425866 Full duration: 13.556026 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.439 | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 100.0% | 1 | | neutron.delete_port | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 100.0% | 1 | | -> duration | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 1.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.834957 Full duration: 24.475343 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | neutron.create_subnet | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 0.434 | 100.0% | 1 | | neutron.create_router | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | neutron.add_interface_router | 1.601 | 1.601 | 1.601 | 1.601 | 1.601 | 1.601 | 100.0% | 1 | | neutron.remove_interface_router | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | neutron.delete_router | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 100.0% | 1 | | -> duration | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 4.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.98092 Full duration: 31.652235 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | neutron.delete_subnet | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | total | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | -> duration | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.500423 Full duration: 23.774482 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | neutron.list_networks | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.279 | 1.279 | 1.279 | 1.279 | 1.279 | 1.279 | 100.0% | 1 | | -> duration | 1.279 | 1.279 | 1.279 | 1.279 | 1.279 | 1.279 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.278933 Full duration: 15.689401 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | neutron.list_ports | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | -> duration | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.520014 Full duration: 24.974395 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | neutron.create_subnet | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | neutron.create_router | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | neutron.add_interface_router | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 100.0% | 1 | | neutron.list_routers | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 2.896 | 2.896 | 2.896 | 2.896 | 2.896 | 2.896 | 100.0% | 1 | | -> duration | 2.896 | 2.896 | 2.896 | 2.896 | 2.896 | 2.896 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.895623 Full duration: 32.791815 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | neutron.create_subnet | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | neutron.list_subnets | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> duration | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.293208 Full duration: 28.17814 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | neutron.delete_security_group | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> duration | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920647 Full duration: 12.859656 -------------------------------------------------------------------------------- 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 d481c0db-7cbf-4372-b030-2eb47350a772 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.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | neutron.create_security_group_rule | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 100.0% | 1 | | -> duration | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.172051 Full duration: 13.169895 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task d481c0db-7cbf-4372-b030-2eb47350a772 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.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | neutron.create_router | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | neutron.add_gateway_router | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 100.0% | 1 | | neutron.remove_gateway_router | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | total | 3.406 | 3.406 | 3.406 | 3.406 | 3.406 | 3.406 | 100.0% | 1 | | -> duration | 3.406 | 3.406 | 3.406 | 3.406 | 3.406 | 3.406 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.406445 Full duration: 22.481647 HINTS: * To plot HTML graphics with this data, run: rally task report d481c0db-7cbf-4372-b030-2eb47350a772 --out output.html * To generate a JUnit report, run: rally task export d481c0db-7cbf-4372-b030-2eb47350a772 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d481c0db-7cbf-4372-b030-2eb47350a772 --json --out output.json 2018-04-27 10:33:30,337 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd481c0db-7cbf-4372-b030-2eb47350a772'] 2018-04-27 10:33:31,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:33:31,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd481c0db-7cbf-4372-b030-2eb47350a772', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-27 10:33:31,410 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-27 10:33:31,411 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-27 10:33:31,411 - 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-27 10:33:31,411 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:33:31,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:33:31,422 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:39:13,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e0b7a9dd-2684-4bae-ba6e-a049d525ad1d 2018-04-27 10:39:13,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e0b7a9dd-2684-4bae-ba6e-a049d525ad1d'] 2018-04-27 10:39:14,134 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "block_migration": false, "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.16 | 8.16 | 8.16 | 8.16 | 8.16 | 8.16 | 100.0% | 1 | | nova.find_host_to_migrate | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | nova.live_migrate | 10.776 | 10.776 | 10.776 | 10.776 | 10.776 | 10.776 | 100.0% | 1 | | nova.delete_server | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 100.0% | 1 | | total | 22.449 | 22.449 | 22.449 | 22.449 | 22.449 | 22.449 | 100.0% | 1 | | -> duration | 21.449 | 21.449 | 21.449 | 21.449 | 21.449 | 21.449 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.449225 Full duration: 30.826222 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.765 | 9.765 | 9.765 | 9.765 | 9.765 | 9.765 | 100.0% | 1 | | cinder_v2.create_volume | 2.684 | 2.684 | 2.684 | 2.684 | 2.684 | 2.684 | 100.0% | 1 | | nova.attach_volume | 4.164 | 4.164 | 4.164 | 4.164 | 4.164 | 4.164 | 100.0% | 1 | | nova.find_host_to_migrate | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | nova.live_migrate | 9.632 | 9.632 | 9.632 | 9.632 | 9.632 | 9.632 | 100.0% | 1 | | nova.detach_volume | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 100.0% | 1 | | cinder_v2.delete_volume | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 100.0% | 1 | | nova.delete_server | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 100.0% | 1 | | total | 33.275 | 33.275 | 33.275 | 33.275 | 33.275 | 33.275 | 100.0% | 1 | | -> duration | 32.275 | 32.275 | 32.275 | 32.275 | 32.275 | 32.275 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.274503 Full duration: 43.782112 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d 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 | 7.651 | 7.651 | 7.651 | 7.651 | 7.651 | 7.651 | 100.0% | 1 | | nova.boot_server | 7.938 | 7.938 | 7.938 | 7.938 | 7.938 | 7.938 | 100.0% | 1 | | nova.find_host_to_migrate | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | nova.live_migrate | 13.573 | 13.573 | 13.573 | 13.573 | 13.573 | 13.573 | 100.0% | 1 | | nova.delete_server | 8.953 | 8.953 | 8.953 | 8.953 | 8.953 | 8.953 | 100.0% | 1 | | total | 39.154 | 39.154 | 39.154 | 39.154 | 39.154 | 39.154 | 100.0% | 1 | | -> duration | 38.154 | 38.154 | 38.154 | 38.154 | 38.154 | 38.154 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.15416 Full duration: 49.7733 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "server_kwargs": { "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | nova.boot_server | 7.154 | 7.154 | 7.154 | 7.154 | 7.154 | 7.154 | 100.0% | 1 | | nova.delete_server | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 100.0% | 1 | | nova.delete_keypair | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 100.0% | 1 | | total | 10.585 | 10.585 | 10.585 | 10.585 | 10.585 | 10.585 | 100.0% | 1 | | -> duration | 9.585 | 9.585 | 9.585 | 9.585 | 9.585 | 9.585 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.584547 Full duration: 29.198224 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "volume_size": 5, "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d 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.087 | 8.087 | 8.087 | 8.087 | 8.087 | 8.087 | 100.0% | 1 | | nova.boot_server | 7.695 | 7.695 | 7.695 | 7.695 | 7.695 | 7.695 | 100.0% | 1 | | nova.delete_server | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 100.0% | 1 | | total | 18.316 | 18.316 | 18.316 | 18.316 | 18.316 | 18.316 | 100.0% | 1 | | -> duration | 17.316 | 17.316 | 17.316 | 17.316 | 17.316 | 17.316 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.315522 Full duration: 39.145582 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "force_delete": false, "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.476 | 7.476 | 7.476 | 7.476 | 7.476 | 7.476 | 100.0% | 1 | | nova.pause_server | 2.325 | 2.325 | 2.325 | 2.325 | 2.325 | 2.325 | 100.0% | 1 | | nova.unpause_server | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | nova.delete_server | 4.995 | 4.995 | 4.995 | 4.995 | 4.995 | 4.995 | 100.0% | 1 | | total | 17.125 | 17.125 | 17.125 | 17.125 | 17.125 | 17.125 | 100.0% | 1 | | -> duration | 12.125 | 12.125 | 12.125 | 12.125 | 12.125 | 12.125 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.12456 Full duration: 35.294882 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "nics": [ { "net-id": "28209443-be29-4b61-9e75-6bc5a2777c0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.734 | 7.734 | 7.734 | 7.734 | 7.734 | 7.734 | 100.0% | 1 | | nova.migrate | 20.227 | 20.227 | 20.227 | 20.227 | 20.227 | 20.227 | 100.0% | 1 | | nova.resize_confirm | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | nova.delete_server | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 100.0% | 1 | | total | 32.895 | 32.895 | 32.895 | 32.895 | 32.895 | 32.895 | 100.0% | 1 | | -> duration | 31.895 | 31.895 | 31.895 | 31.895 | 31.895 | 31.895 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.895164 Full duration: 41.19046 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "image": { "name": "Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.875 | 7.875 | 7.875 | 7.875 | 7.875 | 7.875 | 100.0% | 1 | | nova.list_interfaces | 0.376 | 0.376 | 0.376 | 0.376 | 0.376 | 0.376 | 100.0% | 1 | | total | 8.251 | 8.251 | 8.251 | 8.251 | 8.251 | 8.251 | 100.0% | 1 | | -> duration | 7.251 | 7.251 | 7.251 | 7.251 | 7.251 | 7.251 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.250892 Full duration: 32.53854 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e0b7a9dd-2684-4bae-ba6e-a049d525ad1d has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | nova.delete_server_group | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> duration | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.661382 Full duration: 8.786966 HINTS: * To plot HTML graphics with this data, run: rally task report e0b7a9dd-2684-4bae-ba6e-a049d525ad1d --out output.html * To generate a JUnit report, run: rally task export e0b7a9dd-2684-4bae-ba6e-a049d525ad1d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e0b7a9dd-2684-4bae-ba6e-a049d525ad1d --json --out output.json 2018-04-27 10:39:14,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e0b7a9dd-2684-4bae-ba6e-a049d525ad1d'] 2018-04-27 10:39:15,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:39:15,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e0b7a9dd-2684-4bae-ba6e-a049d525ad1d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-27 10:39:15,131 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-27 10:39:15,131 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-27 10:39:15,131 - 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-27 10:39:15,131 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-27 10:39:15,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-27 10:39:15,138 - 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': '28209443-be29-4b61-9e75-6bc5a2777c0b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ef13e3b5-c474-404b-abd1-f01c724867cf', 'flavor_name': 'rally-tiny-ef13e3b5-c474-404b-abd1-f01c724867cf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ef13e3b5-c474-404b-abd1-f01c724867cf', '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-27 10:39:59,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1048751c-5807-4fbb-aacc-3c5dc8cbf13f 2018-04-27 10:39:59,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1048751c-5807-4fbb-aacc-3c5dc8cbf13f'] 2018-04-27 10:40:00,398 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1048751c-5807-4fbb-aacc-3c5dc8cbf13f: 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 1048751c-5807-4fbb-aacc-3c5dc8cbf13f 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | quotas.delete_quotas | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.828121 Full duration: 7.64764 -------------------------------------------------------------------------------- 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 1048751c-5807-4fbb-aacc-3c5dc8cbf13f 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685419 Full duration: 7.534014 -------------------------------------------------------------------------------- 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 1048751c-5807-4fbb-aacc-3c5dc8cbf13f 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.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> duration | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.65254 Full duration: 7.547777 -------------------------------------------------------------------------------- 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 1048751c-5807-4fbb-aacc-3c5dc8cbf13f 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.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | total | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | -> duration | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.883554 Full duration: 7.585819 HINTS: * To plot HTML graphics with this data, run: rally task report 1048751c-5807-4fbb-aacc-3c5dc8cbf13f --out output.html * To generate a JUnit report, run: rally task export 1048751c-5807-4fbb-aacc-3c5dc8cbf13f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1048751c-5807-4fbb-aacc-3c5dc8cbf13f --json --out output.json 2018-04-27 10:40:00,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1048751c-5807-4fbb-aacc-3c5dc8cbf13f'] 2018-04-27 10:40:01,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-27 10:40:01,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1048751c-5807-4fbb-aacc-3c5dc8cbf13f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-27 10:40:01,439 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-27 10:40:01,443 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:07 | 4 | 100.00% | | cinder | 02:32 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:34 | 11 | 100.00% | | neutron | 04:03 | 11 | 100.00% | | nova | 05:10 | 9 | 100.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:36 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-27 10:40:01,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-27 10:40:06,851 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-27 10:40:06,851 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-27 10:40:07,357 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:40:07,358 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:12 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-27 10:40:07,363 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-27 10:40:07,481 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-27 10:40:09,791 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-27 10:40:09.499 11196 INFO rally.deployment.engine [-] Deployment e70b8d97-60af-447b-a245-44c67be3f472 | Starting: Destroy cloud and free allocated resources. 2018-04-27 10:40:09.579 11196 INFO rally.deployment.engine [-] Deployment e70b8d97-60af-447b-a245-44c67be3f472 | Completed: Destroy cloud and free allocated resources. 2018-04-27 10:40:09.601 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb). 2018-04-27 10:40:09.606 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-27 10:40:12,137 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-27 10:40:11.934 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d9988391-bbc0-4d53-be7a-bcf029b43087) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d9988391-bbc0-4d53-be7a-bcf029b43087 | 2018-04-27T10:40:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d9988391-bbc0-4d53-be7a-bcf029b43087 ~/.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-27 10:40:15,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-27 10:40:15,347 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-27 10:40:17,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-27 10:40:17.496 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8dd1ba83-3f2e-4ba1-99de-42e4bd29eeeb). 2018-04-27 10:40:17.617 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-27 10:40:21,131 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-27 10:40:19.861 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-27 10:40:20.000 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-27 10:40:20.934 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722) as the default verifier for the future CLI operations. 2018-04-27 10:40:24,111 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-27 10:40:25,753 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-27 10:40:29,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-27 10:40:34,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-27 10:40:33.754 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722) for deployment 'opnfv-rally' (UUID=d9988391-bbc0-4d53-be7a-bcf029b43087). 2018-04-27 10:40:34.436 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722) has been successfully configured for deployment 'opnfv-rally' (UUID=d9988391-bbc0-4d53-be7a-bcf029b43087)! 2018-04-27 10:40:34,596 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-27 10:40:34,596 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-27 10:40:34,599 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-27 10:40:36,776 - 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-27 10:40:38,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:38.887 11239 INFO rally.api [-] Starting verification (UUID=a62ee41c-1ab4-41be-aa35-86218776871d) for deployment 'opnfv-rally' (UUID=d9988391-bbc0-4d53-be7a-bcf029b43087) by verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722). 2018-04-27 10:40:38,888 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a62ee41c-1ab4-41be-aa35-86218776871d 2018-04-27 10:40:47,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:47.477 11239 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-27 10:40:47,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:47.487 11239 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.360s] 2018-04-27 10:40:47,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:47.969 11239 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.470s] 2018-04-27 10:40:48,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:48.062 11239 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.708s] 2018-04-27 10:40:48,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:48.078 11239 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.108s] 2018-04-27 10:40:48,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:48.394 11239 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.331s] 2018-04-27 10:40:48,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:48.447 11239 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.895s] 2018-04-27 10:40:50,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:50.333 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.326s] 2018-04-27 10:40:50,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:50.559 11239 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.110s] 2018-04-27 10:40:55,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:55.076 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.674s] 2018-04-27 10:40:56,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:56.121 11239 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.223s] 2018-04-27 10:40:56,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:56.452 11239 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.331s] 2018-04-27 10:40:56,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:56.768 11239 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.316s] 2018-04-27 10:40:56,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:56.788 11239 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.182s] 2018-04-27 10:40:58,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:40:58.111 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.033s] 2018-04-27 10:41:00,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:00.101 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.990s] 2018-04-27 10:41:01,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:01.370 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.292s] 2018-04-27 10:41:01,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:01.550 11239 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.193s] 2018-04-27 10:41:01,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:01.716 11239 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.165s] 2018-04-27 10:41:02,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:02.452 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.350s] 2018-04-27 10:41:03,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:03.234 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.681s] 2018-04-27 10:41:03,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:03.298 11239 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.249s] 2018-04-27 10:41:03,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:03.582 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.130s] 2018-04-27 10:41:03,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:03.585 11239 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.288s] 2018-04-27 10:41:03,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:03.898 11239 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.311s] 2018-04-27 10:41:04,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:04.185 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.949s] 2018-04-27 10:41:04,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:04.248 11239 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.350s] 2018-04-27 10:41:04,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:04.522 11239 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.273s] 2018-04-27 10:41:05,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:05.111 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.740s] 2018-04-27 10:41:06,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:06.085 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.500s] 2018-04-27 10:41:08,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:08.082 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.996s] 2018-04-27 10:41:08,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:08.211 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.129s] 2018-04-27 10:41:08,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:08.285 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.074s] 2018-04-27 10:41:08,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:08.353 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.067s] 2018-04-27 10:41:08,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:08.383 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.031s] 2018-04-27 10:41:09,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:09.929 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.592s] 2018-04-27 10:41:11,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.394 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.071s] 2018-04-27 10:41:11,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.409 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2018-04-27 10:41:11,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.557 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.147s] 2018-04-27 10:41:11,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.570 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-04-27 10:41:11,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.582 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-04-27 10:41:11,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.691 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.108s] 2018-04-27 10:41:11,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.776 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.084s] 2018-04-27 10:41:11,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:11.850 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.073s] 2018-04-27 10:41:12,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:12.024 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.454s] 2018-04-27 10:41:12,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:12.032 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.181s] 2018-04-27 10:41:12,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:12.056 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.024s] 2018-04-27 10:41:12,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:12.205 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.148s] 2018-04-27 10:41:12,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:12.600 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.573s] 2018-04-27 10:41:12,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:12.845 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.245s] 2018-04-27 10:41:13,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.088 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.242s] 2018-04-27 10:41:13,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.318 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.230s] 2018-04-27 10:41:13,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.395 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.077s] 2018-04-27 10:41:13,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.469 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-04-27 10:41:13,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.560 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.091s] 2018-04-27 10:41:13,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.639 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.078s] 2018-04-27 10:41:13,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.708 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.068s] 2018-04-27 10:41:13,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:13.869 11239 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.161s] 2018-04-27 10:41:16,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:16.406 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.709s] 2018-04-27 10:41:22,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:22.936 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.358s] 2018-04-27 10:41:22,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:22.977 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.041s] 2018-04-27 10:41:23,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:23.027 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.050s] 2018-04-27 10:41:23,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:23.328 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.299s] 2018-04-27 10:41:23,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:23.427 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.098s] 2018-04-27 10:41:23,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:23.754 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.849s] 2018-04-27 10:41:23,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:23.820 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-04-27 10:41:23,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:23.825 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.397s] 2018-04-27 10:41:23,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:23.860 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.036s] 2018-04-27 10:41:24,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.045 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.184s] 2018-04-27 10:41:24,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.101 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.055s] 2018-04-27 10:41:24,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.152 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-04-27 10:41:24,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.179 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.358s] 2018-04-27 10:41:24,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.194 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-04-27 10:41:24,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.266 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.070s] 2018-04-27 10:41:24,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.281 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.103s] 2018-04-27 10:41:24,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.282 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-27 10:41:24,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.338 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.071s] 2018-04-27 10:41:24,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.387 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-04-27 10:41:24,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:24.445 11239 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.058s] 2018-04-27 10:41:26,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:26.184 11239 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.164s] 2018-04-27 10:41:27,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:27.248 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.343s] 2018-04-27 10:41:27,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:27.842 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.629s] 2018-04-27 10:41:31,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:31.462 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [21.527s] 2018-04-27 10:41:31,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:31.758 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.914s] 2018-04-27 10:41:32,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:32.018 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.771s] 2018-04-27 10:41:34,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:34.986 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.966s] 2018-04-27 10:41:35,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:35.067 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.081s] 2018-04-27 10:41:35,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:35.162 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.095s] 2018-04-27 10:41:35,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:35.402 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.239s] 2018-04-27 10:41:35,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:35.484 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.083s] 2018-04-27 10:41:36,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:36.276 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.517s] 2018-04-27 10:41:40,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:40.407 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.130s] 2018-04-27 10:41:40,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:40.810 11239 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [23.547s] 2018-04-27 10:41:42,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:42.617 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.152s] 2018-04-27 10:41:44,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:44.828 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.419s] 2018-04-27 10:41:48,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:48.176 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.438s] 2018-04-27 10:41:48,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:48.662 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.835s] 2018-04-27 10:41:48,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:48.734 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.557s] 2018-04-27 10:41:48,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:48.994 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.259s] 2018-04-27 10:41:49,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:49.767 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.772s] 2018-04-27 10:41:50,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:50.165 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.397s] 2018-04-27 10:41:50,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:50.553 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.388s] 2018-04-27 10:41:52,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:52.012 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.349s] 2018-04-27 10:41:53,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:53.473 11239 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.665s] 2018-04-27 10:41:56,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:56.419 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.406s] 2018-04-27 10:41:56,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:56.687 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.139s] 2018-04-27 10:41:57,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:57.702 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.015s] 2018-04-27 10:41:59,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:59.644 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.224s] 2018-04-27 10:41:59,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:59.801 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.156s] 2018-04-27 10:41:59,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:41:59.904 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.103s] 2018-04-27 10:42:00,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:00.107 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.202s] 2018-04-27 10:42:00,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:00.172 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.064s] 2018-04-27 10:42:00,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:00.597 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.422s] 2018-04-27 10:42:00,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:00.601 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.893s] 2018-04-27 10:42:00,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:00.698 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.102s] 2018-04-27 10:42:00,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:00.750 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-04-27 10:42:00,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:00.880 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.129s] 2018-04-27 10:42:01,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:01.281 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.681s] 2018-04-27 10:42:02,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:02.685 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.402s] 2018-04-27 10:42:03,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:03.378 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.693s] 2018-04-27 10:42:04,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:04.312 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.431s] 2018-04-27 10:42:04,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:04.753 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.373s] 2018-04-27 10:42:04,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:04.811 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.059s] 2018-04-27 10:42:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:08.441 11239 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [64.772s] 2018-04-27 10:42:15,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:15.223 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.569s] 2018-04-27 10:42:23,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:23.355 11239 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [29.873s] 2018-04-27 10:42:25,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:25.707 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.482s] 2018-04-27 10:42:30,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:30.958 11239 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [22.513s] 2018-04-27 10:42:41,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:41.567 11239 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.209s] 2018-04-27 10:42:42,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.363 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.157s] 2018-04-27 10:42:42,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.526 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.162s] 2018-04-27 10:42:42,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.695 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.169s] 2018-04-27 10:42:42,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.851 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.155s] 2018-04-27 10:42:42,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.866 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.015s] 2018-04-27 10:42:42,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.878 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-04-27 10:42:42,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.936 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.057s] 2018-04-27 10:42:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.971 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.034s] 2018-04-27 10:42:42,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:42.981 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-04-27 10:42:43,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.020 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.038s] 2018-04-27 10:42:43,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.029 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-04-27 10:42:43,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.224 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.195s] 2018-04-27 10:42:43,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.408 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.183s] 2018-04-27 10:42:43,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.578 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.169s] 2018-04-27 10:42:43,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.615 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.037s] 2018-04-27 10:42:43,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.786 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.170s] 2018-04-27 10:42:43,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.820 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-04-27 10:42:43,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:43.998 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.178s] 2018-04-27 10:42:44,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:44.008 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-04-27 10:42:44,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:44.042 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-04-27 10:42:44,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:44.229 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.186s] 2018-04-27 10:42:44,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:44.428 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.199s] 2018-04-27 10:42:44,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:44.461 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-04-27 10:42:47,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:47.525 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [64.894s] 2018-04-27 10:42:51,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:51.045 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.297s] 2018-04-27 10:42:51,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:51.368 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.322s] 2018-04-27 10:42:59,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:42:59.424 11239 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.957s] 2018-04-27 10:43:02,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.127 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-04-27 10:43:02,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.132 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.005s] 2018-04-27 10:43:02,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.314 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.181s] 2018-04-27 10:43:02,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.345 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.030s] 2018-04-27 10:43:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.372 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.027s] 2018-04-27 10:43:02,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.553 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.180s] 2018-04-27 10:43:02,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.599 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.046s] 2018-04-27 10:43:02,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.639 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-04-27 10:43:02,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.676 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.035s] 2018-04-27 10:43:02,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:02.717 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.041s] 2018-04-27 10:43:08,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:08.329 11239 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.903s] 2018-04-27 10:43:19,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:43:19.294 11239 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.965s] 2018-04-27 10:43:23,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a62ee41c-1ab4-41be-aa35-86218776871d']'. 2018-04-27 10:43:24,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-27 10:43:24,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-27 10:43:24,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 10:43:24,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a62ee41c-1ab4-41be-aa35-86218776871d | 2018-04-27 10:43:24,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-27 10:40:38 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-27 10:43:23 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:45 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d35481bf-58cf-4dcd-88fb-89723e69e722) | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d9988391-bbc0-4d53-be7a-bcf029b43087) | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 168 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 154.397 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 168 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 10:43:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-27 10:43:24,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-27 10:43:30,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:43:30,852 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-27 10:43:30,857 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-27 10:43:30,945 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-27 10:43:33,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-27 10:43:32.984 11347 INFO rally.deployment.engine [-] Deployment d9988391-bbc0-4d53-be7a-bcf029b43087 | Starting: Destroy cloud and free allocated resources. 2018-04-27 10:43:33.065 11347 INFO rally.deployment.engine [-] Deployment d9988391-bbc0-4d53-be7a-bcf029b43087 | Completed: Destroy cloud and free allocated resources. 2018-04-27 10:43:33.108 11347 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722) for deployment 'opnfv-rally'. 2018-04-27 10:43:33.130 11347 INFO rally.api [-] Deleting verification (UUID=a62ee41c-1ab4-41be-aa35-86218776871d). 2018-04-27 10:43:33.157 11347 INFO rally.api [-] Verification has been successfully deleted! 2018-04-27 10:43:33.158 11347 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722). 2018-04-27 10:43:33.169 11347 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-27 10:43:35,791 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-27 10:43:35.580 11350 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101 | 2018-04-27T10:43:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101 ~/.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-27 10:43:38,920 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-27 10:43:38,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-27 10:43:41,143 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-27 10:43:40.908 11356 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d35481bf-58cf-4dcd-88fb-89723e69e722). 2018-04-27 10:43:41.024 11356 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-27 10:43:44,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-27 10:43:43.171 11359 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-27 10:43:43.282 11359 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-27 10:43:44.264 11359 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9) as the default verifier for the future CLI operations. 2018-04-27 10:43:47,263 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-27 10:43:49,032 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-27 10:43:53,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-27 10:43:58,471 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-27 10:43:57.615 11378 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9) for deployment 'opnfv-rally' (UUID=dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101). 2018-04-27 10:43:58.317 11378 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9) has been successfully configured for deployment 'opnfv-rally' (UUID=dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101)! 2018-04-27 10:43:58,471 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-27 10:43:58,472 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-27 10:43:58,474 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-27 10:43:58,488 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-27 10:44:01,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e68d5468-93fb-4912-adbb-2b88f33c30c9/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-27 10:44:01,642 - 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-27 10:44:03,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 10:44:03.562 11387 INFO rally.api [-] Starting verification (UUID=78a7c784-2cff-4ef3-8ba3-8ba98df63110) for deployment 'opnfv-rally' (UUID=dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101) by verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9). 2018-04-27 10:44:03,562 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 78a7c784-2cff-4ef3-8ba3-8ba98df63110 2018-04-27 10:46:33,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '78a7c784-2cff-4ef3-8ba3-8ba98df63110']'. 2018-04-27 10:46:33,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-27 10:46:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-27 10:46:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 10:46:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 78a7c784-2cff-4ef3-8ba3-8ba98df63110 | 2018-04-27 10:46:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-27 10:46:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-27 10:44:03 | 2018-04-27 10:46:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-27 10:46:32 | 2018-04-27 10:46:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:29 | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e68d5468-93fb-4912-adbb-2b88f33c30c9) | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101) | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 140.966 | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-27 10:46:33,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-27 10:46:33,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-27 10:46:33,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-27 10:46:33,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 10:46:33,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-27 10:46:34,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-27 10:46:39,000 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 10:46:39,001 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-27 10:46:39,005 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-27 10:46:39,754 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-27 11:27:23,915 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ERROR test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 498, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 2444.089s FAILED (errors=1) 2018-04-27 11:27:24,079 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 11:27:24,080 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:44 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-27 11:27:24,084 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-27 11:27:24,084 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-27 11:27:24,176 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-27 11:27:26,657 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-27 11:27:26.219 11614 INFO rally.deployment.engine [-] Deployment dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101 | Starting: Destroy cloud and free allocated resources. 2018-04-27 11:27:26.308 11614 INFO rally.deployment.engine [-] Deployment dc0b1a8f-5393-45ff-bbb9-1d81ed5c2101 | Completed: Destroy cloud and free allocated resources. 2018-04-27 11:27:26.370 11614 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9) for deployment 'opnfv-rally'. 2018-04-27 11:27:26.401 11614 INFO rally.api [-] Deleting verification (UUID=78a7c784-2cff-4ef3-8ba3-8ba98df63110). 2018-04-27 11:27:26.440 11614 INFO rally.api [-] Verification has been successfully deleted! 2018-04-27 11:27:26.441 11614 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9). 2018-04-27 11:27:26.453 11614 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-27 11:27:29,233 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-27 11:27:28.931 11617 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=736c0511-4f95-4a53-bb48-2a259000ff97) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 736c0511-4f95-4a53-bb48-2a259000ff97 | 2018-04-27T11:27:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 736c0511-4f95-4a53-bb48-2a259000ff97 ~/.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-27 11:27:32,422 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-27 11:27:32,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-27 11:27:34,673 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-27 11:27:34.419 11623 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e68d5468-93fb-4912-adbb-2b88f33c30c9). 2018-04-27 11:27:34.546 11623 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-27 11:27:38,163 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-27 11:27:36.672 11626 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-27 11:27:36.805 11626 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-27 11:27:37.972 11626 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6872bf2c-c989-457a-8463-cfc3bd2cde8c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6872bf2c-c989-457a-8463-cfc3bd2cde8c) as the default verifier for the future CLI operations. 2018-04-27 11:27:41,134 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-27 11:27:42,852 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-27 11:27:46,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-27 11:27:51,449 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-27 11:27:50.608 11645 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6872bf2c-c989-457a-8463-cfc3bd2cde8c) for deployment 'opnfv-rally' (UUID=736c0511-4f95-4a53-bb48-2a259000ff97). 2018-04-27 11:27:51.290 11645 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6872bf2c-c989-457a-8463-cfc3bd2cde8c) has been successfully configured for deployment 'opnfv-rally' (UUID=736c0511-4f95-4a53-bb48-2a259000ff97)! 2018-04-27 11:27:51,450 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-27 11:27:51,450 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-27 11:27:51,451 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-27 11:27:51,463 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-27 11:27:54,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6872bf2c-c989-457a-8463-cfc3bd2cde8c/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-27 11:27:54,560 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-27 11:27:54,561 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-27 11:27:54,562 - 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-27 11:27:56,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-27 11:27:56.644 11654 INFO rally.api [-] Starting verification (UUID=c433ce52-9778-4371-a9f6-1fc11d079cbc) for deployment 'opnfv-rally' (UUID=736c0511-4f95-4a53-bb48-2a259000ff97) by verifier 'opnfv-tempest' (UUID=6872bf2c-c989-457a-8463-cfc3bd2cde8c). 2018-04-27 11:27:56,646 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c433ce52-9778-4371-a9f6-1fc11d079cbc 2018-04-27 11:29:40,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c433ce52-9778-4371-a9f6-1fc11d079cbc']'. 2018-04-27 11:29:41,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-27 11:29:41,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-27 11:29:41,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 11:29:41,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c433ce52-9778-4371-a9f6-1fc11d079cbc | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-27 11:27:56 | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-27 11:29:39 | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:43 | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6872bf2c-c989-457a-8463-cfc3bd2cde8c) | 2018-04-27 11:29:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 736c0511-4f95-4a53-bb48-2a259000ff97) | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 93.924 | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-27 11:29:41,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-27 11:29:41,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-27 11:29:46,132 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 11:29:46,133 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-27 11:29:46,138 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:34 | PASS | | tempest_smoke_serial | functest | smoke | 10:31 | PASS | | rally_sanity | functest | smoke | 21:12 | PASS | | refstack_defcore | functest | smoke | 03:07 | PASS | | patrole | functest | smoke | 02:52 | PASS | | snaps_smoke | functest | smoke | 40:44 | FAIL | | neutron_trunk | functest | smoke | 02:05 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-27 11:29:46,144 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-27 11:29:49,532 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-56 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-27 11:29:49,534 - 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=e64F9PcgUN3zVdC8gRUead6M7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-27 11:29:49,534 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 11:29:49,535 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-04-27 11:29:49,536 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-27 11:29:49,536 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-27 11:33:50,065 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-27 11:33:50,187 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 11:33:50,187 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:01 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-27 11:33:50,191 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:01 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-27 11:33:50,195 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-27 11:33:52,764 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-56 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-27 11:33:52,767 - 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=e64F9PcgUN3zVdC8gRUead6M7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-27 11:33:52,767 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 11:33:52,767 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-27 11:33:52,768 - 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-27 11:33:52,769 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-27 11:33:55,303 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-56 | | 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-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-27 11:33:55,307 - 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=e64F9PcgUN3zVdC8gRUead6M7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-27 11:33:55,308 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-27 11:33:55,309 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-27 11:33:55,310 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-27 11:33:55,310 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-27 11:36:16,010 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-27 11:36:16,132 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-27 11:36:16,133 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:21 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-27 11:36:16,136 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:21 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-27 11:36:16,137 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK