2018-05-10 16:51:47,273 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-111 | | 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-05-10 16:51:47,277 - 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=Z9FaAHDCZG4VTQXerc6dw4MZD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.8 export OS_REGION_NAME=regionOne 2018-05-10 16:51:47,277 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 16:51:47,279 - 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-05-10 16:51:47,280 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-10 16:51:47,281 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-10 16:51:49,933 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 16:52:00,269 - 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.326s OK 2018-05-10 16:52:00,394 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 16:52:00,394 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-10 16:52:00,398 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-10 16:52:02,579 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 17:04:55,952 - 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 773.320s OK 2018-05-10 17:04:56,071 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 17:04:56,072 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-10 17:04:56,076 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-10 17:04:56,952 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 17:05:37,247 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.294s OK 2018-05-10 17:05:37,363 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 17:05:37,364 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:40 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-10 17:05:37,367 - 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:53 | PASS | | snaps_health_check | functest | healthcheck | 00:40 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-10 17:05:37,371 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-10 17:05:40,086 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-111 | | 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-05-10 17:05:40,091 - 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=Z9FaAHDCZG4VTQXerc6dw4MZD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.8 export OS_REGION_NAME=regionOne 2018-05-10 17:05:40,091 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 17:05:40,092 - 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-05-10 17:05:40,094 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-10 17:05:40,094 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-10 17:05:40,928 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-10 17:05:40,928 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-10 17:05:41,396 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-10 17:05:41,396 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-10 17:05:41,840 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-10 17:05:41,841 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-10 17:05:41' 2018-05-10 17:05:41,841 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:05:44,524 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:05:47,647 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:05:53,984 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:05:54,776 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:05:55,541 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:06:02,796 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:06:07,870 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-f7278a55-5e49-4694-82f2-e1fc093425cb' 2018-05-10 17:07:01,229 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-10 17:07:06,288 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-10 17:07:06,425 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-10 17:07:07,431 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-10 17:07:07,432 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-10 17:07:07,432 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-10 17:07:07,966 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 17:07:07,967 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:26 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-10 17:07:26,701 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-10 17:07:26,787 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-10 17:07:26,787 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-10 17:07:26' 2018-05-10 17:07:26,787 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7275cec3-b229-467d-94f0-2daeb69d4387' 2018-05-10 17:07:30,726 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7275cec3-b229-467d-94f0-2daeb69d4387' 2018-05-10 17:07:33,714 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7275cec3-b229-467d-94f0-2daeb69d4387' 2018-05-10 17:07:40,950 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7275cec3-b229-467d-94f0-2daeb69d4387' 2018-05-10 17:07:41,643 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7275cec3-b229-467d-94f0-2daeb69d4387' 2018-05-10 17:07:48,656 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7275cec3-b229-467d-94f0-2daeb69d4387' 2018-05-10 17:07:56,323 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-10 17:08:09,284 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-10 17:08:11,853 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-10 17:08:11,968 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 17:08:11,969 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:45 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-10 17:08:31,780 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-10 17:08:31,870 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 17:08:36,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-10 17:08:36.348 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b9699213-8191-4d0a-aeb9-8663f4f7d01b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b9699213-8191-4d0a-aeb9-8663f4f7d01b | 2018-05-10T17:08:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b9699213-8191-4d0a-aeb9-8663f4f7d01b ~/.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-05-10 17:08:40,005 - 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-05-10 17:08:40,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-10 17:08:45,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-10 17:08:44.226 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-10 17:08:44.394 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-10 17:08:45.442 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66) has been successfully created! Using verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66) as the default verifier for the future CLI operations. 2018-05-10 17:08:48,569 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-10 17:08:50,974 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-10 17:08:58,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-10 17:09:03,431 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-10 17:09:02.226 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66) for deployment 'opnfv-rally' (UUID=b9699213-8191-4d0a-aeb9-8663f4f7d01b). 2018-05-10 17:09:03.266 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66) has been successfully configured for deployment 'opnfv-rally' (UUID=b9699213-8191-4d0a-aeb9-8663f4f7d01b)! 2018-05-10 17:09:03,432 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-10 17:09:03,432 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-10 17:09:03,434 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-10 17:09:03,437 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-10 17:09:06,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-587c7326-f869-414e-bc7d-40c8abaeee66/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-10 17:09:06,341 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-10 17:09:06,342 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-10 17:09:06,343 - 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-05-10 17:09:08,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:09:08.641 55 INFO rally.api [-] Starting verification (UUID=9a102a84-57cf-4988-8d14-9cd073f707d4) for deployment 'opnfv-rally' (UUID=b9699213-8191-4d0a-aeb9-8663f4f7d01b) by verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66). 2018-05-10 17:09:08,643 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9a102a84-57cf-4988-8d14-9cd073f707d4 2018-05-10 17:09:16,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:09:16.068 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.168s] 2018-05-10 17:09:16,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:09:16.123 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-05-10 17:09:23,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:09:23.295 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.719s] 2018-05-10 17:09:26,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:09:26.076 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.780s] 2018-05-10 17:09:39,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:09:39.634 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.463s] 2018-05-10 17:09:56,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:09:56.606 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.583s] 2018-05-10 17:10:29,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:10:29.940 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-05-10 17:10:29,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:10:29.942 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-10 17:11:02,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:11:02.813 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-05-10 17:11:02,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:11:02.815 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-10 17:11:33,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:11:33.486 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-05-10 17:11:33,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:11:33.487 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-10 17:13:19,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:19.103 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [74.364s] 2018-05-10 17:13:43,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:43.629 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-10 17:13:43,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:43.725 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-05-10 17:13:51,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:51.440 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.696s] 2018-05-10 17:13:51,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:51.448 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-05-10 17:13:52,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:52.853 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-10 17:13:52,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:52.854 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-10 17:13:56,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:13:56.981 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.372s] 2018-05-10 17:14:03,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:03.385 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-05-10 17:14:10,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:10.175 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.689s] 2018-05-10 17:14:17,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:17.764 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.446s] 2018-05-10 17:14:27,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:27.322 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.231s] 2018-05-10 17:14:33,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:33.685 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.393s] 2018-05-10 17:14:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:39.164 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-05-10 17:14:47,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:47.001 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.539s] 2018-05-10 17:14:54,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:14:54.377 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.476s] 2018-05-10 17:15:03,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:03.207 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.868s] 2018-05-10 17:15:06,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:06.098 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-10 17:15:08,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:08.132 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-05-10 17:15:08,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:08.205 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-05-10 17:15:08,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:08.284 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-05-10 17:15:08,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:08.290 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-10 17:15:12,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:12.359 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.782s] 2018-05-10 17:15:14,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:14.577 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.217s] 2018-05-10 17:15:16,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:16.514 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.935s] 2018-05-10 17:15:22,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:22.661 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-10 17:15:30,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:30.156 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.293s] 2018-05-10 17:15:42,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:42.444 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.290s] 2018-05-10 17:15:46,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:46.188 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.743s] 2018-05-10 17:15:57,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:15:57.371 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.865s] 2018-05-10 17:16:01,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:01.265 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.893s] 2018-05-10 17:16:10,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:10.401 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.136s] 2018-05-10 17:16:19,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:19.710 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.916s] 2018-05-10 17:16:23,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:23.089 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.378s] 2018-05-10 17:16:30,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:30.393 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.303s] 2018-05-10 17:16:47,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:47.908 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.774s] 2018-05-10 17:16:48,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:48.194 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.286s] 2018-05-10 17:16:48,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:48.453 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.258s] 2018-05-10 17:16:48,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:48.658 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.205s] 2018-05-10 17:16:48,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:48.758 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.098s] 2018-05-10 17:16:48,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:16:48.817 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.060s] 2018-05-10 17:17:01,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:01.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.777s] 2018-05-10 17:17:02,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:02.108 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.277s] 2018-05-10 17:17:02,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:02.251 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.142s] 2018-05-10 17:17:02,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:02.460 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2018-05-10 17:17:02,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:02.560 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-05-10 17:17:02,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:02.763 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.203s] 2018-05-10 17:17:17,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:17.253 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.139s] 2018-05-10 17:17:24,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:24.354 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.100s] 2018-05-10 17:17:26,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:26.137 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.783s] 2018-05-10 17:17:26,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:26.354 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.216s] 2018-05-10 17:17:26,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:26.557 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.203s] 2018-05-10 17:17:39,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:39.902 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.999s] 2018-05-10 17:17:46,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:46.865 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.962s] 2018-05-10 17:17:49,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:49.079 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.213s] 2018-05-10 17:17:49,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:49.287 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.209s] 2018-05-10 17:17:49,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:17:49.490 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.202s] 2018-05-10 17:18:04,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:04.532 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.502s] 2018-05-10 17:18:10,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:10.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.505s] 2018-05-10 17:18:14,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:14.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.543s] 2018-05-10 17:18:17,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:17.606 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.024s] 2018-05-10 17:18:43,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:43.939 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.480s] 2018-05-10 17:18:49,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:49.232 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.293s] 2018-05-10 17:18:53,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:53.678 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.445s] 2018-05-10 17:18:56,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:18:56.567 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.889s] 2018-05-10 17:19:14,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:14.149 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.755s] 2018-05-10 17:19:16,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:16.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.561s] 2018-05-10 17:19:16,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:16.784 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.074s] 2018-05-10 17:19:21,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:21.911 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.817s] 2018-05-10 17:19:24,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:24.398 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.485s] 2018-05-10 17:19:24,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:24.595 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.199s] 2018-05-10 17:19:29,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:29.050 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.257s] 2018-05-10 17:19:32,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:32.779 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-10 17:19:34,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:34.240 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-10 17:19:34,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:34.241 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-10 17:19:34,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:34.242 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-10 17:19:34,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:34.244 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-10 17:19:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:34.245 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-10 17:19:36,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:36.223 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-10 17:19:52,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:19:52.557 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.083s] 2018-05-10 17:20:05,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:20:05.435 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.083s] 2018-05-10 17:20:17,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:20:17.866 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.428s] 2018-05-10 17:20:26,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:20:26.870 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-05-10 17:23:15,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:23:15.131 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [161.063s] 2018-05-10 17:23:56,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:23:56.311 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [28.187s] 2018-05-10 17:24:41,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:24:41.614 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.245s] 2018-05-10 17:25:00,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9a102a84-57cf-4988-8d14-9cd073f707d4']'. 2018-05-10 17:25:01,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-10 17:25:01,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9a102a84-57cf-4988-8d14-9cd073f707d4 | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-10 17:09:08 | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-10 17:25:00 | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:52 | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-10 17:25:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 587c7326-f869-414e-bc7d-40c8abaeee66) | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b9699213-8191-4d0a-aeb9-8663f4f7d01b) | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 927.908 | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-10 17:25:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-10 17:25:01,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 17:25:01,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-10 17:25:01,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-10 17:25:08,762 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 17:25:08,762 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:20 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-10 17:25:08,766 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-10 17:25:08,766 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-10 17:25:08,855 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-10 17:25:09,288 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-10 17:25:09,288 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-10 17:25:09,688 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 17:25:12,138 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-10 17:25:11.807 233 INFO rally.deployment.engine [-] Deployment b9699213-8191-4d0a-aeb9-8663f4f7d01b | Starting: Destroy cloud and free allocated resources. 2018-05-10 17:25:11.890 233 INFO rally.deployment.engine [-] Deployment b9699213-8191-4d0a-aeb9-8663f4f7d01b | Completed: Destroy cloud and free allocated resources. 2018-05-10 17:25:11.920 233 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66) for deployment 'opnfv-rally'. 2018-05-10 17:25:11.928 233 INFO rally.api [-] Deleting verification (UUID=9a102a84-57cf-4988-8d14-9cd073f707d4). 2018-05-10 17:25:11.968 233 INFO rally.api [-] Verification has been successfully deleted! 2018-05-10 17:25:11.969 233 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66). 2018-05-10 17:25:11.979 233 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-10 17:25:14,803 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-10 17:25:14.440 236 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e929ae05-0afc-4682-b056-1e4e3d47b586) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e929ae05-0afc-4682-b056-1e4e3d47b586 | 2018-05-10T17:25:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e929ae05-0afc-4682-b056-1e4e3d47b586 ~/.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-05-10 17:25:18,152 - 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-05-10 17:25:18,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-10 17:25:19,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8'... 2018-05-10 17:25:22,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8'... 2018-05-10 17:25:25,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8'... 2018-05-10 17:25:30,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8'... 2018-05-10 17:25:31,490 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8'... 2018-05-10 17:25:32,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-10 17:25:32,221 - 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-05-10 17:25:32,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:25:32,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:25:32,242 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:26:34,479 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d401d8f2-3fa5-4548-924a-5c04c1afafaf 2018-05-10 17:26:34,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-10 17:26:34,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd401d8f2-3fa5-4548-924a-5c04c1afafaf'] 2018-05-10 17:26:35,591 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d401d8f2-3fa5-4548-924a-5c04c1afafaf: 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 d401d8f2-3fa5-4548-924a-5c04c1afafaf 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.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | total | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> duration | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.479269 Full duration: 7.116183 -------------------------------------------------------------------------------- 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 d401d8f2-3fa5-4548-924a-5c04c1afafaf 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | total | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | -> duration | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.28815 Full duration: 8.068222 -------------------------------------------------------------------------------- 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 d401d8f2-3fa5-4548-924a-5c04c1afafaf 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.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | total | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> duration | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.974139 Full duration: 7.867026 -------------------------------------------------------------------------------- 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 d401d8f2-3fa5-4548-924a-5c04c1afafaf 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.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768019 Full duration: 7.521699 -------------------------------------------------------------------------------- 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 d401d8f2-3fa5-4548-924a-5c04c1afafaf 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 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.929084 Full duration: 7.828177 -------------------------------------------------------------------------------- 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 d401d8f2-3fa5-4548-924a-5c04c1afafaf 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.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684388 Full duration: 7.709015 HINTS: * To plot HTML graphics with this data, run: rally task report d401d8f2-3fa5-4548-924a-5c04c1afafaf --out output.html * To generate a JUnit report, run: rally task export d401d8f2-3fa5-4548-924a-5c04c1afafaf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d401d8f2-3fa5-4548-924a-5c04c1afafaf --json --out output.json 2018-05-10 17:26:35,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd401d8f2-3fa5-4548-924a-5c04c1afafaf'] 2018-05-10 17:26:36,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:26:36,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd401d8f2-3fa5-4548-924a-5c04c1afafaf', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-10 17:26:36,676 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-10 17:26:36,677 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-10 17:26:36,677 - 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-05-10 17:26:36,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:26:36,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:26:36,705 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:28:14,953 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 2018-05-10 17:28:14,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e6c7b91b-f7a3-45b2-b9fc-fc37442830e6'] 2018-05-10 17:28:15,866 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e6c7b91b-f7a3-45b2-b9fc-fc37442830e6: 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 e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 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.717 | 4.717 | 4.717 | 4.717 | 4.717 | 4.717 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | -> glance_v2.upload_data | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | glance_v2.delete_image | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 100.0% | 1 | | total | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 100.0% | 1 | | -> duration | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.896804 Full duration: 14.57062 -------------------------------------------------------------------------------- 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 e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 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.91 | 4.91 | 4.91 | 4.91 | 4.91 | 4.91 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | -> glance_v2.upload_data | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 1.943 | 100.0% | 1 | | glance_v2.list_images | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 5.093 | 5.093 | 5.093 | 5.093 | 5.093 | 5.093 | 100.0% | 1 | | -> duration | 5.093 | 5.093 | 5.093 | 5.093 | 5.093 | 5.093 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.093362 Full duration: 17.353976 -------------------------------------------------------------------------------- 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 e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | -> duration | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.351076 Full duration: 8.48806 -------------------------------------------------------------------------------- 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-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "number_instances": 2, "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] }, "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 e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 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.868 | 3.868 | 3.868 | 3.868 | 3.868 | 3.868 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 100.0% | 1 | | -> glance_v2.upload_data | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | nova.boot_servers | 13.167 | 13.167 | 13.167 | 13.167 | 13.167 | 13.167 | 100.0% | 1 | | total | 17.036 | 17.036 | 17.036 | 17.036 | 17.036 | 17.036 | 100.0% | 1 | | -> duration | 16.036 | 16.036 | 16.036 | 16.036 | 16.036 | 16.036 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.035632 Full duration: 39.719751 HINTS: * To plot HTML graphics with this data, run: rally task report e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 --out output.html * To generate a JUnit report, run: rally task export e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e6c7b91b-f7a3-45b2-b9fc-fc37442830e6 --json --out output.json 2018-05-10 17:28:15,866 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e6c7b91b-f7a3-45b2-b9fc-fc37442830e6'] 2018-05-10 17:28:16,832 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:28:16,832 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e6c7b91b-f7a3-45b2-b9fc-fc37442830e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-10 17:28:16,839 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-10 17:28:16,839 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-10 17:28:16,840 - 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-05-10 17:28:16,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:28:16,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:28:16,858 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:31:33,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 2018-05-10 17:31:33,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2aad0a3f-2d86-40c2-9057-8011f4b8f1d8'] 2018-05-10 17:31:35,119 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8: 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.145 | 3.145 | 3.145 | 3.145 | 3.145 | 3.145 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.215 | 3.215 | 3.215 | 3.215 | 3.215 | 3.215 | 100.0% | 1 | | total | 6.361 | 6.361 | 6.361 | 6.361 | 6.361 | 6.361 | 100.0% | 1 | | -> duration | 6.361 | 6.361 | 6.361 | 6.361 | 6.361 | 6.361 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.360672 Full duration: 23.988333 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.174 | 3.174 | 3.174 | 3.174 | 3.174 | 3.174 | 100.0% | 1 | | cinder_v2.delete_volume | 2.739 | 2.739 | 2.739 | 2.739 | 2.739 | 2.739 | 100.0% | 1 | | total | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 100.0% | 1 | | -> duration | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.91332 Full duration: 15.965306 -------------------------------------------------------------------------------- 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-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.868 | 8.868 | 8.868 | 8.868 | 8.868 | 8.868 | 100.0% | 1 | | cinder_v2.delete_volume | 2.678 | 2.678 | 2.678 | 2.678 | 2.678 | 2.678 | 100.0% | 1 | | total | 11.546 | 11.546 | 11.546 | 11.546 | 11.546 | 11.546 | 100.0% | 1 | | -> duration | 11.546 | 11.546 | 11.546 | 11.546 | 11.546 | 11.546 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.546465 Full duration: 23.322858 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.178 | 3.178 | 3.178 | 3.178 | 3.178 | 3.178 | 100.0% | 1 | | cinder_v2.delete_volume | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 100.0% | 1 | | total | 5.506 | 5.506 | 5.506 | 5.506 | 5.506 | 5.506 | 100.0% | 1 | | -> duration | 5.506 | 5.506 | 5.506 | 5.506 | 5.506 | 5.506 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.505815 Full duration: 15.377073 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.509 | 3.509 | 3.509 | 3.509 | 3.509 | 3.509 | 100.0% | 1 | | cinder_v2.extend_volume | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 100.0% | 1 | | cinder_v2.delete_volume | 2.182 | 2.182 | 2.182 | 2.182 | 2.182 | 2.182 | 100.0% | 1 | | total | 8.205 | 8.205 | 8.205 | 8.205 | 8.205 | 8.205 | 100.0% | 1 | | -> duration | 8.205 | 8.205 | 8.205 | 8.205 | 8.205 | 8.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.204644 Full duration: 18.060244 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.35 | 3.35 | 3.35 | 3.35 | 3.35 | 3.35 | 100.0% | 1 | | cinder_v2.delete_volume | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 100.0% | 1 | | total | 6.006 | 6.006 | 6.006 | 6.006 | 6.006 | 6.006 | 100.0% | 1 | | -> duration | 6.006 | 6.006 | 6.006 | 6.006 | 6.006 | 6.006 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.006364 Full duration: 23.382351 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | cinder_v2.list_qos | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833028 Full duration: 12.813265 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | cinder_v2.set_qos | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.844345 Full duration: 12.353745 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 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 | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 100.0% | 1 | | cinder_v2.list_types | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> duration | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.291515 Full duration: 12.969943 -------------------------------------------------------------------------------- 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 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811486 Full duration: 12.565631 HINTS: * To plot HTML graphics with this data, run: rally task report 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 --out output.html * To generate a JUnit report, run: rally task export 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2aad0a3f-2d86-40c2-9057-8011f4b8f1d8 --json --out output.json 2018-05-10 17:31:35,120 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2aad0a3f-2d86-40c2-9057-8011f4b8f1d8'] 2018-05-10 17:31:36,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:31:36,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2aad0a3f-2d86-40c2-9057-8011f4b8f1d8', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-10 17:31:36,215 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-10 17:31:36,216 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-10 17:31:36,216 - 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-05-10 17:31:36,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:31:36,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:31:36,235 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:32:57,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : affc8225-004c-43b3-9269-12183c045d8b 2018-05-10 17:32:57,542 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'affc8225-004c-43b3-9269-12183c045d8b'] 2018-05-10 17:32:58,558 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task affc8225-004c-43b3-9269-12183c045d8b: 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 affc8225-004c-43b3-9269-12183c045d8b 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.661 | 4.661 | 4.661 | 4.661 | 4.661 | 4.661 | 100.0% | 1 | | heat.update_stack | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 100.0% | 1 | | heat.delete_stack | 3.129 | 3.129 | 3.129 | 3.129 | 3.129 | 3.129 | 100.0% | 1 | | total | 10.506 | 10.506 | 10.506 | 10.506 | 10.506 | 10.506 | 100.0% | 1 | | -> duration | 6.506 | 6.506 | 6.506 | 6.506 | 6.506 | 6.506 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.505617 Full duration: 19.031346 -------------------------------------------------------------------------------- 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 affc8225-004c-43b3-9269-12183c045d8b 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.658 | 4.658 | 4.658 | 4.658 | 4.658 | 4.658 | 100.0% | 1 | | heat.check_stack | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | heat.delete_stack | 2.359 | 2.359 | 2.359 | 2.359 | 2.359 | 2.359 | 100.0% | 1 | | total | 7.702 | 7.702 | 7.702 | 7.702 | 7.702 | 7.702 | 100.0% | 1 | | -> duration | 5.702 | 5.702 | 5.702 | 5.702 | 5.702 | 5.702 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.701641 Full duration: 16.293472 -------------------------------------------------------------------------------- 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 affc8225-004c-43b3-9269-12183c045d8b 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.629 | 4.629 | 4.629 | 4.629 | 4.629 | 4.629 | 100.0% | 1 | | heat.suspend_stack | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | heat.resume_stack | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | heat.delete_stack | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 100.0% | 1 | | total | 7.528 | 7.528 | 7.528 | 7.528 | 7.528 | 7.528 | 100.0% | 1 | | -> duration | 5.528 | 5.528 | 5.528 | 5.528 | 5.528 | 5.528 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.527942 Full duration: 17.620949 -------------------------------------------------------------------------------- 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 affc8225-004c-43b3-9269-12183c045d8b 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | total | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> duration | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.589628 Full duration: 8.467232 HINTS: * To plot HTML graphics with this data, run: rally task report affc8225-004c-43b3-9269-12183c045d8b --out output.html * To generate a JUnit report, run: rally task export affc8225-004c-43b3-9269-12183c045d8b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report affc8225-004c-43b3-9269-12183c045d8b --json --out output.json 2018-05-10 17:32:58,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'affc8225-004c-43b3-9269-12183c045d8b'] 2018-05-10 17:32:59,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:32:59,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'affc8225-004c-43b3-9269-12183c045d8b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-10 17:32:59,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-10 17:32:59,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-10 17:32:59,652 - 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-05-10 17:32:59,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:32:59,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:32:59,668 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:36:16,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f7bacfda-f34d-4823-838d-c799001b359a 2018-05-10 17:36:16,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f7bacfda-f34d-4823-838d-c799001b359a'] 2018-05-10 17:36:17,104 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f7bacfda-f34d-4823-838d-c799001b359a: 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 f7bacfda-f34d-4823-838d-c799001b359a 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.add_role | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 100.0% | 1 | | keystone_v3.revoke_role | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> duration | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711757 Full duration: 14.497121 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.list_roles | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.729378 Full duration: 14.302514 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | keystone_v3.list_projects | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860891 Full duration: 15.009133 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | keystone_v3.delete_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610306 Full duration: 12.317836 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> duration | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.621934 Full duration: 12.768716 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | keystone_v3.create_user | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_user | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.get_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.list_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 100.0% | 1 | | -> duration | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.84619 Full duration: 19.658975 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> duration | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931603 Full duration: 12.737729 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f7bacfda-f34d-4823-838d-c799001b359a 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.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | total | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> duration | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.864765 Full duration: 14.789062 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f7bacfda-f34d-4823-838d-c799001b359a 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | total | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> duration | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.659377 Full duration: 14.626794 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.886324 Full duration: 15.041028 -------------------------------------------------------------------------------- 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 f7bacfda-f34d-4823-838d-c799001b359a 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.create_users | 4.876 | 4.876 | 4.876 | 4.876 | 4.876 | 4.876 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.876 | 4.876 | 4.876 | 4.876 | 4.876 | 4.876 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 100.0% | 1 | | total | 6.541 | 6.541 | 6.541 | 6.541 | 6.541 | 6.541 | 100.0% | 1 | | -> duration | 6.541 | 6.541 | 6.541 | 6.541 | 6.541 | 6.541 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.540967 Full duration: 23.09174 HINTS: * To plot HTML graphics with this data, run: rally task report f7bacfda-f34d-4823-838d-c799001b359a --out output.html * To generate a JUnit report, run: rally task export f7bacfda-f34d-4823-838d-c799001b359a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f7bacfda-f34d-4823-838d-c799001b359a --json --out output.json 2018-05-10 17:36:17,104 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f7bacfda-f34d-4823-838d-c799001b359a'] 2018-05-10 17:36:18,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:36:18,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f7bacfda-f34d-4823-838d-c799001b359a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-10 17:36:18,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-10 17:36:18,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-10 17:36:18,241 - 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-05-10 17:36:18,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:36:18,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:36:18,258 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:41:43,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7f5a9679-4387-4e78-b231-ed5d5e1d393f 2018-05-10 17:41:43,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7f5a9679-4387-4e78-b231-ed5d5e1d393f'] 2018-05-10 17:41:44,365 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7f5a9679-4387-4e78-b231-ed5d5e1d393f: 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.239 | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 100.0% | 1 | | neutron.delete_network | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 100.0% | 1 | | total | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 100.0% | 1 | | -> duration | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.42484 Full duration: 15.445478 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 100.0% | 1 | | neutron.delete_port | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | total | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 100.0% | 1 | | -> duration | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 2.253 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.252771 Full duration: 30.766551 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.create_subnet | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | neutron.create_router | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | neutron.add_interface_router | 1.563 | 1.563 | 1.563 | 1.563 | 1.563 | 1.563 | 100.0% | 1 | | neutron.remove_interface_router | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | neutron.delete_router | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 100.0% | 1 | | total | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 100.0% | 1 | | -> duration | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 5.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.137505 Full duration: 40.597874 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | neutron.delete_subnet | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 100.0% | 1 | | total | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 100.0% | 1 | | -> duration | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.004384 Full duration: 29.85811 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | neutron.list_networks | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | -> duration | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.279899 Full duration: 16.639694 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.301 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 100.0% | 1 | | neutron.list_ports | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | -> duration | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.544515 Full duration: 30.414763 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 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.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | neutron.add_interface_router | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 100.0% | 1 | | neutron.list_routers | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 3.628 | 3.628 | 3.628 | 3.628 | 3.628 | 3.628 | 100.0% | 1 | | -> duration | 3.628 | 3.628 | 3.628 | 3.628 | 3.628 | 3.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.628057 Full duration: 41.076092 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | neutron.create_subnet | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | neutron.list_subnets | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 1.913 | 1.913 | 1.913 | 1.913 | 1.913 | 1.913 | 100.0% | 1 | | -> duration | 1.913 | 1.913 | 1.913 | 1.913 | 1.913 | 1.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.913159 Full duration: 32.980358 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | neutron.delete_security_group | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | total | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | -> duration | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.745542 Full duration: 14.773711 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | neutron.create_security_group_rule | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | neutron.delete_security_group | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | total | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 100.0% | 1 | | -> duration | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.856204 Full duration: 14.813727 -------------------------------------------------------------------------------- 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 7f5a9679-4387-4e78-b231-ed5d5e1d393f 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.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.create_router | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | neutron.add_gateway_router | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 100.0% | 1 | | neutron.remove_gateway_router | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | total | 4.014 | 4.014 | 4.014 | 4.014 | 4.014 | 4.014 | 100.0% | 1 | | -> duration | 4.014 | 4.014 | 4.014 | 4.014 | 4.014 | 4.014 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.013937 Full duration: 24.796184 HINTS: * To plot HTML graphics with this data, run: rally task report 7f5a9679-4387-4e78-b231-ed5d5e1d393f --out output.html * To generate a JUnit report, run: rally task export 7f5a9679-4387-4e78-b231-ed5d5e1d393f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7f5a9679-4387-4e78-b231-ed5d5e1d393f --json --out output.json 2018-05-10 17:41:44,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7f5a9679-4387-4e78-b231-ed5d5e1d393f'] 2018-05-10 17:41:45,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:41:45,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7f5a9679-4387-4e78-b231-ed5d5e1d393f', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-10 17:41:45,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-10 17:41:45,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-10 17:41:45,543 - 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-05-10 17:41:45,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:41:45,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:41:45,550 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:48:44,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8484f61a-45f0-42d3-94b0-a9303ffad838 2018-05-10 17:48:44,831 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8484f61a-45f0-42d3-94b0-a9303ffad838'] 2018-05-10 17:48:45,905 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8484f61a-45f0-42d3-94b0-a9303ffad838: 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-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "block_migration": false, "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8484f61a-45f0-42d3-94b0-a9303ffad838 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.782 | 9.782 | 9.782 | 9.782 | 9.782 | 9.782 | 100.0% | 1 | | nova.find_host_to_migrate | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | nova.live_migrate | 13.993 | 13.993 | 13.993 | 13.993 | 13.993 | 13.993 | 100.0% | 1 | | nova.delete_server | 2.807 | 2.807 | 2.807 | 2.807 | 2.807 | 2.807 | 100.0% | 1 | | total | 27.68 | 27.68 | 27.68 | 27.68 | 27.68 | 27.68 | 100.0% | 1 | | -> duration | 26.68 | 26.68 | 26.68 | 26.68 | 26.68 | 26.68 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.679673 Full duration: 37.127106 -------------------------------------------------------------------------------- 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-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8484f61a-45f0-42d3-94b0-a9303ffad838 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.598 | 9.598 | 9.598 | 9.598 | 9.598 | 9.598 | 100.0% | 1 | | cinder_v2.create_volume | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 100.0% | 1 | | nova.attach_volume | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 100.0% | 1 | | nova.find_host_to_migrate | 1.83 | 1.83 | 1.83 | 1.83 | 1.83 | 1.83 | 100.0% | 1 | | nova.live_migrate | 13.625 | 13.625 | 13.625 | 13.625 | 13.625 | 13.625 | 100.0% | 1 | | nova.detach_volume | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | nova.delete_server | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 100.0% | 1 | | total | 41.513 | 41.513 | 41.513 | 41.513 | 41.513 | 41.513 | 100.0% | 1 | | -> duration | 40.513 | 40.513 | 40.513 | 40.513 | 40.513 | 40.513 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.513486 Full duration: 53.512565 -------------------------------------------------------------------------------- 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-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8484f61a-45f0-42d3-94b0-a9303ffad838 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.458 | 8.458 | 8.458 | 8.458 | 8.458 | 8.458 | 100.0% | 1 | | nova.boot_server | 9.449 | 9.449 | 9.449 | 9.449 | 9.449 | 9.449 | 100.0% | 1 | | nova.find_host_to_migrate | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 100.0% | 1 | | nova.live_migrate | 14.496 | 14.496 | 14.496 | 14.496 | 14.496 | 14.496 | 100.0% | 1 | | nova.delete_server | 5.422 | 5.422 | 5.422 | 5.422 | 5.422 | 5.422 | 100.0% | 1 | | total | 39.235 | 39.235 | 39.235 | 39.235 | 39.235 | 39.235 | 100.0% | 1 | | -> duration | 38.235 | 38.235 | 38.235 | 38.235 | 38.235 | 38.235 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.234778 Full duration: 51.207446 -------------------------------------------------------------------------------- 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-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "server_kwargs": { "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] } }, "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 8484f61a-45f0-42d3-94b0-a9303ffad838 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | nova.boot_server | 8.516 | 8.516 | 8.516 | 8.516 | 8.516 | 8.516 | 100.0% | 1 | | nova.delete_server | 3.032 | 3.032 | 3.032 | 3.032 | 3.032 | 3.032 | 100.0% | 1 | | nova.delete_keypair | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 12.291 | 12.291 | 12.291 | 12.291 | 12.291 | 12.291 | 100.0% | 1 | | -> duration | 11.291 | 11.291 | 11.291 | 11.291 | 11.291 | 11.291 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.291497 Full duration: 37.998845 -------------------------------------------------------------------------------- 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-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "volume_size": 5, "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] }, "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 8484f61a-45f0-42d3-94b0-a9303ffad838 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.805 | 8.805 | 8.805 | 8.805 | 8.805 | 8.805 | 100.0% | 1 | | nova.boot_server | 8.997 | 8.997 | 8.997 | 8.997 | 8.997 | 8.997 | 100.0% | 1 | | nova.delete_server | 2.958 | 2.958 | 2.958 | 2.958 | 2.958 | 2.958 | 100.0% | 1 | | total | 20.76 | 20.76 | 20.76 | 20.76 | 20.76 | 20.76 | 100.0% | 1 | | -> duration | 19.76 | 19.76 | 19.76 | 19.76 | 19.76 | 19.76 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.760404 Full duration: 47.877584 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "force_delete": false, "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] }, "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 8484f61a-45f0-42d3-94b0-a9303ffad838 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.237 | 9.237 | 9.237 | 9.237 | 9.237 | 9.237 | 100.0% | 1 | | nova.pause_server | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 100.0% | 1 | | nova.unpause_server | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 100.0% | 1 | | nova.delete_server | 5.228 | 5.228 | 5.228 | 5.228 | 5.228 | 5.228 | 100.0% | 1 | | total | 19.984 | 19.984 | 19.984 | 19.984 | 19.984 | 19.984 | 100.0% | 1 | | -> duration | 14.984 | 14.984 | 14.984 | 14.984 | 14.984 | 14.984 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.984191 Full duration: 48.796904 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "nics": [ { "net-id": "dc119ed9-5811-4b91-8fea-2caa467937ee" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8484f61a-45f0-42d3-94b0-a9303ffad838 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.728 | 9.728 | 9.728 | 9.728 | 9.728 | 9.728 | 100.0% | 1 | | nova.migrate | 32.013 | 32.013 | 32.013 | 32.013 | 32.013 | 32.013 | 100.0% | 1 | | nova.resize_confirm | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 100.0% | 1 | | nova.delete_server | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 100.0% | 1 | | total | 47.804 | 47.804 | 47.804 | 47.804 | 47.804 | 47.804 | 100.0% | 1 | | -> duration | 46.804 | 46.804 | 46.804 | 46.804 | 46.804 | 46.804 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.803792 Full duration: 57.128257 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "image": { "name": "Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 8484f61a-45f0-42d3-94b0-a9303ffad838 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 | 10.121 | 10.121 | 10.121 | 10.121 | 10.121 | 10.121 | 100.0% | 1 | | nova.list_interfaces | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 100.0% | 1 | | total | 10.562 | 10.562 | 10.562 | 10.562 | 10.562 | 10.562 | 100.0% | 1 | | -> duration | 9.562 | 9.562 | 9.562 | 9.562 | 9.562 | 9.562 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.562302 Full duration: 40.782331 -------------------------------------------------------------------------------- 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 8484f61a-45f0-42d3-94b0-a9303ffad838 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | nova.delete_server_group | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714291 Full duration: 9.807307 HINTS: * To plot HTML graphics with this data, run: rally task report 8484f61a-45f0-42d3-94b0-a9303ffad838 --out output.html * To generate a JUnit report, run: rally task export 8484f61a-45f0-42d3-94b0-a9303ffad838 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8484f61a-45f0-42d3-94b0-a9303ffad838 --json --out output.json 2018-05-10 17:48:45,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8484f61a-45f0-42d3-94b0-a9303ffad838'] 2018-05-10 17:48:47,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:48:47,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8484f61a-45f0-42d3-94b0-a9303ffad838', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-10 17:48:47,022 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-10 17:48:47,022 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-10 17:48:47,023 - 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-05-10 17:48:47,023 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 17:48:47,040 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-10 17:48:47,040 - 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': 'dc119ed9-5811-4b91-8fea-2caa467937ee', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'flavor_name': 'rally-tiny-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1d8002cf-b094-40c2-9f1e-9a1885fb6bd8', '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-05-10 17:49:40,045 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 22189130-3f52-4077-a4b0-ee6944ceecc0 2018-05-10 17:49:40,045 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '22189130-3f52-4077-a4b0-ee6944ceecc0'] 2018-05-10 17:49:41,145 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 22189130-3f52-4077-a4b0-ee6944ceecc0: 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 22189130-3f52-4077-a4b0-ee6944ceecc0 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.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | quotas.delete_quotas | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.894209 Full duration: 9.097258 -------------------------------------------------------------------------------- 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 22189130-3f52-4077-a4b0-ee6944ceecc0 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694081 Full duration: 8.30347 -------------------------------------------------------------------------------- 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 22189130-3f52-4077-a4b0-ee6944ceecc0 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.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | total | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | -> duration | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.908352 Full duration: 8.662555 -------------------------------------------------------------------------------- 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 22189130-3f52-4077-a4b0-ee6944ceecc0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | total | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> duration | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.083049 Full duration: 9.357125 HINTS: * To plot HTML graphics with this data, run: rally task report 22189130-3f52-4077-a4b0-ee6944ceecc0 --out output.html * To generate a JUnit report, run: rally task export 22189130-3f52-4077-a4b0-ee6944ceecc0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 22189130-3f52-4077-a4b0-ee6944ceecc0 --json --out output.json 2018-05-10 17:49:41,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '22189130-3f52-4077-a4b0-ee6944ceecc0'] 2018-05-10 17:49:42,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 17:49:42,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '22189130-3f52-4077-a4b0-ee6944ceecc0', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-10 17:49:42,105 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-10 17:49:42,109 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:52 | 11 | 100.00% | | nova | 06:24 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:39 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-10 17:49:42,110 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-10 17:49:50,198 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-10 17:49:50,198 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-10 17:49:50,712 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 17:49:50,712 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:41 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-10 17:49:50,715 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-10 17:49:50,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 17:49:53,475 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-10 17:49:52.987 11312 INFO rally.deployment.engine [-] Deployment e929ae05-0afc-4682-b056-1e4e3d47b586 | Starting: Destroy cloud and free allocated resources. 2018-05-10 17:49:53.205 11312 INFO rally.deployment.engine [-] Deployment e929ae05-0afc-4682-b056-1e4e3d47b586 | Completed: Destroy cloud and free allocated resources. 2018-05-10 17:49:53.226 11312 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66). 2018-05-10 17:49:53.231 11312 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-10 17:49:56,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-10 17:49:55.784 11315 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=de375565-ed9a-4b62-aa24-0d29366ed373) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | de375565-ed9a-4b62-aa24-0d29366ed373 | 2018-05-10T17:49:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: de375565-ed9a-4b62-aa24-0d29366ed373 ~/.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-05-10 17:49:59,492 - 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-05-10 17:49:59,492 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-10 17:50:01,878 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-10 17:50:01.633 11321 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=587c7326-f869-414e-bc7d-40c8abaeee66). 2018-05-10 17:50:01.756 11321 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-10 17:50:05,558 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-10 17:50:04.015 11324 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-10 17:50:04.188 11324 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-10 17:50:05.361 11324 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae) has been successfully created! Using verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae) as the default verifier for the future CLI operations. 2018-05-10 17:50:08,555 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-10 17:50:10,969 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-10 17:50:17,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-10 17:50:23,093 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-10 17:50:22.053 11343 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae) for deployment 'opnfv-rally' (UUID=de375565-ed9a-4b62-aa24-0d29366ed373). 2018-05-10 17:50:22.903 11343 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae) has been successfully configured for deployment 'opnfv-rally' (UUID=de375565-ed9a-4b62-aa24-0d29366ed373)! 2018-05-10 17:50:23,093 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-10 17:50:23,093 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-10 17:50:23,095 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-10 17:50:27,538 - 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-05-10 17:50:29,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:29.880 11355 INFO rally.api [-] Starting verification (UUID=efe0f202-ea19-42fc-af64-7210f1a9a80f) for deployment 'opnfv-rally' (UUID=de375565-ed9a-4b62-aa24-0d29366ed373) by verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae). 2018-05-10 17:50:29,883 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: efe0f202-ea19-42fc-af64-7210f1a9a80f 2018-05-10 17:50:39,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:39.995 11355 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.289s] 2018-05-10 17:50:40,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:40.042 11355 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-05-10 17:50:40,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:40.068 11355 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2018-05-10 17:50:40,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:40.238 11355 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.325s] 2018-05-10 17:50:40,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:40.351 11355 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.335s] 2018-05-10 17:50:40,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:40.812 11355 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.992s] 2018-05-10 17:50:41,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:41.092 11355 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.133s] 2018-05-10 17:50:41,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:41.113 11355 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2018-05-10 17:50:43,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:43.157 11355 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.345s] 2018-05-10 17:50:43,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:43.354 11355 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.263s] 2018-05-10 17:50:45,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:45.914 11355 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.558s] 2018-05-10 17:50:46,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:46.173 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.628s] 2018-05-10 17:50:46,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:46.537 11355 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-05-10 17:50:46,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:46.629 11355 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.570s] 2018-05-10 17:50:47,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:47.656 11355 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [1.117s] 2018-05-10 17:50:48,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:48.325 11355 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.411s] 2018-05-10 17:50:48,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:48.968 11355 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [1.311s] 2018-05-10 17:50:49,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:49.427 11355 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.200s] 2018-05-10 17:50:50,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:50.198 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.023s] 2018-05-10 17:50:52,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:52.690 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.491s] 2018-05-10 17:50:52,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:52.770 11355 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.111s] 2018-05-10 17:50:53,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:53.610 11355 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.194s] 2018-05-10 17:50:53,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:53.799 11355 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.189s] 2018-05-10 17:50:55,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:55.206 11355 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.436s] 2018-05-10 17:50:57,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:57.064 11355 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.158s] 2018-05-10 17:50:57,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:57.227 11355 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.163s] 2018-05-10 17:50:57,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:57.645 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [4.955s] 2018-05-10 17:50:58,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:58.070 11355 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.069s] 2018-05-10 17:50:59,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:50:59.849 11355 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.620s] 2018-05-10 17:51:00,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:00.016 11355 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.166s] 2018-05-10 17:51:00,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:00.131 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.815s] 2018-05-10 17:51:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:00.185 11355 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.169s] 2018-05-10 17:51:01,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:01.203 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.557s] 2018-05-10 17:51:01,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:01.464 11355 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [9.751s] 2018-05-10 17:51:03,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:03.938 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.807s] 2018-05-10 17:51:04,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:04.596 11355 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.523s] 2018-05-10 17:51:05,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:05.496 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [25.505s] 2018-05-10 17:51:07,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:07.692 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.487s] 2018-05-10 17:51:11,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:11.042 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.349s] 2018-05-10 17:51:11,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:11.702 11355 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-05-10 17:51:12,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:12.142 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [1.101s] 2018-05-10 17:51:12,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:12.438 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.293s] 2018-05-10 17:51:12,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:12.460 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-05-10 17:51:12,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:12.655 11355 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.195s] 2018-05-10 17:51:13,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:13.439 11355 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-05-10 17:51:19,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.029 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-05-10 17:51:19,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.042 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-05-10 17:51:19,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.199 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.156s] 2018-05-10 17:51:19,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.212 11355 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-05-10 17:51:19,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.223 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-05-10 17:51:19,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.262 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.040s] 2018-05-10 17:51:19,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.334 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.070s] 2018-05-10 17:51:19,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.347 11355 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [32.713s] 2018-05-10 17:51:19,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.401 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.067s] 2018-05-10 17:51:19,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.590 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.188s] 2018-05-10 17:51:19,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.604 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-05-10 17:51:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.676 11355 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-05-10 17:51:19,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:19.911 11355 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.666s] 2018-05-10 17:51:31,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:31.728 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.553s] 2018-05-10 17:51:33,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:33.529 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.800s] 2018-05-10 17:51:34,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:34.197 11355 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [19.950s] 2018-05-10 17:51:35,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:35.050 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.520s] 2018-05-10 17:51:36,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:36.693 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.642s] 2018-05-10 17:51:36,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:36.713 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.197s] 2018-05-10 17:51:36,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:36.897 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.183s] 2018-05-10 17:51:37,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:37.102 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.205s] 2018-05-10 17:51:37,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:37.711 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.606s] 2018-05-10 17:51:37,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:37.829 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.117s] 2018-05-10 17:51:38,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:38.331 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.637s] 2018-05-10 17:51:38,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:38.562 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.729s] 2018-05-10 17:51:38,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:38.604 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.042s] 2018-05-10 17:51:38,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:38.626 11355 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.436s] 2018-05-10 17:51:38,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:38.870 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.265s] 2018-05-10 17:51:39,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.001 11355 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.374s] 2018-05-10 17:51:39,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.091 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.219s] 2018-05-10 17:51:39,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.149 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.057s] 2018-05-10 17:51:39,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.189 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-05-10 17:51:39,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.248 11355 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.246s] 2018-05-10 17:51:39,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.448 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.257s] 2018-05-10 17:51:39,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.855 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.407s] 2018-05-10 17:51:39,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.889 11355 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.640s] 2018-05-10 17:51:39,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.908 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2018-05-10 17:51:39,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:39.957 11355 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-05-10 17:51:40,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:40.247 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.915s] 2018-05-10 17:51:40,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:40.440 11355 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.884s] 2018-05-10 17:51:40,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:40.474 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.226s] 2018-05-10 17:51:40,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:40.609 11355 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.719s] 2018-05-10 17:51:40,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:40.925 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.451s] 2018-05-10 17:51:41,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:41.396 11355 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.787s] 2018-05-10 17:51:41,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:41.624 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.699s] 2018-05-10 17:51:42,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:42.712 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.955s] 2018-05-10 17:51:43,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:43.003 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.377s] 2018-05-10 17:51:43,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:43.709 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.996s] 2018-05-10 17:51:44,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:44.120 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.117s] 2018-05-10 17:51:44,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:44.448 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.739s] 2018-05-10 17:51:44,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:44.824 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.703s] 2018-05-10 17:51:45,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.065 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.615s] 2018-05-10 17:51:45,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.099 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.274s] 2018-05-10 17:51:45,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.572 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.506s] 2018-05-10 17:51:45,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.643 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-05-10 17:51:45,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.714 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.071s] 2018-05-10 17:51:45,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.788 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.073s] 2018-05-10 17:51:45,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.857 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.306s] 2018-05-10 17:51:45,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.864 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.076s] 2018-05-10 17:51:45,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:45.955 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.089s] 2018-05-10 17:51:46,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:46.154 11355 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.199s] 2018-05-10 17:51:46,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:46.955 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.854s] 2018-05-10 17:51:47,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:47.378 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.422s] 2018-05-10 17:51:48,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:48.063 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.684s] 2018-05-10 17:51:48,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:48.628 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.565s] 2018-05-10 17:51:49,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:49.202 11355 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.574s] 2018-05-10 17:51:52,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:52.300 11355 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [11.860s] 2018-05-10 17:51:53,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:53.529 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.672s] 2018-05-10 17:51:55,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:55.329 11355 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.027s] 2018-05-10 17:51:55,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:55.552 11355 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [57.723s] 2018-05-10 17:51:55,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:55.557 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.472s] 2018-05-10 17:51:56,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:56.034 11355 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.705s] 2018-05-10 17:51:56,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:56.089 11355 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.055s] 2018-05-10 17:51:56,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:56.321 11355 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.232s] 2018-05-10 17:51:56,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:56.375 11355 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.054s] 2018-05-10 17:51:57,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:57.145 11355 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.597s] 2018-05-10 17:51:57,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:57.859 11355 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [23.659s] 2018-05-10 17:51:58,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:58.432 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.874s] 2018-05-10 17:51:59,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:51:59.765 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.235s] 2018-05-10 17:52:03,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:03.559 11355 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [62.083s] 2018-05-10 17:52:06,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:06.075 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.310s] 2018-05-10 17:52:06,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:06.655 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [8.219s] 2018-05-10 17:52:08,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:08.729 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.077s] 2018-05-10 17:52:10,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:10.570 11355 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [82.234s] 2018-05-10 17:52:11,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:11.569 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.492s] 2018-05-10 17:52:11,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:11.748 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.017s] 2018-05-10 17:52:14,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:14.209 11355 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.171s] 2018-05-10 17:52:14,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:14.709 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.959s] 2018-05-10 17:52:15,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:15.991 11355 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.130s] 2018-05-10 17:52:17,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:17.312 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.742s] 2018-05-10 17:52:17,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:17.894 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.183s] 2018-05-10 17:52:18,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:18.092 11355 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.200s] 2018-05-10 17:52:21,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:21.970 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.165s] 2018-05-10 17:52:22,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:22.139 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.169s] 2018-05-10 17:52:22,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:22.266 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.955s] 2018-05-10 17:52:22,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:22.327 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.187s] 2018-05-10 17:52:22,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:22.503 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.175s] 2018-05-10 17:52:22,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:22.675 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.171s] 2018-05-10 17:52:22,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:22.843 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.164s] 2018-05-10 17:52:23,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:23.039 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.198s] 2018-05-10 17:52:23,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:23.220 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.180s] 2018-05-10 17:52:23,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:23.237 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.017s] 2018-05-10 17:52:23,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:23.274 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.037s] 2018-05-10 17:52:23,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:23.434 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.159s] 2018-05-10 17:52:23,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:23.631 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.196s] 2018-05-10 17:52:23,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:23.842 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.211s] 2018-05-10 17:52:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:24.025 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.182s] 2018-05-10 17:52:24,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:24.060 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-05-10 17:52:24,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:24.753 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.692s] 2018-05-10 17:52:24,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:24.935 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.181s] 2018-05-10 17:52:25,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:25.128 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.192s] 2018-05-10 17:52:25,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:25.288 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.160s] 2018-05-10 17:52:25,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:25.321 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-05-10 17:52:25,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:25.570 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.248s] 2018-05-10 17:52:25,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:25.766 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.195s] 2018-05-10 17:52:25,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:25.798 11355 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-05-10 17:52:28,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:28.580 11355 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.702s] 2018-05-10 17:52:29,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:29.220 11355 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.639s] 2018-05-10 17:52:29,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:29.303 11355 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [69.941s] 2018-05-10 17:52:29,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:29.959 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.690s] 2018-05-10 17:52:38,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:38.273 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.313s] 2018-05-10 17:52:38,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:38.399 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.127s] 2018-05-10 17:52:38,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:38.584 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.185s] 2018-05-10 17:52:38,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:38.786 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.201s] 2018-05-10 17:52:38,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:38.850 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.063s] 2018-05-10 17:52:38,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:38.985 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.134s] 2018-05-10 17:52:39,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:39.426 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.440s] 2018-05-10 17:52:39,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:39.476 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2018-05-10 17:52:39,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:39.537 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.060s] 2018-05-10 17:52:41,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:41.975 11355 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.671s] 2018-05-10 17:52:46,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:52:46.483 11355 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.944s] 2018-05-10 17:53:00,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:53:00.288 11355 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.808s] 2018-05-10 17:53:05,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:53:05.721 11355 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.431s] 2018-05-10 17:53:42,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:53:42.598 11355 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [60.610s] 2018-05-10 17:53:46,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:53:46.947 11355 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.326s] 2018-05-10 17:53:47,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:53:47.298 11355 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.351s] 2018-05-10 17:54:00,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:00.165 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.236s] 2018-05-10 17:54:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:00.329 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.164s] 2018-05-10 17:54:00,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:00.527 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.197s] 2018-05-10 17:54:00,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:00.792 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.265s] 2018-05-10 17:54:00,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:00.981 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.187s] 2018-05-10 17:54:01,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:01.333 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.351s] 2018-05-10 17:54:01,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:01.385 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.052s] 2018-05-10 17:54:01,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:01.428 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-05-10 17:54:01,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:01.634 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.205s] 2018-05-10 17:54:01,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:54:01.826 11355 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.191s] 2018-05-10 17:55:43,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:55:43.867 11355 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.338s] 2018-05-10 17:55:43,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:55:43.926 11355 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-05-10 17:55:45,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:55:45.058 11355 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.133s] 2018-05-10 17:58:52,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:58:52.885 11355 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.815s] 2018-05-10 17:58:52,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:58:52.886 11355 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-05-10 17:59:07,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 17:59:07.674 11355 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.548s] 2018-05-10 17:59:11,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'efe0f202-ea19-42fc-af64-7210f1a9a80f']'. 2018-05-10 17:59:12,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-10 17:59:12,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-10 17:59:12,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 17:59:12,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | efe0f202-ea19-42fc-af64-7210f1a9a80f | 2018-05-10 17:59:12,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-10 17:59:12,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-10 17:50:29 | 2018-05-10 17:59:12,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-10 17:59:11 | 2018-05-10 17:59:12,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:42 | 2018-05-10 17:59:12,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 38d68846-6182-49f1-adbf-d000d7da3fae) | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: de375565-ed9a-4b62-aa24-0d29366ed373) | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 510.053 | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 192 | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-10 17:59:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-10 17:59:12,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-10 17:59:12,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 12 | 2018-05-10 17:59:12,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 17:59:12,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-10 17:59:12,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 94.1176470588% 2018-05-10 17:59:21,183 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 17:59:21,183 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 09:12 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-10 17:59:21,188 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-10 17:59:21,188 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-10 17:59:21,309 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 17:59:23,982 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-10 17:59:23.582 11445 INFO rally.deployment.engine [-] Deployment de375565-ed9a-4b62-aa24-0d29366ed373 | Starting: Destroy cloud and free allocated resources. 2018-05-10 17:59:23.664 11445 INFO rally.deployment.engine [-] Deployment de375565-ed9a-4b62-aa24-0d29366ed373 | Completed: Destroy cloud and free allocated resources. 2018-05-10 17:59:23.721 11445 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae) for deployment 'opnfv-rally'. 2018-05-10 17:59:23.741 11445 INFO rally.api [-] Deleting verification (UUID=efe0f202-ea19-42fc-af64-7210f1a9a80f). 2018-05-10 17:59:23.782 11445 INFO rally.api [-] Verification has been successfully deleted! 2018-05-10 17:59:23.783 11445 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae). 2018-05-10 17:59:23.793 11445 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-10 17:59:26,430 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-10 17:59:26.146 11448 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0cff9470-5671-4312-9b34-361ff45b71f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0cff9470-5671-4312-9b34-361ff45b71f0 | 2018-05-10T17:59:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0cff9470-5671-4312-9b34-361ff45b71f0 ~/.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-05-10 17:59:29,801 - 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-05-10 17:59:29,802 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-10 17:59:32,192 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-10 17:59:31.915 11454 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=38d68846-6182-49f1-adbf-d000d7da3fae). 2018-05-10 17:59:32.041 11454 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-10 17:59:35,631 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-10 17:59:34.197 11457 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-10 17:59:34.353 11457 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-10 17:59:35.430 11457 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6) as the default verifier for the future CLI operations. 2018-05-10 17:59:38,572 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-10 17:59:40,951 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-10 17:59:51,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-10 17:59:56,196 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-10 17:59:55.227 11476 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6) for deployment 'opnfv-rally' (UUID=0cff9470-5671-4312-9b34-361ff45b71f0). 2018-05-10 17:59:56.063 11476 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6) has been successfully configured for deployment 'opnfv-rally' (UUID=0cff9470-5671-4312-9b34-361ff45b71f0)! 2018-05-10 17:59:56,196 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-10 17:59:56,197 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-10 17:59:56,199 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-10 17:59:56,211 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-10 17:59:59,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-29bcb818-d2cf-4015-848c-fd6a62c516c6/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-05-10 17:59:59,391 - 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-05-10 18:00:01,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 18:00:01.364 11485 INFO rally.api [-] Starting verification (UUID=a8edf432-d3d0-4e24-b00c-a2b2c354b893) for deployment 'opnfv-rally' (UUID=0cff9470-5671-4312-9b34-361ff45b71f0) by verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6). 2018-05-10 18:00:01,365 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a8edf432-d3d0-4e24-b00c-a2b2c354b893 2018-05-10 18:02:49,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a8edf432-d3d0-4e24-b00c-a2b2c354b893']'. 2018-05-10 18:02:50,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a8edf432-d3d0-4e24-b00c-a2b2c354b893 | 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-10 18:00:01 | 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-10 18:02:49 | 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:48 | 2018-05-10 18:02:50,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 29bcb818-d2cf-4015-848c-fd6a62c516c6) | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0cff9470-5671-4312-9b34-361ff45b71f0) | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 157.424 | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-10 18:02:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-10 18:02:50,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 18:02:50,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-10 18:02:50,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-10 18:02:58,453 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 18:02:58,454 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-10 18:02:58,458 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-10 18:03:18,694 - 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-05-10 18:03:18,695 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-10 18:03:18,749 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-10 18:03:18,872 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 18:03:18,872 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-10 18:03:18,876 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-10 18:03:19,834 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 18:42:47,603 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 18:42:47,604 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:28 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-10 18:42:47,608 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-10 18:42:47,608 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-10 18:42:47,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 18:42:50,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-10 18:42:49.781 11575 INFO rally.deployment.engine [-] Deployment 0cff9470-5671-4312-9b34-361ff45b71f0 | Starting: Destroy cloud and free allocated resources. 2018-05-10 18:42:49.877 11575 INFO rally.deployment.engine [-] Deployment 0cff9470-5671-4312-9b34-361ff45b71f0 | Completed: Destroy cloud and free allocated resources. 2018-05-10 18:42:49.903 11575 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6) for deployment 'opnfv-rally'. 2018-05-10 18:42:49.921 11575 INFO rally.api [-] Deleting verification (UUID=a8edf432-d3d0-4e24-b00c-a2b2c354b893). 2018-05-10 18:42:49.961 11575 INFO rally.api [-] Verification has been successfully deleted! 2018-05-10 18:42:49.962 11575 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6). 2018-05-10 18:42:49.974 11575 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-10 18:42:52,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-10 18:42:52.274 11578 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a694f32a-a26e-4737-a523-7e4ff5c61440) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a694f32a-a26e-4737-a523-7e4ff5c61440 | 2018-05-10T18:42:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a694f32a-a26e-4737-a523-7e4ff5c61440 ~/.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-05-10 18:42:55,874 - 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-05-10 18:42:55,874 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-10 18:42:58,242 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-10 18:42:58.002 11584 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=29bcb818-d2cf-4015-848c-fd6a62c516c6). 2018-05-10 18:42:58.129 11584 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-10 18:43:01,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-10 18:43:00.150 11587 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-10 18:43:00.284 11587 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-10 18:43:01.261 11587 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75405f39-22c5-4d17-963d-234149444f4d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=75405f39-22c5-4d17-963d-234149444f4d) as the default verifier for the future CLI operations. 2018-05-10 18:43:13,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-10 18:43:18,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-10 18:43:17.627 11606 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=75405f39-22c5-4d17-963d-234149444f4d) for deployment 'opnfv-rally' (UUID=a694f32a-a26e-4737-a523-7e4ff5c61440). 2018-05-10 18:43:18.483 11606 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75405f39-22c5-4d17-963d-234149444f4d) has been successfully configured for deployment 'opnfv-rally' (UUID=a694f32a-a26e-4737-a523-7e4ff5c61440)! 2018-05-10 18:43:21,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-75405f39-22c5-4d17-963d-234149444f4d/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-10 18:43:21,767 - 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-05-10 18:43:23,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-10 18:43:23.970 11615 INFO rally.api [-] Starting verification (UUID=ab31f295-ace5-4e07-8ae6-b4ac9a338a95) for deployment 'opnfv-rally' (UUID=a694f32a-a26e-4737-a523-7e4ff5c61440) by verifier 'opnfv-tempest' (UUID=75405f39-22c5-4d17-963d-234149444f4d). 2018-05-10 18:45:18,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ab31f295-ace5-4e07-8ae6-b4ac9a338a95']'. 2018-05-10 18:45:19,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-10 18:45:19,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ab31f295-ace5-4e07-8ae6-b4ac9a338a95 | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-10 18:43:23 | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-10 18:45:18 | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:55 | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 75405f39-22c5-4d17-963d-234149444f4d) | 2018-05-10 18:45:19,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a694f32a-a26e-4737-a523-7e4ff5c61440) | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.489 | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 18:45:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-10 18:45:19,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-10 18:45:25,916 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 18:45:25,916 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:21 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-10 18:45:25,920 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-10 18:45:25,921 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:26 | PASS | | vping_userdata | functest | smoke | 00:45 | PASS | | tempest_smoke_serial | functest | smoke | 16:20 | FAIL | | rally_sanity | functest | smoke | 24:41 | PASS | | refstack_defcore | functest | smoke | 09:12 | FAIL | | patrole | functest | smoke | 03:20 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 39:28 | FAIL | | neutron_trunk | functest | smoke | 02:21 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-10 18:45:25,927 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-10 18:45:29,662 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-111 | | 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-05-10 18:45:29,667 - 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=Z9FaAHDCZG4VTQXerc6dw4MZD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.8 export OS_REGION_NAME=regionOne 2018-05-10 18:45:29,667 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 18:45:29,667 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-10 18:45:29,668 - 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-05-10 18:45:29,671 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-10 18:45:32,068 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-111 | | 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-05-10 18:45:32,070 - 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=Z9FaAHDCZG4VTQXerc6dw4MZD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.8 export OS_REGION_NAME=regionOne 2018-05-10 18:45:32,070 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 18:45:32,071 - 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-05-10 18:45:32,072 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-10 18:45:32,072 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-10 18:45:33,846 - 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-05-10 18:45:33,882 - 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-05-10 18:45:33,902 - 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-05-10 18:45:34,263 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-10 18:45:34,264 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-10 18:45:34,748 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-10 18:45:34,749 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-10 18:45:35,129 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-10 18:45:37,974 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-503e8209-afc3-47d9-b712-f18bce371e31, password=a4e2bb91-665f-41bf-9bb3-f3ddb35c6388, auth_url=http://172.30.9.28:5000/v3, project_name=cloudify_ims-503e8209-afc3-47d9-b712-f18bce371e31, 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-05-10 18:45:37,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-10 18:45:39,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-10 18:45:39,458 - 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-05-10 18:47:06,458 - 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-05-10 18:47:15,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-10 18:47:16,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-10 18:47:22,957 - 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 164, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network bd337c80-ce74-421a-a89e-dc50c92b9d49. Neutron server returns request_ids: ['req-1895c43c-80f9-4e17-a862-77e887c1665f'] 2018-05-10 18:47:22,960 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-10 18:47:22,960 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-10 18:47:23,462 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 18:47:23,462 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:48 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-10 18:47:23,466 - 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 392, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-10 18:47:23,466 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-10 18:47:31,703 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-10 18:47:31,703 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-10 18:47:32,041 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-10 18:47:32,533 - 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-05-10 18:47:32,534 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-10 18:47:32,562 - 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-05-10 18:47:32,567 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-10 18:47:32,591 - 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-05-10 18:47:32,591 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-10 18:47:35,621 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-03322c90-28ea-4c5b-b300-bc3b323d8f92, password=95ccf606-8d7f-42c4-bb0f-245b6ecd322c, auth_url=http://172.30.9.28:5000/v3, project_name=vyos_vrouter-03322c90-28ea-4c5b-b300-bc3b323d8f92, 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-05-10 18:47:35,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-10 18:47:35,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-10 18:47:35,622 - 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-05-10 18:49:07,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-10 18:49:19,601 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-10 18:49:20,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-10 18:49:30,904 - 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 186, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network bd337c80-ce74-421a-a89e-dc50c92b9d49. Neutron server returns request_ids: ['req-f5d47843-ea41-49df-811e-36992dcba8cc'] 2018-05-10 18:49:31,035 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 18:49:31,036 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:58 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-10 18:49:31,039 - 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 417, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-10 18:49:31,040 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-10 18:49:41,939 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-10 18:49:41,939 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-10 18:49:42,025 - 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-05-10 18:49:42,044 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-10 18:49:42,044 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-10 18:49:45,118 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-dc2ea936-04ec-454d-a90f-cb8997fb44ef, password=8dc9f53b-b7b9-4545-8faf-2611370ec4e3, auth_url=http://172.30.9.28:5000/v3, project_name=juju_epc-dc2ea936-04ec-454d-a90f-cb8997fb44ef, 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-05-10 18:49:45,501 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-10 18:49:46,794 - 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-05-10 18:49:46,795 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-10 18:49:48,352 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=af929bf1-f8a4-4e7d-a7c4-4988f5dffde9, auth_url=http://172.30.9.28:5000/v3, project_name=juju_epc-dc2ea936-04ec-454d-a90f-cb8997fb44ef, 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-05-10 18:49:48,445 - 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-05-10 18:49:48,446 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-10 18:49:48,446 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-10 18:49:53,797 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-10 18:49:56,886 - 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 270, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network bd337c80-ce74-421a-a89e-dc50c92b9d49. Neutron server returns request_ids: ['req-3d254420-e710-404c-9688-c93c11791eef'] 2018-05-10 18:49:57,000 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 18:49:57,000 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-10 18:49:57,094 - 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 423, 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-05-10 18:49:57,108 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-10 18:49:57,108 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-10 18:50:02,267 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-10 18:50:02,268 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 01:48 | FAIL | | vyos_vrouter | functest | vnf | 01:58 | FAIL | | juju_epc | functest | vnf | 00:15 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-10 18:50:02,271 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-10 18:50:05,372 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-111 | | 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-05-10 18:50:05,375 - 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=Z9FaAHDCZG4VTQXerc6dw4MZD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.8 export OS_REGION_NAME=regionOne 2018-05-10 18:50:05,375 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 18:50:05,375 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-10 18:50:05,375 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-10 18:50:05,376 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK