2018-04-20 09:24:36,017 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-30 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-20 09:24:36,020 - 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=8KyZEyP4vdtyCbXVUG4yTYmHB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-04-20 09:24:36,020 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-20 09:24:36,021 - 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-20 09:24:36,023 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-20 09:24:36,023 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-20 09:24:38,694 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-20 09:24:48,851 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.147s OK 2018-04-20 09:24:48,980 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 09:24:48,981 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-20 09:24:48,984 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-20 09:24:50,999 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-20 09:37:23,999 - 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 752.947s OK 2018-04-20 09:37:24,185 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 09:37:24,186 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-20 09:37:24,189 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-20 09:37:25,037 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-20 09:38:07,285 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.247s OK 2018-04-20 09:38:07,404 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 09:38:07,405 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-20 09:38:07,408 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:33 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-20 09:38:07,412 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-20 09:38:49,458 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-30 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-20 09:38:49,462 - 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=8KyZEyP4vdtyCbXVUG4yTYmHB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-04-20 09:38:49,462 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-20 09:38:49,463 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-20 09:38:49,465 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-20 09:38:49,465 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-20 09:38:50,363 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-20 09:38:50,363 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-20 09:38:50,832 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-20 09:38:50,833 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-20 09:38:51,262 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-20 09:38:51,262 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-20 09:38:51' 2018-04-20 09:38:51,263 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:38:54,590 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:38:57,955 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:39:05,017 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:39:05,817 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:39:06,564 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:39:13,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:39:18,057 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b53c8fa9-ed85-44e4-945d-a44d0939f0fc' 2018-04-20 09:39:39,174 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-20 09:39:45,004 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-20 09:39:45,141 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-20 09:39:46,148 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-20 09:40:04,447 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-20 09:40:04,447 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-20 09:40:05,080 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 09:40:05,080 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-20 09:40:05,084 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-20 09:40:05,172 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-20 09:40:05,173 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-20 09:40:05' 2018-04-20 09:40:05,173 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--bdbe6ce9-ee18-4388-b2e3-6c6615e327b1' 2018-04-20 09:40:08,183 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-bdbe6ce9-ee18-4388-b2e3-6c6615e327b1' 2018-04-20 09:40:10,348 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-bdbe6ce9-ee18-4388-b2e3-6c6615e327b1' 2018-04-20 09:40:16,570 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-bdbe6ce9-ee18-4388-b2e3-6c6615e327b1' 2018-04-20 09:40:17,286 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-bdbe6ce9-ee18-4388-b2e3-6c6615e327b1' 2018-04-20 09:40:24,327 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-bdbe6ce9-ee18-4388-b2e3-6c6615e327b1' 2018-04-20 09:40:30,995 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-20 09:40:41,984 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-20 09:40:44,754 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-20 09:41:01,843 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 09:41:01,843 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-20 09:41:01,847 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-20 09:41:01,936 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-20 09:41:06,316 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-20 09:41:06.038 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb | 2018-04-20T09:41:05 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb ~/.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-20 09:41:09,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-20 09:41:09,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-20 09:41:15,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-20 09:41:13.332 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-20 09:41:13.460 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-20 09:41:14.864 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0) as the default verifier for the future CLI operations. 2018-04-20 09:41:17,924 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-20 09:41:20,362 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-20 09:41:26,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-20 09:41:31,519 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-20 09:41:30.389 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0) for deployment 'opnfv-rally' (UUID=58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb). 2018-04-20 09:41:31.367 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0) has been successfully configured for deployment 'opnfv-rally' (UUID=58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb)! 2018-04-20 09:41:31,519 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-20 09:41:31,519 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-20 09:41:31,522 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-20 09:41:31,525 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-20 09:41:34,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-20 09:41:34,627 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-20 09:41:34,628 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-20 09:41:34,629 - 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-20 09:41:36,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:41:36.787 55 INFO rally.api [-] Starting verification (UUID=afc2d2bf-0f6a-4ecb-b549-0fe13bd38393) for deployment 'opnfv-rally' (UUID=58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb) by verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0). 2018-04-20 09:41:36,788 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: afc2d2bf-0f6a-4ecb-b549-0fe13bd38393 2018-04-20 09:41:43,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:41:43.961 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.247s] 2018-04-20 09:41:44,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:41:44.016 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-04-20 09:41:50,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:41:50.638 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.548s] 2018-04-20 09:41:53,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:41:53.977 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.338s] 2018-04-20 09:42:07,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:42:07.338 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.774s] 2018-04-20 09:42:22,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:42:22.858 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.694s] 2018-04-20 09:42:57,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:42:57.291 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.078s] 2018-04-20 09:42:57,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:42:57.293 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-20 09:43:29,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:43:29.859 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-04-20 09:43:29,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:43:29.860 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-20 09:43:59,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:43:59.353 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2018-04-20 09:43:59,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:43:59.355 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-20 09:45:44,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:45:44.517 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [75.595s] 2018-04-20 09:46:06,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:06.475 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-04-20 09:46:06,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:06.585 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.110s] 2018-04-20 09:46:15,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:15.356 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.686s] 2018-04-20 09:46:15,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:15.366 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-20 09:46:16,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:16.908 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-20 09:46:16,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:16.909 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-20 09:46:20,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:20.898 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.398s] 2018-04-20 09:46:27,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:27.354 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.071s] 2018-04-20 09:46:34,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:34.202 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.703s] 2018-04-20 09:46:41,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:41.732 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.437s] 2018-04-20 09:46:51,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:51.510 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.176s] 2018-04-20 09:46:57,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:46:57.937 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.391s] 2018-04-20 09:47:04,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:04.094 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.212s] 2018-04-20 09:47:11,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:11.560 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.575s] 2018-04-20 09:47:19,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:19.119 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.469s] 2018-04-20 09:47:27,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:27.663 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.938s] 2018-04-20 09:47:30,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:30.405 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-20 09:47:32,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:32.445 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-04-20 09:47:32,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:32.529 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.084s] 2018-04-20 09:47:32,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:32.606 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-04-20 09:47:32,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:32.613 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-20 09:47:36,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:36.762 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.809s] 2018-04-20 09:47:38,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:38.585 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.821s] 2018-04-20 09:47:40,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:40.521 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.935s] 2018-04-20 09:47:47,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:47.576 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-20 09:47:55,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:47:55.509 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.597s] 2018-04-20 09:48:07,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:07.540 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.649s] 2018-04-20 09:48:10,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:10.686 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.144s] 2018-04-20 09:48:22,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:22.342 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.881s] 2018-04-20 09:48:25,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:25.804 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.462s] 2018-04-20 09:48:34,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:34.450 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.645s] 2018-04-20 09:48:43,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:43.818 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.865s] 2018-04-20 09:48:47,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:47.369 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.550s] 2018-04-20 09:48:54,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:48:54.080 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.710s] 2018-04-20 09:49:11,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:11.217 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.040s] 2018-04-20 09:49:11,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:11.351 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.135s] 2018-04-20 09:49:11,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:11.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.151s] 2018-04-20 09:49:11,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:11.610 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.107s] 2018-04-20 09:49:11,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:11.861 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.250s] 2018-04-20 09:49:12,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:12.064 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.202s] 2018-04-20 09:49:25,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:25.854 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.062s] 2018-04-20 09:49:26,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:26.149 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.295s] 2018-04-20 09:49:26,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:26.287 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.137s] 2018-04-20 09:49:26,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:26.343 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.055s] 2018-04-20 09:49:26,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:26.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.094s] 2018-04-20 09:49:26,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:26.527 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.089s] 2018-04-20 09:49:40,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:40.273 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.941s] 2018-04-20 09:49:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:47.023 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.749s] 2018-04-20 09:49:49,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:49.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.004s] 2018-04-20 09:49:49,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:49.240 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.213s] 2018-04-20 09:49:49,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:49:49.449 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.208s] 2018-04-20 09:50:02,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:02.743 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.478s] 2018-04-20 09:50:09,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:09.361 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.617s] 2018-04-20 09:50:11,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:11.328 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.967s] 2018-04-20 09:50:11,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:11.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.211s] 2018-04-20 09:50:11,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:11.747 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.208s] 2018-04-20 09:50:26,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:26.655 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.355s] 2018-04-20 09:50:32,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:32.337 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.681s] 2018-04-20 09:50:37,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:37.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.188s] 2018-04-20 09:50:40,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:50:40.148 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.621s] 2018-04-20 09:51:05,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:05.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.439s] 2018-04-20 09:51:10,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:10.842 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.404s] 2018-04-20 09:51:15,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:15.597 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.754s] 2018-04-20 09:51:19,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:19.246 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.648s] 2018-04-20 09:51:36,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:36.363 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.905s] 2018-04-20 09:51:38,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:38.947 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.582s] 2018-04-20 09:51:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:39.142 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.197s] 2018-04-20 09:51:43,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:43.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.638s] 2018-04-20 09:51:46,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:46.466 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.488s] 2018-04-20 09:51:46,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:46.510 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2018-04-20 09:51:51,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:51.005 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.291s] 2018-04-20 09:51:54,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:54.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-04-20 09:51:55,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:55.873 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-20 09:51:55,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:55.875 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-20 09:51:55,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:55.876 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-20 09:51:55,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:55.877 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-20 09:51:55,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:55.878 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-20 09:51:58,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:51:58.006 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-20 09:52:14,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:52:14.081 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.931s] 2018-04-20 09:52:26,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:52:26.883 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.302s] 2018-04-20 09:52:39,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:52:39.886 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.001s] 2018-04-20 09:52:49,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:52:49.222 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-04-20 09:55:29,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:55:29.306 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [154.568s] 2018-04-20 09:56:06,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:56:06.339 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.127s] 2018-04-20 09:56:49,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 09:56:49.194 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.286s] 2018-04-20 09:57:05,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'afc2d2bf-0f6a-4ecb-b549-0fe13bd38393']'. 2018-04-20 09:57:06,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-20 09:57:06,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-20 09:57:06,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | afc2d2bf-0f6a-4ecb-b549-0fe13bd38393 | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-20 09:41:36 | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-20 09:57:05 | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:29 | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0) | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-20 09:57:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb) | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 907.466 | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 09:57:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-20 09:57:06,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-20 09:57:13,525 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 09:57:13,525 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:55 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-20 09:57:13,528 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-20 09:57:13,529 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-20 09:57:13,592 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-20 09:57:14,021 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-20 09:57:14,021 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-20 09:57:14,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-20 09:57:16,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-20 09:57:16.535 158 INFO rally.deployment.engine [-] Deployment 58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb | Starting: Destroy cloud and free allocated resources. 2018-04-20 09:57:16.614 158 INFO rally.deployment.engine [-] Deployment 58fd99c7-6ec1-47f8-b63c-cf4920ee6ddb | Completed: Destroy cloud and free allocated resources. 2018-04-20 09:57:16.642 158 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0) for deployment 'opnfv-rally'. 2018-04-20 09:57:16.655 158 INFO rally.api [-] Deleting verification (UUID=afc2d2bf-0f6a-4ecb-b549-0fe13bd38393). 2018-04-20 09:57:16.693 158 INFO rally.api [-] Verification has been successfully deleted! 2018-04-20 09:57:16.693 158 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0). 2018-04-20 09:57:16.701 158 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-20 09:57:19,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-20 09:57:19.008 161 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eaff707a-5775-4706-bdaa-6b66f33941c9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eaff707a-5775-4706-bdaa-6b66f33941c9 | 2018-04-20T09:57:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eaff707a-5775-4706-bdaa-6b66f33941c9 ~/.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-20 09:57:22,597 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-20 09:57:22,598 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-20 09:57:24,136 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7'... 2018-04-20 09:57:26,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-27771972-73da-49c6-bb57-c3fc9daa4ab7'... 2018-04-20 09:57:29,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-27771972-73da-49c6-bb57-c3fc9daa4ab7'... 2018-04-20 09:57:34,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7'... 2018-04-20 09:57:35,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7'... 2018-04-20 09:57:36,374 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-20 09:57:36,374 - 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-20 09:57:36,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 09:57:36,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 09:57:36,392 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 09:58:36,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2cbbd530-9142-4c7d-95a2-08819f5f28e7 2018-04-20 09:58:36,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-20 09:58:36,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2cbbd530-9142-4c7d-95a2-08819f5f28e7'] 2018-04-20 09:58:37,733 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2cbbd530-9142-4c7d-95a2-08819f5f28e7: 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 2cbbd530-9142-4c7d-95a2-08819f5f28e7 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | total | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> duration | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.492019 Full duration: 7.134555 -------------------------------------------------------------------------------- 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 2cbbd530-9142-4c7d-95a2-08819f5f28e7 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.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789153 Full duration: 7.683755 -------------------------------------------------------------------------------- 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 2cbbd530-9142-4c7d-95a2-08819f5f28e7 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.95016 Full duration: 7.533088 -------------------------------------------------------------------------------- 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 2cbbd530-9142-4c7d-95a2-08819f5f28e7 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.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> duration | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.870785 Full duration: 8.002975 -------------------------------------------------------------------------------- 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 2cbbd530-9142-4c7d-95a2-08819f5f28e7 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.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.929498 Full duration: 7.862089 -------------------------------------------------------------------------------- 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 2cbbd530-9142-4c7d-95a2-08819f5f28e7 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.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681058 Full duration: 7.566261 HINTS: * To plot HTML graphics with this data, run: rally task report 2cbbd530-9142-4c7d-95a2-08819f5f28e7 --out output.html * To generate a JUnit report, run: rally task export 2cbbd530-9142-4c7d-95a2-08819f5f28e7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2cbbd530-9142-4c7d-95a2-08819f5f28e7 --json --out output.json 2018-04-20 09:58:37,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2cbbd530-9142-4c7d-95a2-08819f5f28e7'] 2018-04-20 09:58:38,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 09:58:38,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2cbbd530-9142-4c7d-95a2-08819f5f28e7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-20 09:58:38,730 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-20 09:58:38,730 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-20 09:58:38,731 - 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-20 09:58:38,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 09:58:38,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 09:58:38,749 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 10:00:16,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ea704e68-29b2-45fd-9aed-1c20057e6251 2018-04-20 10:00:16,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ea704e68-29b2-45fd-9aed-1c20057e6251'] 2018-04-20 10:00:17,519 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ea704e68-29b2-45fd-9aed-1c20057e6251: 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 ea704e68-29b2-45fd-9aed-1c20057e6251 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.884 | 4.884 | 4.884 | 4.884 | 4.884 | 4.884 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | -> glance_v2.upload_data | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 100.0% | 1 | | glance_v2.delete_image | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | total | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 100.0% | 1 | | -> duration | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.954577 Full duration: 14.275295 -------------------------------------------------------------------------------- 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 ea704e68-29b2-45fd-9aed-1c20057e6251 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.621 | 4.621 | 4.621 | 4.621 | 4.621 | 4.621 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> glance_v2.upload_data | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 100.0% | 1 | | glance_v2.list_images | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 100.0% | 1 | | -> duration | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.810259 Full duration: 16.103648 -------------------------------------------------------------------------------- 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 ea704e68-29b2-45fd-9aed-1c20057e6251 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> duration | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.340011 Full duration: 7.900595 -------------------------------------------------------------------------------- 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-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "number_instances": 2, "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] }, "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 ea704e68-29b2-45fd-9aed-1c20057e6251 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.874 | 3.874 | 3.874 | 3.874 | 3.874 | 3.874 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | -> glance_v2.upload_data | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | nova.boot_servers | 11.945 | 11.945 | 11.945 | 11.945 | 11.945 | 11.945 | 100.0% | 1 | | total | 15.82 | 15.82 | 15.82 | 15.82 | 15.82 | 15.82 | 100.0% | 1 | | -> duration | 14.82 | 14.82 | 14.82 | 14.82 | 14.82 | 14.82 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.819548 Full duration: 40.810308 HINTS: * To plot HTML graphics with this data, run: rally task report ea704e68-29b2-45fd-9aed-1c20057e6251 --out output.html * To generate a JUnit report, run: rally task export ea704e68-29b2-45fd-9aed-1c20057e6251 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ea704e68-29b2-45fd-9aed-1c20057e6251 --json --out output.json 2018-04-20 10:00:17,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ea704e68-29b2-45fd-9aed-1c20057e6251'] 2018-04-20 10:00:18,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 10:00:18,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ea704e68-29b2-45fd-9aed-1c20057e6251', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-20 10:00:18,535 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-20 10:00:18,536 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-20 10:00:18,536 - 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-20 10:00:18,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 10:00:18,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 10:00:18,555 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 10:03:39,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 906983ed-dfd6-47c3-9fcf-9cbe840583b3 2018-04-20 10:03:39,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '906983ed-dfd6-47c3-9fcf-9cbe840583b3'] 2018-04-20 10:03:40,719 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 906983ed-dfd6-47c3-9fcf-9cbe840583b3: 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.271 | 3.271 | 3.271 | 3.271 | 3.271 | 3.271 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 100.0% | 1 | | total | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 100.0% | 1 | | -> duration | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.904931 Full duration: 23.539839 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.167 | 3.167 | 3.167 | 3.167 | 3.167 | 3.167 | 100.0% | 1 | | cinder_v2.delete_volume | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 2.463 | 100.0% | 1 | | total | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 100.0% | 1 | | -> duration | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 5.631 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.631113 Full duration: 16.377353 -------------------------------------------------------------------------------- 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-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.864 | 8.864 | 8.864 | 8.864 | 8.864 | 8.864 | 100.0% | 1 | | cinder_v2.delete_volume | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 100.0% | 1 | | total | 11.502 | 11.502 | 11.502 | 11.502 | 11.502 | 11.502 | 100.0% | 1 | | -> duration | 11.502 | 11.502 | 11.502 | 11.502 | 11.502 | 11.502 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.502021 Full duration: 22.634914 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.244 | 3.244 | 3.244 | 3.244 | 3.244 | 3.244 | 100.0% | 1 | | cinder_v2.delete_volume | 2.476 | 2.476 | 2.476 | 2.476 | 2.476 | 2.476 | 100.0% | 1 | | total | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 100.0% | 1 | | -> duration | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.72002 Full duration: 16.357696 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.13 | 3.13 | 3.13 | 3.13 | 3.13 | 3.13 | 100.0% | 1 | | cinder_v2.extend_volume | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 100.0% | 1 | | cinder_v2.delete_volume | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | total | 8.105 | 8.105 | 8.105 | 8.105 | 8.105 | 8.105 | 100.0% | 1 | | -> duration | 8.105 | 8.105 | 8.105 | 8.105 | 8.105 | 8.105 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.104743 Full duration: 18.084228 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.237 | 3.237 | 3.237 | 3.237 | 3.237 | 3.237 | 100.0% | 1 | | cinder_v2.delete_volume | 2.779 | 2.779 | 2.779 | 2.779 | 2.779 | 2.779 | 100.0% | 1 | | total | 6.016 | 6.016 | 6.016 | 6.016 | 6.016 | 6.016 | 100.0% | 1 | | -> duration | 6.016 | 6.016 | 6.016 | 6.016 | 6.016 | 6.016 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.015851 Full duration: 22.992602 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | cinder_v2.list_qos | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.87899 Full duration: 12.693122 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | cinder_v2.set_qos | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | -> duration | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.844698 Full duration: 12.680885 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.list_types | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798474 Full duration: 12.346053 -------------------------------------------------------------------------------- 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 906983ed-dfd6-47c3-9fcf-9cbe840583b3 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> duration | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.838923 Full duration: 12.401617 HINTS: * To plot HTML graphics with this data, run: rally task report 906983ed-dfd6-47c3-9fcf-9cbe840583b3 --out output.html * To generate a JUnit report, run: rally task export 906983ed-dfd6-47c3-9fcf-9cbe840583b3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 906983ed-dfd6-47c3-9fcf-9cbe840583b3 --json --out output.json 2018-04-20 10:03:40,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '906983ed-dfd6-47c3-9fcf-9cbe840583b3'] 2018-04-20 10:03:41,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 10:03:41,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '906983ed-dfd6-47c3-9fcf-9cbe840583b3', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-20 10:03:41,810 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-20 10:03:41,811 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-20 10:03:41,811 - 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-20 10:03:41,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 10:03:41,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 10:03:41,829 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 10:05:05,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 496cd726-30be-454f-ba70-0a49e9bcd16d 2018-04-20 10:05:05,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '496cd726-30be-454f-ba70-0a49e9bcd16d'] 2018-04-20 10:05:06,437 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 496cd726-30be-454f-ba70-0a49e9bcd16d: 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 496cd726-30be-454f-ba70-0a49e9bcd16d 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.574 | 4.574 | 4.574 | 4.574 | 4.574 | 4.574 | 100.0% | 1 | | heat.update_stack | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 100.0% | 1 | | heat.delete_stack | 2.963 | 2.963 | 2.963 | 2.963 | 2.963 | 2.963 | 100.0% | 1 | | total | 10.131 | 10.131 | 10.131 | 10.131 | 10.131 | 10.131 | 100.0% | 1 | | -> duration | 6.131 | 6.131 | 6.131 | 6.131 | 6.131 | 6.131 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.130875 Full duration: 18.65212 -------------------------------------------------------------------------------- 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 496cd726-30be-454f-ba70-0a49e9bcd16d 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.579 | 4.579 | 4.579 | 4.579 | 4.579 | 4.579 | 100.0% | 1 | | heat.check_stack | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | heat.delete_stack | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 100.0% | 1 | | total | 8.489 | 8.489 | 8.489 | 8.489 | 8.489 | 8.489 | 100.0% | 1 | | -> duration | 6.489 | 6.489 | 6.489 | 6.489 | 6.489 | 6.489 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.489206 Full duration: 17.048242 -------------------------------------------------------------------------------- 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 496cd726-30be-454f-ba70-0a49e9bcd16d 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.762 | 4.762 | 4.762 | 4.762 | 4.762 | 4.762 | 100.0% | 1 | | heat.suspend_stack | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | heat.resume_stack | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | heat.delete_stack | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 100.0% | 1 | | total | 9.923 | 9.923 | 9.923 | 9.923 | 9.923 | 9.923 | 100.0% | 1 | | -> duration | 7.923 | 7.923 | 7.923 | 7.923 | 7.923 | 7.923 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.922657 Full duration: 18.430363 -------------------------------------------------------------------------------- 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 496cd726-30be-454f-ba70-0a49e9bcd16d 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.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | total | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> duration | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.58483 Full duration: 8.474875 HINTS: * To plot HTML graphics with this data, run: rally task report 496cd726-30be-454f-ba70-0a49e9bcd16d --out output.html * To generate a JUnit report, run: rally task export 496cd726-30be-454f-ba70-0a49e9bcd16d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 496cd726-30be-454f-ba70-0a49e9bcd16d --json --out output.json 2018-04-20 10:05:06,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '496cd726-30be-454f-ba70-0a49e9bcd16d'] 2018-04-20 10:05:07,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 10:05:07,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '496cd726-30be-454f-ba70-0a49e9bcd16d', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-20 10:05:07,495 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-20 10:05:07,495 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-20 10:05:07,495 - 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-20 10:05:07,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 10:05:07,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 10:05:07,515 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 10:08:23,909 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 2018-04-20 10:08:23,909 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333'] 2018-04-20 10:08:25,007 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333: 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.add_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | keystone_v3.revoke_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> duration | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803138 Full duration: 14.389787 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.list_roles | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.735053 Full duration: 14.349185 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748463 Full duration: 15.03075 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | keystone_v3.delete_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> duration | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.69656 Full duration: 12.461936 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.628352 Full duration: 12.275081 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | keystone_v3.create_user | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.create_role | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_project | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_user | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 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.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 100.0% | 1 | | -> duration | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.915916 Full duration: 19.777719 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | -> duration | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.981424 Full duration: 12.439832 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | total | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | -> duration | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.051092 Full duration: 14.856552 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | 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.678616 Full duration: 14.669252 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | keystone_v3.list_users | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> duration | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885125 Full duration: 14.658579 -------------------------------------------------------------------------------- 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 ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | keystone_v3.create_users | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 5.008 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | total | 6.655 | 6.655 | 6.655 | 6.655 | 6.655 | 6.655 | 100.0% | 1 | | -> duration | 6.655 | 6.655 | 6.655 | 6.655 | 6.655 | 6.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.654605 Full duration: 22.722327 HINTS: * To plot HTML graphics with this data, run: rally task report ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 --out output.html * To generate a JUnit report, run: rally task export ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333 --json --out output.json 2018-04-20 10:08:25,008 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333'] 2018-04-20 10:08:26,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 10:08:26,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ff0ed29d-f0f3-4a4c-9f8c-b7a6570ec333', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-20 10:08:26,108 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-20 10:08:26,108 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-20 10:08:26,109 - 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-20 10:08:26,109 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 10:08:26,121 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 10:08:26,122 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 10:13:41,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 2018-04-20 10:13:41,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'df3b2b25-e548-4ae7-bfee-b1cf7776e4d5'] 2018-04-20 10:13:43,144 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task df3b2b25-e548-4ae7-bfee-b1cf7776e4d5: 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | neutron.delete_network | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | total | 1.801 | 1.801 | 1.801 | 1.801 | 1.801 | 1.801 | 100.0% | 1 | | -> duration | 1.801 | 1.801 | 1.801 | 1.801 | 1.801 | 1.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.800658 Full duration: 15.339455 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.442 | 1.442 | 1.442 | 1.442 | 1.442 | 1.442 | 100.0% | 1 | | neutron.delete_port | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | total | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 100.0% | 1 | | -> duration | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.082839 Full duration: 29.558795 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_subnet | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | neutron.create_router | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 100.0% | 1 | | neutron.add_interface_router | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 100.0% | 1 | | neutron.remove_interface_router | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | neutron.delete_router | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | total | 5.252 | 5.252 | 5.252 | 5.252 | 5.252 | 5.252 | 100.0% | 1 | | -> duration | 5.252 | 5.252 | 5.252 | 5.252 | 5.252 | 5.252 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.251826 Full duration: 37.095329 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | neutron.delete_subnet | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | total | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | -> duration | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.010648 Full duration: 27.819164 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | neutron.list_networks | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | -> duration | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.326914 Full duration: 17.160216 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.544 | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 100.0% | 1 | | neutron.list_ports | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | total | 1.794 | 1.794 | 1.794 | 1.794 | 1.794 | 1.794 | 100.0% | 1 | | -> duration | 1.794 | 1.794 | 1.794 | 1.794 | 1.794 | 1.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.793617 Full duration: 30.498281 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | neutron.create_subnet | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | neutron.create_router | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | neutron.add_interface_router | 1.941 | 1.941 | 1.941 | 1.941 | 1.941 | 1.941 | 100.0% | 1 | | neutron.list_routers | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 4.112 | 4.112 | 4.112 | 4.112 | 4.112 | 4.112 | 100.0% | 1 | | -> duration | 4.112 | 4.112 | 4.112 | 4.112 | 4.112 | 4.112 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.111951 Full duration: 38.339725 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | neutron.create_subnet | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.list_subnets | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | total | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 100.0% | 1 | | -> duration | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.951546 Full duration: 34.334663 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.delete_security_group | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> duration | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.284326 Full duration: 14.728822 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | neutron.create_security_group_rule | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 100.0% | 1 | | neutron.delete_security_group | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 100.0% | 1 | | -> duration | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.910172 Full duration: 15.088575 -------------------------------------------------------------------------------- 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 df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | neutron.create_router | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.add_gateway_router | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 100.0% | 1 | | neutron.remove_gateway_router | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | total | 3.867 | 3.867 | 3.867 | 3.867 | 3.867 | 3.867 | 100.0% | 1 | | -> duration | 3.867 | 3.867 | 3.867 | 3.867 | 3.867 | 3.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.866709 Full duration: 24.444676 HINTS: * To plot HTML graphics with this data, run: rally task report df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 --out output.html * To generate a JUnit report, run: rally task export df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report df3b2b25-e548-4ae7-bfee-b1cf7776e4d5 --json --out output.json 2018-04-20 10:13:43,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'df3b2b25-e548-4ae7-bfee-b1cf7776e4d5'] 2018-04-20 10:13:44,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 10:13:44,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'df3b2b25-e548-4ae7-bfee-b1cf7776e4d5', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-20 10:13:44,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-20 10:13:44,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-20 10:13:44,176 - 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-20 10:13:44,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 10:13:44,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 10:13:44,194 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 10:20:30,243 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8a54960c-501e-451f-9ff4-078ca4c4922c 2018-04-20 10:20:30,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8a54960c-501e-451f-9ff4-078ca4c4922c'] 2018-04-20 10:20:31,389 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8a54960c-501e-451f-9ff4-078ca4c4922c: 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-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "block_migration": false, "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8a54960c-501e-451f-9ff4-078ca4c4922c 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.735 | 9.735 | 9.735 | 9.735 | 9.735 | 9.735 | 100.0% | 1 | | nova.find_host_to_migrate | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | nova.live_migrate | 14.605 | 14.605 | 14.605 | 14.605 | 14.605 | 14.605 | 100.0% | 1 | | nova.delete_server | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 100.0% | 1 | | total | 28.621 | 28.621 | 28.621 | 28.621 | 28.621 | 28.621 | 100.0% | 1 | | -> duration | 27.621 | 27.621 | 27.621 | 27.621 | 27.621 | 27.621 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.621337 Full duration: 38.157944 -------------------------------------------------------------------------------- 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-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8a54960c-501e-451f-9ff4-078ca4c4922c 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.348 | 9.348 | 9.348 | 9.348 | 9.348 | 9.348 | 100.0% | 1 | | cinder_v2.create_volume | 2.982 | 2.982 | 2.982 | 2.982 | 2.982 | 2.982 | 100.0% | 1 | | nova.attach_volume | 4.253 | 4.253 | 4.253 | 4.253 | 4.253 | 4.253 | 100.0% | 1 | | nova.find_host_to_migrate | 1.42 | 1.42 | 1.42 | 1.42 | 1.42 | 1.42 | 100.0% | 1 | | nova.live_migrate | 14.052 | 14.052 | 14.052 | 14.052 | 14.052 | 14.052 | 100.0% | 1 | | nova.detach_volume | 1.404 | 1.404 | 1.404 | 1.404 | 1.404 | 1.404 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | nova.delete_server | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 100.0% | 1 | | total | 38.753 | 38.753 | 38.753 | 38.753 | 38.753 | 38.753 | 100.0% | 1 | | -> duration | 37.753 | 37.753 | 37.753 | 37.753 | 37.753 | 37.753 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.753428 Full duration: 50.972086 -------------------------------------------------------------------------------- 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-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8a54960c-501e-451f-9ff4-078ca4c4922c 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.905 | 8.905 | 8.905 | 8.905 | 8.905 | 8.905 | 100.0% | 1 | | nova.boot_server | 9.472 | 9.472 | 9.472 | 9.472 | 9.472 | 9.472 | 100.0% | 1 | | nova.find_host_to_migrate | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 100.0% | 1 | | nova.live_migrate | 15.643 | 15.643 | 15.643 | 15.643 | 15.643 | 15.643 | 100.0% | 1 | | nova.delete_server | 6.139 | 6.139 | 6.139 | 6.139 | 6.139 | 6.139 | 100.0% | 1 | | total | 41.554 | 41.554 | 41.554 | 41.554 | 41.554 | 41.554 | 100.0% | 1 | | -> duration | 40.554 | 40.554 | 40.554 | 40.554 | 40.554 | 40.554 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.554304 Full duration: 53.371491 -------------------------------------------------------------------------------- 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-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "server_kwargs": { "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] } }, "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 8a54960c-501e-451f-9ff4-078ca4c4922c 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.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | nova.boot_server | 6.388 | 6.388 | 6.388 | 6.388 | 6.388 | 6.388 | 100.0% | 1 | | nova.delete_server | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 100.0% | 1 | | nova.delete_keypair | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 9.928 | 9.928 | 9.928 | 9.928 | 9.928 | 9.928 | 100.0% | 1 | | -> duration | 8.928 | 8.928 | 8.928 | 8.928 | 8.928 | 8.928 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.92829 Full duration: 34.740237 -------------------------------------------------------------------------------- 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-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "volume_size": 5, "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] }, "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 8a54960c-501e-451f-9ff4-078ca4c4922c 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.886 | 8.886 | 8.886 | 8.886 | 8.886 | 8.886 | 100.0% | 1 | | nova.boot_server | 9.74 | 9.74 | 9.74 | 9.74 | 9.74 | 9.74 | 100.0% | 1 | | nova.delete_server | 2.988 | 2.988 | 2.988 | 2.988 | 2.988 | 2.988 | 100.0% | 1 | | total | 21.614 | 21.614 | 21.614 | 21.614 | 21.614 | 21.614 | 100.0% | 1 | | -> duration | 20.614 | 20.614 | 20.614 | 20.614 | 20.614 | 20.614 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.61428 Full duration: 48.411971 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "force_delete": false, "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] }, "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 8a54960c-501e-451f-9ff4-078ca4c4922c 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.339 | 7.339 | 7.339 | 7.339 | 7.339 | 7.339 | 100.0% | 1 | | nova.pause_server | 2.858 | 2.858 | 2.858 | 2.858 | 2.858 | 2.858 | 100.0% | 1 | | nova.unpause_server | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 100.0% | 1 | | nova.delete_server | 2.683 | 2.683 | 2.683 | 2.683 | 2.683 | 2.683 | 100.0% | 1 | | total | 16.091 | 16.091 | 16.091 | 16.091 | 16.091 | 16.091 | 100.0% | 1 | | -> duration | 11.091 | 11.091 | 11.091 | 11.091 | 11.091 | 11.091 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.091361 Full duration: 40.034769 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "nics": [ { "net-id": "6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8a54960c-501e-451f-9ff4-078ca4c4922c 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.293 | 9.293 | 9.293 | 9.293 | 9.293 | 9.293 | 100.0% | 1 | | nova.migrate | 32.476 | 32.476 | 32.476 | 32.476 | 32.476 | 32.476 | 100.0% | 1 | | nova.resize_confirm | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 100.0% | 1 | | nova.delete_server | 2.749 | 2.749 | 2.749 | 2.749 | 2.749 | 2.749 | 100.0% | 1 | | total | 47.888 | 47.888 | 47.888 | 47.888 | 47.888 | 47.888 | 100.0% | 1 | | -> duration | 46.888 | 46.888 | 46.888 | 46.888 | 46.888 | 46.888 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.888321 Full duration: 57.233829 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "image": { "name": "Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 8a54960c-501e-451f-9ff4-078ca4c4922c 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.327 | 9.327 | 9.327 | 9.327 | 9.327 | 9.327 | 100.0% | 1 | | nova.list_interfaces | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | total | 9.764 | 9.764 | 9.764 | 9.764 | 9.764 | 9.764 | 100.0% | 1 | | -> duration | 8.764 | 8.764 | 8.764 | 8.764 | 8.764 | 8.764 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.7643 Full duration: 40.197544 -------------------------------------------------------------------------------- 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 8a54960c-501e-451f-9ff4-078ca4c4922c 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | nova.delete_server_group | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754856 Full duration: 9.645512 HINTS: * To plot HTML graphics with this data, run: rally task report 8a54960c-501e-451f-9ff4-078ca4c4922c --out output.html * To generate a JUnit report, run: rally task export 8a54960c-501e-451f-9ff4-078ca4c4922c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8a54960c-501e-451f-9ff4-078ca4c4922c --json --out output.json 2018-04-20 10:20:31,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8a54960c-501e-451f-9ff4-078ca4c4922c'] 2018-04-20 10:20:32,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 10:20:32,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8a54960c-501e-451f-9ff4-078ca4c4922c', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-20 10:20:32,497 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-20 10:20:32,497 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-20 10:20:32,497 - 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-20 10:20:32,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-20 10:20:32,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-20 10:20:32,514 - 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': '6bfe6c1f-9fb4-41bc-a362-fc0bdc192ce7', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'flavor_name': 'rally-tiny-27771972-73da-49c6-bb57-c3fc9daa4ab7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-27771972-73da-49c6-bb57-c3fc9daa4ab7', '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-20 10:21:26,002 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b66ec9bf-7caf-4dfe-8c23-b5b14871913d 2018-04-20 10:21:26,002 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b66ec9bf-7caf-4dfe-8c23-b5b14871913d'] 2018-04-20 10:21:26,991 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b66ec9bf-7caf-4dfe-8c23-b5b14871913d: 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 b66ec9bf-7caf-4dfe-8c23-b5b14871913d 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.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | quotas.delete_quotas | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939908 Full duration: 8.553475 -------------------------------------------------------------------------------- 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 b66ec9bf-7caf-4dfe-8c23-b5b14871913d 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704064 Full duration: 8.448254 -------------------------------------------------------------------------------- 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 b66ec9bf-7caf-4dfe-8c23-b5b14871913d 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755286 Full duration: 8.860082 -------------------------------------------------------------------------------- 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 b66ec9bf-7caf-4dfe-8c23-b5b14871913d 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.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | total | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> duration | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.994996 Full duration: 8.633971 HINTS: * To plot HTML graphics with this data, run: rally task report b66ec9bf-7caf-4dfe-8c23-b5b14871913d --out output.html * To generate a JUnit report, run: rally task export b66ec9bf-7caf-4dfe-8c23-b5b14871913d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b66ec9bf-7caf-4dfe-8c23-b5b14871913d --json --out output.json 2018-04-20 10:21:26,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b66ec9bf-7caf-4dfe-8c23-b5b14871913d'] 2018-04-20 10:21:27,817 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-20 10:21:27,817 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b66ec9bf-7caf-4dfe-8c23-b5b14871913d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-20 10:21:27,824 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-20 10:21:27,827 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:44 | 11 | 100.00% | | nova | 06:12 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:16 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-20 10:21:27,828 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-20 10:21:35,654 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-20 10:21:35,654 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-20 10:21:36,179 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 10:21:36,180 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:21 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-20 10:21:36,184 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-20 10:21:36,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-20 10:21:38,743 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-20 10:21:38.451 11237 INFO rally.deployment.engine [-] Deployment eaff707a-5775-4706-bdaa-6b66f33941c9 | Starting: Destroy cloud and free allocated resources. 2018-04-20 10:21:38.528 11237 INFO rally.deployment.engine [-] Deployment eaff707a-5775-4706-bdaa-6b66f33941c9 | Completed: Destroy cloud and free allocated resources. 2018-04-20 10:21:38.537 11237 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0). 2018-04-20 10:21:38.540 11237 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-20 10:21:40,991 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-20 10:21:40.713 11240 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=48b8e098-3b41-4f37-9abc-8355f32700a9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 48b8e098-3b41-4f37-9abc-8355f32700a9 | 2018-04-20T10:21:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 48b8e098-3b41-4f37-9abc-8355f32700a9 ~/.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-20 10:21:44,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-20 10:21:44,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-20 10:21:46,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-20 10:21:46.381 11246 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d9c73db2-df3b-4ccd-8b1c-ab652c0f6ad0). 2018-04-20 10:21:46.504 11246 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-20 10:21:50,130 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-20 10:21:48.768 11249 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-20 10:21:48.918 11249 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-20 10:21:49.941 11249 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd) as the default verifier for the future CLI operations. 2018-04-20 10:21:53,114 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-20 10:21:55,624 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-20 10:22:01,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-20 10:22:06,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-20 10:22:05.708 11268 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd) for deployment 'opnfv-rally' (UUID=48b8e098-3b41-4f37-9abc-8355f32700a9). 2018-04-20 10:22:06.568 11268 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd) has been successfully configured for deployment 'opnfv-rally' (UUID=48b8e098-3b41-4f37-9abc-8355f32700a9)! 2018-04-20 10:22:06,720 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-20 10:22:06,720 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-20 10:22:06,722 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-20 10:22:09,152 - 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-20 10:22:11,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:11.231 11280 INFO rally.api [-] Starting verification (UUID=b1b0744e-af22-4686-b3bb-9af83fc13469) for deployment 'opnfv-rally' (UUID=48b8e098-3b41-4f37-9abc-8355f32700a9) by verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd). 2018-04-20 10:22:11,232 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b1b0744e-af22-4686-b3bb-9af83fc13469 2018-04-20 10:22:20,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:20.326 11280 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-04-20 10:22:20,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:20.594 11280 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.326s] 2018-04-20 10:22:20,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:20.934 11280 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.228s] 2018-04-20 10:22:21,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:21.015 11280 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.081s] 2018-04-20 10:22:21,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:21.131 11280 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.259s] 2018-04-20 10:22:21,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:21.896 11280 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.086s] 2018-04-20 10:22:22,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:22.075 11280 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.179s] 2018-04-20 10:22:22,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:22.211 11280 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.373s] 2018-04-20 10:22:24,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:24.875 11280 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.663s] 2018-04-20 10:22:25,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:25.280 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.228s] 2018-04-20 10:22:26,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:26.549 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.269s] 2018-04-20 10:22:26,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:26.667 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.182s] 2018-04-20 10:22:26,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:26.967 11280 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.106s] 2018-04-20 10:22:27,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:27.076 11280 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.108s] 2018-04-20 10:22:27,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:27.200 11280 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.123s] 2018-04-20 10:22:27,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:27.342 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.992s] 2018-04-20 10:22:27,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:27.649 11280 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.307s] 2018-04-20 10:22:27,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:27.978 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.428s] 2018-04-20 10:22:31,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:31.315 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.647s] 2018-04-20 10:22:33,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:33.910 11280 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.202s] 2018-04-20 10:22:34,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:34.419 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.162s] 2018-04-20 10:22:34,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:34.568 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.149s] 2018-04-20 10:22:35,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:35.051 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.735s] 2018-04-20 10:22:35,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:35.712 11280 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.293s] 2018-04-20 10:22:35,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:35.922 11280 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.209s] 2018-04-20 10:22:36,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:36.247 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.677s] 2018-04-20 10:22:36,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:36.406 11280 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.494s] 2018-04-20 10:22:36,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:36.444 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.197s] 2018-04-20 10:22:36,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:36.458 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-04-20 10:22:36,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:36.757 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.705s] 2018-04-20 10:22:39,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:39.796 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.039s] 2018-04-20 10:22:42,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:42.365 11280 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-04-20 10:22:43,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:43.234 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.822s] 2018-04-20 10:22:46,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:46.559 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.325s] 2018-04-20 10:22:48,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:48.108 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [8.309s] 2018-04-20 10:22:49,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:49.607 11280 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.241s] 2018-04-20 10:22:49,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:49.842 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.734s] 2018-04-20 10:22:50,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:50.072 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [29.249s] 2018-04-20 10:22:50,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:50.278 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.437s] 2018-04-20 10:22:50,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:50.469 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.190s] 2018-04-20 10:22:50,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:50.489 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-04-20 10:22:50,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:50.507 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-04-20 10:22:54,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:54.969 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.241s] 2018-04-20 10:22:55,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:55.473 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [28.125s] 2018-04-20 10:22:55,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:55.544 11280 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-20 10:22:56,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:56.444 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.898s] 2018-04-20 10:22:57,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:57.137 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.692s] 2018-04-20 10:22:57,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:57.637 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.500s] 2018-04-20 10:22:57,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:57.716 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.078s] 2018-04-20 10:22:57,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:57.801 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.086s] 2018-04-20 10:22:57,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:57.877 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.075s] 2018-04-20 10:22:57,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:57.956 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.078s] 2018-04-20 10:22:58,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:58.023 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-04-20 10:22:58,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:22:58.192 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.168s] 2018-04-20 10:23:01,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:00.999 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.088s] 2018-04-20 10:23:01,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.011 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-20 10:23:01,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.151 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.139s] 2018-04-20 10:23:01,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.162 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-04-20 10:23:01,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.178 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2018-04-20 10:23:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.215 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2018-04-20 10:23:01,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.283 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-04-20 10:23:01,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.376 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.093s] 2018-04-20 10:23:01,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.734 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.356s] 2018-04-20 10:23:01,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.748 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-20 10:23:01,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:01.840 11280 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.091s] 2018-04-20 10:23:06,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:06.586 11280 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.583s] 2018-04-20 10:23:11,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:11.888 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.189s] 2018-04-20 10:23:11,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:11.941 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2018-04-20 10:23:12,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:12.150 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.208s] 2018-04-20 10:23:12,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:12.784 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.632s] 2018-04-20 10:23:13,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:13.182 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.397s] 2018-04-20 10:23:13,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:13.728 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.545s] 2018-04-20 10:23:13,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:13.942 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.214s] 2018-04-20 10:23:14,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:14.002 11280 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.169s] 2018-04-20 10:23:14,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:14.137 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.193s] 2018-04-20 10:23:14,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:14.348 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.212s] 2018-04-20 10:23:14,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:14.399 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-04-20 10:23:14,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:14.600 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.202s] 2018-04-20 10:23:14,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:14.839 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.233s] 2018-04-20 10:23:15,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:15.205 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.365s] 2018-04-20 10:23:15,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:15.257 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-04-20 10:23:15,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:15.310 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-04-20 10:23:17,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:17.543 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.525s] 2018-04-20 10:23:19,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:19.430 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.885s] 2018-04-20 10:23:20,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:20.970 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.539s] 2018-04-20 10:23:22,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:22.677 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.707s] 2018-04-20 10:23:22,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:22.980 11280 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.900s] 2018-04-20 10:23:24,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:24.245 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.566s] 2018-04-20 10:23:25,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:25.692 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.255s] 2018-04-20 10:23:25,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:25.887 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.641s] 2018-04-20 10:23:26,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:26.236 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [30.760s] 2018-04-20 10:23:26,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:26.265 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.379s] 2018-04-20 10:23:27,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:27.051 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.784s] 2018-04-20 10:23:27,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:27.669 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.618s] 2018-04-20 10:23:28,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:28.995 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.323s] 2018-04-20 10:23:29,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:29.551 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.556s] 2018-04-20 10:23:30,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:30.312 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.760s] 2018-04-20 10:23:30,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:30.743 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.431s] 2018-04-20 10:23:32,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:32.226 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.481s] 2018-04-20 10:23:32,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:32.477 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.785s] 2018-04-20 10:23:32,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:32.633 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.407s] 2018-04-20 10:23:33,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:33.193 11280 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.212s] 2018-04-20 10:23:33,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:33.538 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.905s] 2018-04-20 10:23:33,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:33.927 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.388s] 2018-04-20 10:23:34,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:34.159 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.232s] 2018-04-20 10:23:35,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:35.545 11280 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.351s] 2018-04-20 10:23:35,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:35.603 11280 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-04-20 10:23:35,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:35.809 11280 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.206s] 2018-04-20 10:23:35,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:35.878 11280 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.066s] 2018-04-20 10:23:35,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:35.996 11280 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.119s] 2018-04-20 10:23:37,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:37.225 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.747s] 2018-04-20 10:23:39,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:39.751 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [49.148s] 2018-04-20 10:23:40,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:40.953 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.205s] 2018-04-20 10:23:42,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:42.202 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.976s] 2018-04-20 10:23:42,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:42.686 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.445s] 2018-04-20 10:23:48,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:48.895 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [80.906s] 2018-04-20 10:23:49,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:49.940 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.737s] 2018-04-20 10:23:54,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:54.782 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.842s] 2018-04-20 10:23:55,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:55.404 11280 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [27.811s] 2018-04-20 10:23:58,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:23:58.870 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.088s] 2018-04-20 10:24:05,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:05.434 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.563s] 2018-04-20 10:24:06,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:06.663 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.455s] 2018-04-20 10:24:06,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:06.958 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.295s] 2018-04-20 10:24:09,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:09.784 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.348s] 2018-04-20 10:24:09,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:09.948 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.164s] 2018-04-20 10:24:10,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:10.067 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.119s] 2018-04-20 10:24:10,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:10.130 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-04-20 10:24:10,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:10.712 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.580s] 2018-04-20 10:24:10,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:10.810 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.099s] 2018-04-20 10:24:10,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:10.905 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.094s] 2018-04-20 10:24:10,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:10.959 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-04-20 10:24:11,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:11.200 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.240s] 2018-04-20 10:24:17,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:17.099 11280 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.898s] 2018-04-20 10:24:30,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:30.907 11280 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.028s] 2018-04-20 10:24:39,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:39.212 11280 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.303s] 2018-04-20 10:24:45,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:45.996 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [63.299s] 2018-04-20 10:24:50,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:50.265 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.334s] 2018-04-20 10:24:50,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:50.634 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.368s] 2018-04-20 10:24:53,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:53.365 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [82.711s] 2018-04-20 10:24:53,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:53.439 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2018-04-20 10:24:53,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:53.954 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.514s] 2018-04-20 10:24:54,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:54.059 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.104s] 2018-04-20 10:24:54,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:24:54.061 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-20 10:25:05,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:05.181 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.149s] 2018-04-20 10:25:05,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:05.351 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.169s] 2018-04-20 10:25:05,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:05.545 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.194s] 2018-04-20 10:25:05,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:05.730 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.184s] 2018-04-20 10:25:06,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:06.005 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.274s] 2018-04-20 10:25:06,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:06.055 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.049s] 2018-04-20 10:25:06,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:06.104 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.048s] 2018-04-20 10:25:06,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:06.239 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.134s] 2018-04-20 10:25:06,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:06.287 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.047s] 2018-04-20 10:25:06,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:06.332 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.044s] 2018-04-20 10:25:16,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:16.332 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.907s] 2018-04-20 10:25:16,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:16.557 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.225s] 2018-04-20 10:25:16,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:16.767 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.209s] 2018-04-20 10:25:17,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:17.147 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.379s] 2018-04-20 10:25:17,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:17.570 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.423s] 2018-04-20 10:25:17,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:17.981 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.410s] 2018-04-20 10:25:24,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:24.944 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.213s] 2018-04-20 10:25:27,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:27.339 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.396s] 2018-04-20 10:25:31,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:31.721 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.377s] 2018-04-20 10:25:32,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:32.884 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.164s] 2018-04-20 10:25:35,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:35.410 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.524s] 2018-04-20 10:25:36,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:36.375 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.965s] 2018-04-20 10:25:37,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:37.960 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.582s] 2018-04-20 10:25:38,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:25:38.009 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-04-20 10:26:06,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:06.801 11280 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [207.829s] 2018-04-20 10:26:32,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:32.481 11280 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [25.674s] 2018-04-20 10:26:46,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:46.205 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.167s] 2018-04-20 10:26:46,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:46.386 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.180s] 2018-04-20 10:26:46,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:46.565 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.178s] 2018-04-20 10:26:46,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:46.741 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.175s] 2018-04-20 10:26:46,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:46.754 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-04-20 10:26:46,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:46.914 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.159s] 2018-04-20 10:26:47,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.103 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.188s] 2018-04-20 10:26:47,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.147 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.043s] 2018-04-20 10:26:47,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.157 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-04-20 10:26:47,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.195 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.037s] 2018-04-20 10:26:47,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.358 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.162s] 2018-04-20 10:26:47,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.401 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-04-20 10:26:47,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.450 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.048s] 2018-04-20 10:26:47,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.487 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-04-20 10:26:47,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:47.685 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.197s] 2018-04-20 10:26:48,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.195 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.510s] 2018-04-20 10:26:48,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.232 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-04-20 10:26:48,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.426 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.193s] 2018-04-20 10:26:48,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.436 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-04-20 10:26:48,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.470 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-04-20 10:26:48,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.508 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-04-20 10:26:48,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.543 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-04-20 10:26:48,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:26:48.576 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-04-20 10:27:03,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:27:03.875 11280 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.465s] 2018-04-20 10:27:19,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:27:19.905 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.270s] 2018-04-20 10:27:19,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:27:19.969 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-04-20 10:27:20,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:27:20.186 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.216s] 2018-04-20 10:28:06,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:28:06.125 11280 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [62.242s] 2018-04-20 10:28:23,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:28:23.681 11280 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.555s] 2018-04-20 10:28:45,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:28:45.376 11280 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.648s] 2018-04-20 10:28:53,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:28:53.787 11280 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.407s] 2018-04-20 10:29:08,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:29:08.485 11280 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.694s] 2018-04-20 10:30:27,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:30:27.617 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.419s] 2018-04-20 10:30:27,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:30:27.618 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-20 10:30:42,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:30:42.159 11280 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.535s] 2018-04-20 10:30:45,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b1b0744e-af22-4686-b3bb-9af83fc13469']'. 2018-04-20 10:30:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-20 10:30:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-20 10:30:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 10:30:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b1b0744e-af22-4686-b3bb-9af83fc13469 | 2018-04-20 10:30:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-20 10:30:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-20 10:22:11 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-20 10:30:45 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:34 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c337c070-d61e-4af7-af90-5be488c274bd) | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 48b8e098-3b41-4f37-9abc-8355f32700a9) | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 504.257 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 4 | 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 10:30:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-20 10:30:46,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.0392156863% 2018-04-20 10:30:55,783 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 10:30:55,783 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 09:03 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-20 10:30:55,788 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-20 10:30:55,788 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-20 10:30:55,857 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-20 10:30:58,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-20 10:30:57.874 11376 INFO rally.deployment.engine [-] Deployment 48b8e098-3b41-4f37-9abc-8355f32700a9 | Starting: Destroy cloud and free allocated resources. 2018-04-20 10:30:57.937 11376 INFO rally.deployment.engine [-] Deployment 48b8e098-3b41-4f37-9abc-8355f32700a9 | Completed: Destroy cloud and free allocated resources. 2018-04-20 10:30:57.988 11376 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd) for deployment 'opnfv-rally'. 2018-04-20 10:30:58.012 11376 INFO rally.api [-] Deleting verification (UUID=b1b0744e-af22-4686-b3bb-9af83fc13469). 2018-04-20 10:30:58.050 11376 INFO rally.api [-] Verification has been successfully deleted! 2018-04-20 10:30:58.051 11376 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd). 2018-04-20 10:30:58.061 11376 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-20 10:31:00,589 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-20 10:31:00.309 11379 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=547f5f3d-b9b1-4551-9d77-6abc48dd5df2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 547f5f3d-b9b1-4551-9d77-6abc48dd5df2 | 2018-04-20T10:31:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 547f5f3d-b9b1-4551-9d77-6abc48dd5df2 ~/.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-20 10:31:03,869 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-20 10:31:03,869 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-20 10:31:06,120 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-20 10:31:05.855 11385 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c337c070-d61e-4af7-af90-5be488c274bd). 2018-04-20 10:31:05.961 11385 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-20 10:31:09,958 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-20 10:31:08.055 11388 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-20 10:31:08.200 11388 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-20 10:31:09.775 11388 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382) as the default verifier for the future CLI operations. 2018-04-20 10:31:12,864 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-20 10:31:15,391 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-20 10:31:24,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-20 10:31:29,137 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-20 10:31:28.129 11407 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382) for deployment 'opnfv-rally' (UUID=547f5f3d-b9b1-4551-9d77-6abc48dd5df2). 2018-04-20 10:31:28.976 11407 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382) has been successfully configured for deployment 'opnfv-rally' (UUID=547f5f3d-b9b1-4551-9d77-6abc48dd5df2)! 2018-04-20 10:31:29,137 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-20 10:31:29,137 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-20 10:31:29,140 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-20 10:31:29,148 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-20 10:31:32,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3737a79f-9d63-4a67-94ed-3b69e8c86382/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-20 10:31:32,305 - 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-20 10:31:34,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 10:31:34.452 11416 INFO rally.api [-] Starting verification (UUID=1e1d7d05-73c9-4b9b-b45f-0e7435e9f846) for deployment 'opnfv-rally' (UUID=547f5f3d-b9b1-4551-9d77-6abc48dd5df2) by verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382). 2018-04-20 10:31:34,454 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1e1d7d05-73c9-4b9b-b45f-0e7435e9f846 2018-04-20 10:34:18,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1e1d7d05-73c9-4b9b-b45f-0e7435e9f846']'. 2018-04-20 10:34:19,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-20 10:34:19,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1e1d7d05-73c9-4b9b-b45f-0e7435e9f846 | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-20 10:31:34 | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-20 10:34:18 | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:44 | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-20 10:34:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3737a79f-9d63-4a67-94ed-3b69e8c86382) | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 547f5f3d-b9b1-4551-9d77-6abc48dd5df2) | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 152.628 | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-20 10:34:19,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 10:34:19,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-20 10:34:19,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-20 10:34:25,791 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 10:34:25,791 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-20 10:34:25,794 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-20 10:34:46,394 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-20 10:34:46,394 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-20 10:34:46,426 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-20 10:34:46,544 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 10:34:46,544 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-20 10:34:46,548 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-20 10:34:47,537 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-20 11:58:53,164 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 11:58:53,165 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 84:05 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-20 11:58:53,169 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-20 11:58:53,169 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-20 11:58:53,267 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-20 11:58:55,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-20 11:58:55.353 11560 INFO rally.deployment.engine [-] Deployment 547f5f3d-b9b1-4551-9d77-6abc48dd5df2 | Starting: Destroy cloud and free allocated resources. 2018-04-20 11:58:55.439 11560 INFO rally.deployment.engine [-] Deployment 547f5f3d-b9b1-4551-9d77-6abc48dd5df2 | Completed: Destroy cloud and free allocated resources. 2018-04-20 11:58:55.500 11560 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382) for deployment 'opnfv-rally'. 2018-04-20 11:58:55.532 11560 INFO rally.api [-] Deleting verification (UUID=1e1d7d05-73c9-4b9b-b45f-0e7435e9f846). 2018-04-20 11:58:55.576 11560 INFO rally.api [-] Verification has been successfully deleted! 2018-04-20 11:58:55.577 11560 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382). 2018-04-20 11:58:55.584 11560 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-20 11:58:58,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-20 11:58:57.908 11563 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2de731a9-15c1-462e-b68a-23ab9d0d5c55) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2de731a9-15c1-462e-b68a-23ab9d0d5c55 | 2018-04-20T11:58:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2de731a9-15c1-462e-b68a-23ab9d0d5c55 ~/.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-20 11:59:01,567 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-20 11:59:01,567 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-20 11:59:03,867 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-20 11:59:03.659 11569 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3737a79f-9d63-4a67-94ed-3b69e8c86382). 2018-04-20 11:59:03.759 11569 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-20 11:59:07,275 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-20 11:59:05.956 11572 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-20 11:59:06.095 11572 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-20 11:59:07.133 11572 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d712e2d5-48f3-4047-bdc3-9ed418f49bd2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d712e2d5-48f3-4047-bdc3-9ed418f49bd2) as the default verifier for the future CLI operations. 2018-04-20 11:59:18,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-20 11:59:23,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-20 11:59:22.506 11591 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d712e2d5-48f3-4047-bdc3-9ed418f49bd2) for deployment 'opnfv-rally' (UUID=2de731a9-15c1-462e-b68a-23ab9d0d5c55). 2018-04-20 11:59:23.740 11591 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d712e2d5-48f3-4047-bdc3-9ed418f49bd2) has been successfully configured for deployment 'opnfv-rally' (UUID=2de731a9-15c1-462e-b68a-23ab9d0d5c55)! 2018-04-20 11:59:26,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d712e2d5-48f3-4047-bdc3-9ed418f49bd2/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-20 11:59:26,780 - 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-20 11:59:28,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-20 11:59:28.920 11600 INFO rally.api [-] Starting verification (UUID=47481c51-891c-41ca-817a-49fb7579d9f6) for deployment 'opnfv-rally' (UUID=2de731a9-15c1-462e-b68a-23ab9d0d5c55) by verifier 'opnfv-tempest' (UUID=d712e2d5-48f3-4047-bdc3-9ed418f49bd2). 2018-04-20 12:02:39,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '47481c51-891c-41ca-817a-49fb7579d9f6']'. 2018-04-20 12:02:39,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-20 12:02:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-20 12:02:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 12:02:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 47481c51-891c-41ca-817a-49fb7579d9f6 | 2018-04-20 12:02:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-20 12:02:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-20 11:59:28 | 2018-04-20 12:02:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-20 12:02:38 | 2018-04-20 12:02:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:10 | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d712e2d5-48f3-4047-bdc3-9ed418f49bd2) | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2de731a9-15c1-462e-b68a-23ab9d0d5c55) | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 172.973 | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-20 12:02:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-20 12:02:39,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-20 12:02:39,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-20 12:02:39,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-20 12:02:39,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-20 12:02:39,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-20 12:02:39,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-04-20 12:02:46,944 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 12:02:46,944 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:37 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-20 12:02:46,948 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-20 12:02:46,949 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:55 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 15:55 | FAIL | | rally_sanity | functest | smoke | 24:21 | PASS | | refstack_defcore | functest | smoke | 09:03 | FAIL | | patrole | functest | smoke | 03:13 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 84:05 | FAIL | | neutron_trunk | functest | smoke | 03:37 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-20 12:02:46,955 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-20 12:03:39,358 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-30 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-20 12:03:39,360 - 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=8KyZEyP4vdtyCbXVUG4yTYmHB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-04-20 12:03:39,360 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-20 12:03:39,360 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-20 12:03:39,360 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-20 12:03:39,362 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-20 12:04:46,326 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-30 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-20 12:04:46,330 - 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=8KyZEyP4vdtyCbXVUG4yTYmHB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-04-20 12:04:46,331 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-20 12:04:46,332 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-04-20 12:04:46,333 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-20 12:04:46,333 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-20 12:04:46,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-20 12:04:46,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-04-20 12:04:46,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-04-20 12:04:47,177 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-20 12:04:47,178 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-20 12:04:47,619 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-20 12:04:47,619 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-20 12:04:48,020 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-20 12:04:51,025 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-08706f49-0e61-415c-b50c-baea00f74597, password=2f4ee617-7aea-4337-99e3-bb7173ab1996, auth_url=http://172.30.9.30:5000/v3, project_name=cloudify_ims-08706f49-0e61-415c-b50c-baea00f74597, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-20 12:04:51,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-20 12:04:52,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-20 12:04:52,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-20 12:06:38,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-20 12:06:46,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-20 12:06:47,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-20 12:06:57,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-04-20 12:07:00,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-04-20 12:07:01,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-04-20 12:09:42,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '2f4ee617-7aea-4337-99e3-bb7173ab1996', 'keystone_tenant_name': 'cloudify_ims-08706f49-0e61-415c-b50c-baea00f74597', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.30:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-08706f49-0e61-415c-b50c-baea00f74597', 'project_domain_name': 'Default'} 2018-04-20 12:09:42,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-04-20 12:11:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:14:27,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:17:04,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:19:41,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:22:19,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:24:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:27:33,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:30:11,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:32:48,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:35:25,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:35:55,710 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 265, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-04-20 12:35:55,711 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-20 12:35:55,711 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-20 12:35:56,238 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 12:35:56,239 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 31:08 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-20 12:35:56,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-04-20 12:38:03,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 396, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.209', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=clearwater-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-04-20 12:38:03,506 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-20 12:38:28,829 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-04-20 12:38:28,829 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-20 12:38:28,948 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-20 12:38:29,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-20 12:38:29,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-20 12:38:29,371 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-04-20 12:38:29,376 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-20 12:38:29,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-04-20 12:38:29,399 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-20 12:38:32,419 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-f143cc6d-25dc-4ca6-ab10-ebfe65a3c334, password=9429eb76-6ed6-4671-a200-49aa17297e80, auth_url=http://172.30.9.30:5000/v3, project_name=vyos_vrouter-f143cc6d-25dc-4ca6-ab10-ebfe65a3c334, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-20 12:38:32,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-20 12:38:32,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-20 12:38:32,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-20 12:40:02,658 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-20 12:40:15,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-20 12:40:15,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-20 12:40:26,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-04-20 12:40:30,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-04-20 12:40:30,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-04-20 12:43:20,600 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-04-20 12:45:27,920 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:48:05,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:50:42,544 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:53:19,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:55:57,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 12:58:34,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 13:01:11,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 13:03:49,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 13:06:26,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 13:09:03,728 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-20 13:09:33,752 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 276, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-04-20 13:09:33,875 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 13:09:33,876 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 31:04 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-20 13:09:33,879 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-04-20 13:11:41,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 421, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.209', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=vrouter-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-04-20 13:11:41,168 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-20 13:12:09,456 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-04-20 13:12:09,456 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-20 13:12:09,547 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-04-20 13:12:09,567 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-20 13:12:09,567 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-20 13:12:12,606 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-a4ad04c8-cab9-4dc5-84b1-6e4e30c52555, password=2d88af1c-d1eb-41dd-935b-b34802308719, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-a4ad04c8-cab9-4dc5-84b1-6e4e30c52555, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-20 13:12:12,993 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-20 13:12:14,109 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-04-20 13:12:14,110 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-20 13:12:15,710 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=32cece78-7bbc-48a4-8117-7b5964157d02, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-a4ad04c8-cab9-4dc5-84b1-6e4e30c52555, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-20 13:12:15,815 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-04-20 13:12:15,815 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-20 13:12:15,816 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-20 13:12:19,253 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-20 13:12:24,545 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-04-20 13:12:25,252 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-04-20 13:12:25,263 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-04-20 13:12:25,264 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-20 13:12:34,240 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 0fe39636-871d-44b0-a848-e2c64ef672b5 -s trusty -r regionOne -u http://172.30.9.30:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-20 13:12:34,240 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-04-20 13:12:44,479 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 6f975fb3-2447-4181-9d55-e3f10bfa4744 -s xenial -r regionOne -u http://172.30.9.30:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-20 13:12:44,479 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : f9359911-d4ec-4787-af83-fa04414b36f9 2018-04-20 13:37:17,277 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 307, in deploy_orchestrator output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=f9359911-d4ec-4787-af83-fa04414b36f9', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-04-20 13:37:17,701 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-20 13:37:17,701 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 25:08 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-20 13:37:17,785 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 416, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-04-20 13:37:17,786 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-20 13:37:17,786 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-20 13:37:30,084 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-20 13:37:30,085 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 31:08 | FAIL | | vyos_vrouter | functest | vnf | 31:04 | FAIL | | juju_epc | functest | vnf | 25:08 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-20 13:37:30,088 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-20 13:37:39,411 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-30 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-20 13:37:39,414 - 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=8KyZEyP4vdtyCbXVUG4yTYmHB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-04-20 13:37:39,414 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-20 13:37:39,414 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-20 13:37:39,415 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-20 13:37:39,416 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK