2018-05-19 07:01:54,832 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-130 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 07:01:54,836 - 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=64WKvk2qRa4zVEBAmAjJQa6mV export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-05-19 07:01:54,836 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 07:01:54,838 - 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-19 07:01:54,840 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-19 07:01:54,840 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-19 07:01:57,806 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 07:02:08,008 - 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.191s OK 2018-05-19 07:02:08,130 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 07:02:08,130 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-19 07:02:08,134 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-19 07:02:10,497 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 07:14:06,012 - 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 715.461s OK 2018-05-19 07:14:06,122 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 07:14:06,123 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 07:14:06,127 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-19 07:14:07,048 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 07:14:51,742 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 44.692s OK 2018-05-19 07:14:51,853 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 07:14:51,854 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:45 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-19 07:14:51,858 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 11:55 | PASS | | snaps_health_check | functest | healthcheck | 00:45 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-19 07:14:51,861 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-19 07:14:54,524 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-130 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 07:14:54,528 - 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=64WKvk2qRa4zVEBAmAjJQa6mV export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-05-19 07:14:54,528 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 07:14:54,529 - 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-19 07:14:54,531 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-19 07:14:54,531 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-19 07:14:55,367 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-19 07:14:55,368 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 07:14:55,792 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 07:14:55,792 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-19 07:14:56,241 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-19 07:14:56,241 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-19 07:14:56' 2018-05-19 07:14:56,241 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:14:59,212 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:15:02,662 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:15:10,084 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:15:10,814 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:15:11,647 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:15:17,894 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:15:22,227 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7e186b71-9b5e-43e5-8b06-4981c0a7e079' 2018-05-19 07:15:44,401 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-19 07:15:50,145 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-19 07:15:50,285 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-19 07:15:51,293 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-19 07:15:51,294 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 07:15:51,294 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 07:15:51,799 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 07:15:51,800 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 07:16:09,320 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-19 07:16:09,411 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-19 07:16:09,411 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-19 07:16:09' 2018-05-19 07:16:09,411 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--20423115-d6fd-4a85-b21d-14ab82e825d0' 2018-05-19 07:16:12,777 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-20423115-d6fd-4a85-b21d-14ab82e825d0' 2018-05-19 07:16:15,255 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-20423115-d6fd-4a85-b21d-14ab82e825d0' 2018-05-19 07:16:22,763 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-20423115-d6fd-4a85-b21d-14ab82e825d0' 2018-05-19 07:16:23,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-20423115-d6fd-4a85-b21d-14ab82e825d0' 2018-05-19 07:16:30,406 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-20423115-d6fd-4a85-b21d-14ab82e825d0' 2018-05-19 07:16:37,203 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-19 07:16:47,485 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-19 07:16:50,195 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-19 07:16:50,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 07:16:50,309 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-19 07:17:11,364 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-19 07:17:11,452 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 07:17:15,854 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 07:17:15.586 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b1c5b49f-e293-482d-b2cb-1f62c2861475) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b1c5b49f-e293-482d-b2cb-1f62c2861475 | 2018-05-19T07:17:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b1c5b49f-e293-482d-b2cb-1f62c2861475 ~/.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-19 07:17:19,001 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-19 07:17:19,002 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 07:17:24,645 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 07:17:23.233 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 07:17:23.354 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 07:17:24.502 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c) as the default verifier for the future CLI operations. 2018-05-19 07:17:27,676 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 07:17:29,940 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 07:17:36,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 07:17:41,560 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 07:17:40.378 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c) for deployment 'opnfv-rally' (UUID=b1c5b49f-e293-482d-b2cb-1f62c2861475). 2018-05-19 07:17:41.402 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c) has been successfully configured for deployment 'opnfv-rally' (UUID=b1c5b49f-e293-482d-b2cb-1f62c2861475)! 2018-05-19 07:17:41,560 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 07:17:41,561 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 07:17:41,563 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 07:17:41,567 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-19 07:17:44,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c4cd3492-dab7-4086-a9ea-ba8b2b2c759c/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-19 07:17:44,556 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-19 07:17:44,557 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-19 07:17:44,558 - 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-19 07:17:46,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:17:46.700 55 INFO rally.api [-] Starting verification (UUID=a72ca215-a0b4-4af0-b260-9a773c0cd104) for deployment 'opnfv-rally' (UUID=b1c5b49f-e293-482d-b2cb-1f62c2861475) by verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c). 2018-05-19 07:17:46,702 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a72ca215-a0b4-4af0-b260-9a773c0cd104 2018-05-19 07:17:53,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:17:53.806 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.192s] 2018-05-19 07:17:53,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:17:53.860 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-05-19 07:18:00,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:18:00.610 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.591s] 2018-05-19 07:18:04,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:18:04.090 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.479s] 2018-05-19 07:18:16,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:18:16.371 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.635s] 2018-05-19 07:18:32,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:18:32.516 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.778s] 2018-05-19 07:19:06,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:19:06.897 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-05-19 07:19:06,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:19:06.898 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-19 07:19:39,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:19:39.923 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-05-19 07:19:39,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:19:39.924 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-19 07:20:09,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:20:09.433 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.078s] 2018-05-19 07:20:09,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:20:09.435 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-19 07:20:51,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:20:51.529 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.115s] 2018-05-19 07:21:15,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:15.860 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-19 07:21:15,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:15.954 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.094s] 2018-05-19 07:21:24,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:24.140 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.659s] 2018-05-19 07:21:24,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:24.149 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-05-19 07:21:25,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:25.673 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-19 07:21:25,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:25.674 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-19 07:21:29,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:29.746 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.477s] 2018-05-19 07:21:36,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:36.366 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.080s] 2018-05-19 07:21:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:42.964 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.803s] 2018-05-19 07:21:50,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:50.268 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.436s] 2018-05-19 07:21:59,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:21:59.400 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.099s] 2018-05-19 07:22:06,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:06.157 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.354s] 2018-05-19 07:22:11,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:11.798 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-05-19 07:22:19,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:19.215 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.437s] 2018-05-19 07:22:26,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:26.894 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.442s] 2018-05-19 07:22:35,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:35.325 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.917s] 2018-05-19 07:22:38,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:38.493 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-19 07:22:40,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:40.593 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-05-19 07:22:40,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:40.663 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-05-19 07:22:40,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:40.740 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-05-19 07:22:40,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:40.748 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-19 07:22:45,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:45.204 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.657s] 2018-05-19 07:22:46,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:46.799 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.594s] 2018-05-19 07:22:49,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:49.063 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.264s] 2018-05-19 07:22:56,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:22:56.145 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-19 07:23:03,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:03.061 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.486s] 2018-05-19 07:23:16,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:16.981 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.702s] 2018-05-19 07:23:20,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:20.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.758s] 2018-05-19 07:23:31,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:31.989 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.104s] 2018-05-19 07:23:35,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:35.322 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.333s] 2018-05-19 07:23:44,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:44.138 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.813s] 2018-05-19 07:23:53,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:53.452 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.871s] 2018-05-19 07:23:56,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:23:56.875 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.422s] 2018-05-19 07:24:03,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:03.857 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.982s] 2018-05-19 07:24:17,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:17.884 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.406s] 2018-05-19 07:24:18,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:18.171 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.287s] 2018-05-19 07:24:18,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:18.423 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.252s] 2018-05-19 07:24:18,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:18.624 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-05-19 07:24:18,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:18.888 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.263s] 2018-05-19 07:24:19,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:19.224 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.335s] 2018-05-19 07:24:33,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:33.524 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.178s] 2018-05-19 07:24:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:33.956 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.432s] 2018-05-19 07:24:34,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:34.221 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.265s] 2018-05-19 07:24:34,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:34.417 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.195s] 2018-05-19 07:24:34,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:34.658 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.240s] 2018-05-19 07:24:34,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:34.855 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.197s] 2018-05-19 07:24:48,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:48.670 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.073s] 2018-05-19 07:24:54,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:54.921 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.250s] 2018-05-19 07:24:56,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:56.340 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.418s] 2018-05-19 07:24:56,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:56.397 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2018-05-19 07:24:56,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:24:56.457 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.060s] 2018-05-19 07:25:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:09.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.215s] 2018-05-19 07:25:16,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:16.010 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.657s] 2018-05-19 07:25:17,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:17.987 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.976s] 2018-05-19 07:25:18,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:18.055 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.068s] 2018-05-19 07:25:18,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:18.105 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-05-19 07:25:33,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:33.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.918s] 2018-05-19 07:25:38,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:38.459 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.023s] 2018-05-19 07:25:42,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:42.899 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.439s] 2018-05-19 07:25:45,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:25:45.576 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.676s] 2018-05-19 07:26:10,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:10.077 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.203s] 2018-05-19 07:26:15,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:15.333 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.254s] 2018-05-19 07:26:19,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:19.917 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.584s] 2018-05-19 07:26:22,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:22.809 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.891s] 2018-05-19 07:26:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:39.971 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.905s] 2018-05-19 07:26:42,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:42.044 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.070s] 2018-05-19 07:26:42,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:42.234 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.192s] 2018-05-19 07:26:47,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:47.025 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.559s] 2018-05-19 07:26:49,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:49.362 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.334s] 2018-05-19 07:26:49,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:49.454 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.093s] 2018-05-19 07:26:53,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:53.820 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.093s] 2018-05-19 07:26:57,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:57.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-05-19 07:26:58,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:58.903 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-19 07:26:58,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:58.904 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-19 07:26:58,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:58.904 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-19 07:26:58,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:58.905 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-19 07:26:58,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:26:58.906 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-19 07:27:00,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:27:00.767 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-05-19 07:27:17,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:27:17.199 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.296s] 2018-05-19 07:27:30,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:27:30.167 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.521s] 2018-05-19 07:27:42,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:27:42.482 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.313s] 2018-05-19 07:27:51,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:27:51.296 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-05-19 07:30:30,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:30:30.128 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [152.016s] 2018-05-19 07:32:08,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:32:08.386 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [89.173s] 2018-05-19 07:32:52,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:32:52.089 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.209s] 2018-05-19 07:33:08,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a72ca215-a0b4-4af0-b260-9a773c0cd104']'. 2018-05-19 07:33:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 07:33:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 07:33:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 07:33:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a72ca215-a0b4-4af0-b260-9a773c0cd104 | 2018-05-19 07:33:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 07:33:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 07:17:46 | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 07:33:07 | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:21 | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c4cd3492-dab7-4086-a9ea-ba8b2b2c759c) | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b1c5b49f-e293-482d-b2cb-1f62c2861475) | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 900.483 | 2018-05-19 07:33:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-19 07:33:09,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-19 07:33:09,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 07:33:09,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 07:33:09,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-19 07:33:09,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 07:33:09,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 07:33:09,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-19 07:33:17,275 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 07:33:17,275 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:49 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-19 07:33:17,280 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-19 07:33:17,280 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-19 07:33:17,355 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 07:33:17,784 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 07:33:17,784 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-19 07:33:18,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 07:33:20,568 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 07:33:20.207 158 INFO rally.deployment.engine [-] Deployment b1c5b49f-e293-482d-b2cb-1f62c2861475 | Starting: Destroy cloud and free allocated resources. 2018-05-19 07:33:20.302 158 INFO rally.deployment.engine [-] Deployment b1c5b49f-e293-482d-b2cb-1f62c2861475 | Completed: Destroy cloud and free allocated resources. 2018-05-19 07:33:20.330 158 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c) for deployment 'opnfv-rally'. 2018-05-19 07:33:20.343 158 INFO rally.api [-] Deleting verification (UUID=a72ca215-a0b4-4af0-b260-9a773c0cd104). 2018-05-19 07:33:20.388 158 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 07:33:20.389 158 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c). 2018-05-19 07:33:20.395 158 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 07:33:23,002 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 07:33:22.716 161 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=352cdfdb-564f-4196-8c90-837717c6554b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 352cdfdb-564f-4196-8c90-837717c6554b | 2018-05-19T07:33:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 352cdfdb-564f-4196-8c90-837717c6554b ~/.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-19 07:33:26,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-19 07:33:26,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-19 07:33:27,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1'... 2018-05-19 07:33:30,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-e33cbe48-08f7-4737-9e06-2109f032d7f1'... 2018-05-19 07:33:33,374 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-e33cbe48-08f7-4737-9e06-2109f032d7f1'... 2018-05-19 07:33:42,181 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1'... 2018-05-19 07:33:42,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1'... 2018-05-19 07:33:43,567 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-19 07:33:43,579 - 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-19 07:33:43,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:33:43,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:33:43,594 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:34:48,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 94ec317f-fd4b-4784-a5a6-b28448c5065b 2018-05-19 07:34:48,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-19 07:34:48,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '94ec317f-fd4b-4784-a5a6-b28448c5065b'] 2018-05-19 07:34:49,123 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 94ec317f-fd4b-4784-a5a6-b28448c5065b: 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 94ec317f-fd4b-4784-a5a6-b28448c5065b 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.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | total | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> duration | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.481626 Full duration: 7.598157 -------------------------------------------------------------------------------- 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 94ec317f-fd4b-4784-a5a6-b28448c5065b 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.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758013 Full duration: 7.756033 -------------------------------------------------------------------------------- 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 94ec317f-fd4b-4784-a5a6-b28448c5065b 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | total | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | -> duration | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.933425 Full duration: 7.620048 -------------------------------------------------------------------------------- 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 94ec317f-fd4b-4784-a5a6-b28448c5065b 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.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | total | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | -> duration | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.256265 Full duration: 8.272696 -------------------------------------------------------------------------------- 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 94ec317f-fd4b-4784-a5a6-b28448c5065b 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> duration | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.062353 Full duration: 8.109087 -------------------------------------------------------------------------------- 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 94ec317f-fd4b-4784-a5a6-b28448c5065b 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.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 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.728833 Full duration: 7.749119 HINTS: * To plot HTML graphics with this data, run: rally task report 94ec317f-fd4b-4784-a5a6-b28448c5065b --out output.html * To generate a JUnit report, run: rally task export 94ec317f-fd4b-4784-a5a6-b28448c5065b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 94ec317f-fd4b-4784-a5a6-b28448c5065b --json --out output.json 2018-05-19 07:34:49,123 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '94ec317f-fd4b-4784-a5a6-b28448c5065b'] 2018-05-19 07:34:50,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:34:50,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '94ec317f-fd4b-4784-a5a6-b28448c5065b', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-19 07:34:50,077 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-19 07:34:50,077 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-19 07:34:50,086 - 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-19 07:34:50,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:34:50,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:34:50,116 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:36:28,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e 2018-05-19 07:36:28,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '925dde9c-ed65-4ffa-b3be-e18bda0a2d0e'] 2018-05-19 07:36:29,692 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e: 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 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e 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.761 | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 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.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | total | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 100.0% | 1 | | -> duration | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.862381 Full duration: 14.428005 -------------------------------------------------------------------------------- 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 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e 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.921 | 4.921 | 4.921 | 4.921 | 4.921 | 4.921 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> glance_v2.upload_data | 2.009 | 2.009 | 2.009 | 2.009 | 2.009 | 2.009 | 100.0% | 1 | | glance_v2.list_images | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 100.0% | 1 | | -> duration | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.094326 Full duration: 17.452265 -------------------------------------------------------------------------------- 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 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e 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.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> duration | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.347644 Full duration: 8.541206 -------------------------------------------------------------------------------- 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-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "number_instances": 2, "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] }, "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 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e 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.419 | 4.419 | 4.419 | 4.419 | 4.419 | 4.419 | 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.494 | 1.494 | 1.494 | 1.494 | 1.494 | 1.494 | 100.0% | 1 | | nova.boot_servers | 11.363 | 11.363 | 11.363 | 11.363 | 11.363 | 11.363 | 100.0% | 1 | | total | 15.783 | 15.783 | 15.783 | 15.783 | 15.783 | 15.783 | 100.0% | 1 | | -> duration | 14.783 | 14.783 | 14.783 | 14.783 | 14.783 | 14.783 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.783056 Full duration: 39.58792 HINTS: * To plot HTML graphics with this data, run: rally task report 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e --out output.html * To generate a JUnit report, run: rally task export 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 925dde9c-ed65-4ffa-b3be-e18bda0a2d0e --json --out output.json 2018-05-19 07:36:29,693 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '925dde9c-ed65-4ffa-b3be-e18bda0a2d0e'] 2018-05-19 07:36:30,773 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:36:30,773 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '925dde9c-ed65-4ffa-b3be-e18bda0a2d0e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-19 07:36:30,780 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-19 07:36:30,780 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-19 07:36:30,781 - 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-19 07:36:30,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:36:30,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:36:30,798 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:39:48,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 2018-05-19 07:39:48,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2c9af8ea-8e14-466f-a412-30d59aeb5cb0'] 2018-05-19 07:39:49,587 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2c9af8ea-8e14-466f-a412-30d59aeb5cb0: 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.283 | 3.283 | 3.283 | 3.283 | 3.283 | 3.283 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 100.0% | 1 | | total | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 100.0% | 1 | | -> duration | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.716231 Full duration: 22.96408 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.766 | 3.766 | 3.766 | 3.766 | 3.766 | 3.766 | 100.0% | 1 | | cinder_v2.delete_volume | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | total | 4.657 | 4.657 | 4.657 | 4.657 | 4.657 | 4.657 | 100.0% | 1 | | -> duration | 4.657 | 4.657 | 4.657 | 4.657 | 4.657 | 4.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.656695 Full duration: 14.78485 -------------------------------------------------------------------------------- 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-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.589 | 8.589 | 8.589 | 8.589 | 8.589 | 8.589 | 100.0% | 1 | | cinder_v2.delete_volume | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 100.0% | 1 | | total | 11.559 | 11.559 | 11.559 | 11.559 | 11.559 | 11.559 | 100.0% | 1 | | -> duration | 11.559 | 11.559 | 11.559 | 11.559 | 11.559 | 11.559 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.558802 Full duration: 22.210939 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.17 | 3.17 | 3.17 | 3.17 | 3.17 | 3.17 | 100.0% | 1 | | cinder_v2.delete_volume | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 100.0% | 1 | | total | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 100.0% | 1 | | -> duration | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.770166 Full duration: 15.83567 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | cinder_v2.extend_volume | 2.773 | 2.773 | 2.773 | 2.773 | 2.773 | 2.773 | 100.0% | 1 | | cinder_v2.delete_volume | 2.163 | 2.163 | 2.163 | 2.163 | 2.163 | 2.163 | 100.0% | 1 | | total | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 100.0% | 1 | | -> duration | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.248911 Full duration: 18.154252 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.361 | 3.361 | 3.361 | 3.361 | 3.361 | 3.361 | 100.0% | 1 | | cinder_v2.delete_volume | 2.504 | 2.504 | 2.504 | 2.504 | 2.504 | 2.504 | 100.0% | 1 | | total | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 100.0% | 1 | | -> duration | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 5.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.865116 Full duration: 23.148422 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | cinder_v2.list_qos | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759369 Full duration: 12.027701 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | cinder_v2.set_qos | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 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.292342 Full duration: 12.868197 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | cinder_v2.list_types | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> duration | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860462 Full duration: 12.093054 -------------------------------------------------------------------------------- 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 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.838393 Full duration: 12.332881 HINTS: * To plot HTML graphics with this data, run: rally task report 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 --out output.html * To generate a JUnit report, run: rally task export 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2c9af8ea-8e14-466f-a412-30d59aeb5cb0 --json --out output.json 2018-05-19 07:39:49,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2c9af8ea-8e14-466f-a412-30d59aeb5cb0'] 2018-05-19 07:39:51,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:39:51,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2c9af8ea-8e14-466f-a412-30d59aeb5cb0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-19 07:39:51,146 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-19 07:39:51,147 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-19 07:39:51,147 - 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-19 07:39:51,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:39:51,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:39:51,169 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:41:14,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 2018-05-19 07:41:14,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '08a311c8-aeb9-47a0-9ae5-42e16b4f4a27'] 2018-05-19 07:41:15,559 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27: 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 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.749 | 5.749 | 5.749 | 5.749 | 5.749 | 5.749 | 100.0% | 1 | | heat.update_stack | 2.948 | 2.948 | 2.948 | 2.948 | 2.948 | 2.948 | 100.0% | 1 | | heat.delete_stack | 4.438 | 4.438 | 4.438 | 4.438 | 4.438 | 4.438 | 100.0% | 1 | | total | 13.135 | 13.135 | 13.135 | 13.135 | 13.135 | 13.135 | 100.0% | 1 | | -> duration | 9.135 | 9.135 | 9.135 | 9.135 | 9.135 | 9.135 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.135102 Full duration: 21.918159 -------------------------------------------------------------------------------- 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 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 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.84 | 4.84 | 4.84 | 4.84 | 4.84 | 4.84 | 100.0% | 1 | | heat.check_stack | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | heat.delete_stack | 2.505 | 2.505 | 2.505 | 2.505 | 2.505 | 2.505 | 100.0% | 1 | | total | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 100.0% | 1 | | -> duration | 6.108 | 6.108 | 6.108 | 6.108 | 6.108 | 6.108 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.107812 Full duration: 16.314486 -------------------------------------------------------------------------------- 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 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 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.675 | 4.675 | 4.675 | 4.675 | 4.675 | 4.675 | 100.0% | 1 | | heat.suspend_stack | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | heat.resume_stack | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | heat.delete_stack | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | total | 7.981 | 7.981 | 7.981 | 7.981 | 7.981 | 7.981 | 100.0% | 1 | | -> duration | 5.981 | 5.981 | 5.981 | 5.981 | 5.981 | 5.981 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.980911 Full duration: 16.215103 -------------------------------------------------------------------------------- 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 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | total | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> duration | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.582588 Full duration: 8.381656 HINTS: * To plot HTML graphics with this data, run: rally task report 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 --out output.html * To generate a JUnit report, run: rally task export 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 08a311c8-aeb9-47a0-9ae5-42e16b4f4a27 --json --out output.json 2018-05-19 07:41:15,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '08a311c8-aeb9-47a0-9ae5-42e16b4f4a27'] 2018-05-19 07:41:16,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:41:16,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '08a311c8-aeb9-47a0-9ae5-42e16b4f4a27', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-19 07:41:16,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-19 07:41:16,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-19 07:41:16,543 - 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-19 07:41:16,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:41:16,557 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:41:16,570 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:44:33,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 2018-05-19 07:44:33,773 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b'] 2018-05-19 07:44:35,004 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b: 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755937 Full duration: 14.194746 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731681 Full duration: 14.283214 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831264 Full duration: 14.700806 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.61176 Full duration: 12.193561 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.delete_service | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.61343 Full duration: 12.422598 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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 | | keystone_v3.create_user | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | -> keystone_v3.add_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.list_services | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> duration | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.751466 Full duration: 19.884265 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | keystone_v3.update_project | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.delete_project | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> duration | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.877457 Full duration: 12.782079 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | total | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> duration | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760269 Full duration: 14.733972 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | total | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> duration | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.654515 Full duration: 14.287602 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.list_users | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861774 Full duration: 14.458024 -------------------------------------------------------------------------------- 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 c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | keystone_v3.create_users | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | total | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 100.0% | 1 | | -> duration | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.507012 Full duration: 23.191179 HINTS: * To plot HTML graphics with this data, run: rally task report c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b --out output.html * To generate a JUnit report, run: rally task export c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b --json --out output.json 2018-05-19 07:44:35,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b'] 2018-05-19 07:44:36,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:44:36,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c6f5b3c0-dcb1-4e00-8092-d30a3ff1eb6b', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-19 07:44:36,088 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-19 07:44:36,088 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-19 07:44:36,089 - 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-19 07:44:36,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:44:36,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:44:36,110 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:49:44,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e163e28c-62c1-43db-8464-3dd48990030a 2018-05-19 07:49:44,747 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e163e28c-62c1-43db-8464-3dd48990030a'] 2018-05-19 07:49:45,814 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e163e28c-62c1-43db-8464-3dd48990030a: 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 e163e28c-62c1-43db-8464-3dd48990030a 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.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | neutron.delete_network | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | total | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 100.0% | 1 | | -> duration | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.962156 Full duration: 15.157284 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.453 | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 100.0% | 1 | | neutron.delete_port | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | total | 2.115 | 2.115 | 2.115 | 2.115 | 2.115 | 2.115 | 100.0% | 1 | | -> duration | 2.115 | 2.115 | 2.115 | 2.115 | 2.115 | 2.115 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.11471 Full duration: 28.780086 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | neutron.create_subnet | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | neutron.create_router | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | neutron.add_interface_router | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 100.0% | 1 | | neutron.remove_interface_router | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | neutron.delete_router | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | total | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 100.0% | 1 | | -> duration | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.876545 Full duration: 37.794014 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | neutron.delete_subnet | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | total | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> duration | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.87755 Full duration: 26.690229 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | neutron.list_networks | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 100.0% | 1 | | -> duration | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.485714 Full duration: 16.979205 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | neutron.list_ports | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 100.0% | 1 | | -> duration | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.663278 Full duration: 30.152253 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | neutron.create_subnet | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | neutron.create_router | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | neutron.add_interface_router | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | neutron.list_routers | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 100.0% | 1 | | -> duration | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.695004 Full duration: 38.134631 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | neutron.list_subnets | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | -> duration | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.759276 Full duration: 32.129243 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.191 | 1.191 | 1.191 | 1.191 | 1.191 | 1.191 | 100.0% | 1 | | neutron.delete_security_group | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 100.0% | 1 | | -> duration | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.675213 Full duration: 14.846268 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | neutron.create_security_group_rule | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | neutron.delete_security_group | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | total | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 100.0% | 1 | | -> duration | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.90196 Full duration: 14.636014 -------------------------------------------------------------------------------- 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 e163e28c-62c1-43db-8464-3dd48990030a 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_router | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | neutron.add_gateway_router | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | neutron.remove_gateway_router | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | total | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 100.0% | 1 | | -> duration | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.202868 Full duration: 24.724513 HINTS: * To plot HTML graphics with this data, run: rally task report e163e28c-62c1-43db-8464-3dd48990030a --out output.html * To generate a JUnit report, run: rally task export e163e28c-62c1-43db-8464-3dd48990030a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e163e28c-62c1-43db-8464-3dd48990030a --json --out output.json 2018-05-19 07:49:45,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e163e28c-62c1-43db-8464-3dd48990030a'] 2018-05-19 07:49:46,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:49:46,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e163e28c-62c1-43db-8464-3dd48990030a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-19 07:49:46,888 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-19 07:49:46,888 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-19 07:49:46,888 - 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-19 07:49:46,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:49:46,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:49:46,913 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:56:33,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 41cefc4b-deab-4ecb-962e-81c67794fcf8 2018-05-19 07:56:33,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '41cefc4b-deab-4ecb-962e-81c67794fcf8'] 2018-05-19 07:56:35,060 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 41cefc4b-deab-4ecb-962e-81c67794fcf8: 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-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "block_migration": false, "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.565 | 9.565 | 9.565 | 9.565 | 9.565 | 9.565 | 100.0% | 1 | | nova.find_host_to_migrate | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 100.0% | 1 | | nova.live_migrate | 11.043 | 11.043 | 11.043 | 11.043 | 11.043 | 11.043 | 100.0% | 1 | | nova.delete_server | 2.958 | 2.958 | 2.958 | 2.958 | 2.958 | 2.958 | 100.0% | 1 | | total | 24.886 | 24.886 | 24.886 | 24.886 | 24.886 | 24.886 | 100.0% | 1 | | -> duration | 23.886 | 23.886 | 23.886 | 23.886 | 23.886 | 23.886 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.885755 Full duration: 33.967096 -------------------------------------------------------------------------------- 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-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.569 | 9.569 | 9.569 | 9.569 | 9.569 | 9.569 | 100.0% | 1 | | cinder_v2.create_volume | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 2.787 | 100.0% | 1 | | nova.attach_volume | 4.591 | 4.591 | 4.591 | 4.591 | 4.591 | 4.591 | 100.0% | 1 | | nova.find_host_to_migrate | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 100.0% | 1 | | nova.live_migrate | 10.884 | 10.884 | 10.884 | 10.884 | 10.884 | 10.884 | 100.0% | 1 | | nova.detach_volume | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 100.0% | 1 | | cinder_v2.delete_volume | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 100.0% | 1 | | nova.delete_server | 2.81 | 2.81 | 2.81 | 2.81 | 2.81 | 2.81 | 100.0% | 1 | | total | 35.739 | 35.739 | 35.739 | 35.739 | 35.739 | 35.739 | 100.0% | 1 | | -> duration | 34.739 | 34.739 | 34.739 | 34.739 | 34.739 | 34.739 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.739346 Full duration: 47.565711 -------------------------------------------------------------------------------- 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-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.821 | 8.821 | 8.821 | 8.821 | 8.821 | 8.821 | 100.0% | 1 | | nova.boot_server | 9.535 | 9.535 | 9.535 | 9.535 | 9.535 | 9.535 | 100.0% | 1 | | nova.find_host_to_migrate | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 100.0% | 1 | | nova.live_migrate | 16.264 | 16.264 | 16.264 | 16.264 | 16.264 | 16.264 | 100.0% | 1 | | nova.delete_server | 8.014 | 8.014 | 8.014 | 8.014 | 8.014 | 8.014 | 100.0% | 1 | | total | 43.954 | 43.954 | 43.954 | 43.954 | 43.954 | 43.954 | 100.0% | 1 | | -> duration | 42.954 | 42.954 | 42.954 | 42.954 | 42.954 | 42.954 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.954146 Full duration: 55.480911 -------------------------------------------------------------------------------- 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-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "server_kwargs": { "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] } }, "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 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | nova.boot_server | 8.785 | 8.785 | 8.785 | 8.785 | 8.785 | 8.785 | 100.0% | 1 | | nova.delete_server | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 100.0% | 1 | | nova.delete_keypair | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 12.38 | 12.38 | 12.38 | 12.38 | 12.38 | 12.38 | 100.0% | 1 | | -> duration | 11.38 | 11.38 | 11.38 | 11.38 | 11.38 | 11.38 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.380447 Full duration: 37.703216 -------------------------------------------------------------------------------- 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-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "volume_size": 5, "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] }, "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 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.771 | 8.771 | 8.771 | 8.771 | 8.771 | 8.771 | 100.0% | 1 | | nova.boot_server | 9.149 | 9.149 | 9.149 | 9.149 | 9.149 | 9.149 | 100.0% | 1 | | nova.delete_server | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 100.0% | 1 | | total | 20.72 | 20.72 | 20.72 | 20.72 | 20.72 | 20.72 | 100.0% | 1 | | -> duration | 19.72 | 19.72 | 19.72 | 19.72 | 19.72 | 19.72 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.719942 Full duration: 46.615352 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "force_delete": false, "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] }, "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 41cefc4b-deab-4ecb-962e-81c67794fcf8 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.945 | 8.945 | 8.945 | 8.945 | 8.945 | 8.945 | 100.0% | 1 | | nova.pause_server | 2.676 | 2.676 | 2.676 | 2.676 | 2.676 | 2.676 | 100.0% | 1 | | nova.unpause_server | 2.648 | 2.648 | 2.648 | 2.648 | 2.648 | 2.648 | 100.0% | 1 | | nova.delete_server | 5.553 | 5.553 | 5.553 | 5.553 | 5.553 | 5.553 | 100.0% | 1 | | total | 19.822 | 19.822 | 19.822 | 19.822 | 19.822 | 19.822 | 100.0% | 1 | | -> duration | 14.822 | 14.822 | 14.822 | 14.822 | 14.822 | 14.822 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.821985 Full duration: 44.58614 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "nics": [ { "net-id": "f9c6d143-78ae-4b0c-a592-874e7f2d0cb4" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.495 | 9.495 | 9.495 | 9.495 | 9.495 | 9.495 | 100.0% | 1 | | nova.migrate | 31.111 | 31.111 | 31.111 | 31.111 | 31.111 | 31.111 | 100.0% | 1 | | nova.resize_confirm | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 100.0% | 1 | | nova.delete_server | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 100.0% | 1 | | total | 46.644 | 46.644 | 46.644 | 46.644 | 46.644 | 46.644 | 100.0% | 1 | | -> duration | 45.644 | 45.644 | 45.644 | 45.644 | 45.644 | 45.644 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 45.644082 Full duration: 55.906405 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "image": { "name": "Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.854 | 9.854 | 9.854 | 9.854 | 9.854 | 9.854 | 100.0% | 1 | | nova.list_interfaces | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | total | 10.407 | 10.407 | 10.407 | 10.407 | 10.407 | 10.407 | 100.0% | 1 | | -> duration | 9.407 | 9.407 | 9.407 | 9.407 | 9.407 | 9.407 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.406717 Full duration: 40.255726 -------------------------------------------------------------------------------- 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 41cefc4b-deab-4ecb-962e-81c67794fcf8 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | nova.delete_server_group | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.683489 Full duration: 8.994466 HINTS: * To plot HTML graphics with this data, run: rally task report 41cefc4b-deab-4ecb-962e-81c67794fcf8 --out output.html * To generate a JUnit report, run: rally task export 41cefc4b-deab-4ecb-962e-81c67794fcf8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 41cefc4b-deab-4ecb-962e-81c67794fcf8 --json --out output.json 2018-05-19 07:56:35,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '41cefc4b-deab-4ecb-962e-81c67794fcf8'] 2018-05-19 07:56:36,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:56:36,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '41cefc4b-deab-4ecb-962e-81c67794fcf8', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-19 07:56:36,136 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-19 07:56:36,136 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-19 07:56:36,136 - 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-19 07:56:36,136 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-19 07:56:36,143 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-19 07:56:36,164 - 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': 'f9c6d143-78ae-4b0c-a592-874e7f2d0cb4', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'flavor_name': 'rally-tiny-e33cbe48-08f7-4737-9e06-2109f032d7f1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e33cbe48-08f7-4737-9e06-2109f032d7f1', '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-19 07:57:29,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 2018-05-19 07:57:29,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6b019b0b-718b-4b5e-93ee-7cacccdbc5f3'] 2018-05-19 07:57:30,719 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3: 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 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | quotas.delete_quotas | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 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.90829 Full duration: 8.331076 -------------------------------------------------------------------------------- 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 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706674 Full duration: 8.420159 -------------------------------------------------------------------------------- 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 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 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.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> duration | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702568 Full duration: 8.165698 -------------------------------------------------------------------------------- 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 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 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.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | total | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> duration | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.126264 Full duration: 8.707738 HINTS: * To plot HTML graphics with this data, run: rally task report 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 --out output.html * To generate a JUnit report, run: rally task export 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6b019b0b-718b-4b5e-93ee-7cacccdbc5f3 --json --out output.json 2018-05-19 07:57:30,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6b019b0b-718b-4b5e-93ee-7cacccdbc5f3'] 2018-05-19 07:57:31,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-19 07:57:31,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6b019b0b-718b-4b5e-93ee-7cacccdbc5f3', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-19 07:57:31,800 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-19 07:57:31,802 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:46 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:40 | 11 | 100.00% | | nova | 06:11 | 9 | 100.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:08 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-19 07:57:31,802 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-19 07:57:39,768 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 07:57:39,769 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 07:57:40,279 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 07:57:40,280 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:22 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-19 07:57:40,284 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-19 07:57:40,376 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 07:57:42,713 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 07:57:42.345 11237 INFO rally.deployment.engine [-] Deployment 352cdfdb-564f-4196-8c90-837717c6554b | Starting: Destroy cloud and free allocated resources. 2018-05-19 07:57:42.468 11237 INFO rally.deployment.engine [-] Deployment 352cdfdb-564f-4196-8c90-837717c6554b | Completed: Destroy cloud and free allocated resources. 2018-05-19 07:57:42.482 11237 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c). 2018-05-19 07:57:42.485 11237 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 07:57:45,167 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 07:57:44.838 11240 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1fa36245-e3c5-42e1-b44b-737c48cb7e36) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1fa36245-e3c5-42e1-b44b-737c48cb7e36 | 2018-05-19T07:57:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1fa36245-e3c5-42e1-b44b-737c48cb7e36 ~/.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-19 07:57:48,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-19 07:57:48,531 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 07:57:50,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 07:57:50.620 11246 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c4cd3492-dab7-4086-a9ea-ba8b2b2c759c). 2018-05-19 07:57:50.804 11246 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 07:57:54,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 07:57:53.007 11249 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 07:57:53.170 11249 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 07:57:54.283 11249 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776) has been successfully created! Using verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776) as the default verifier for the future CLI operations. 2018-05-19 07:57:57,381 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 07:58:00,077 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 07:58:06,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 07:58:11,289 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 07:58:10.283 11268 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776) for deployment 'opnfv-rally' (UUID=1fa36245-e3c5-42e1-b44b-737c48cb7e36). 2018-05-19 07:58:11.124 11268 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776) has been successfully configured for deployment 'opnfv-rally' (UUID=1fa36245-e3c5-42e1-b44b-737c48cb7e36)! 2018-05-19 07:58:11,289 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 07:58:11,290 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 07:58:11,292 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 07:58:13,689 - 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-19 07:58:15,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:15.706 11280 INFO rally.api [-] Starting verification (UUID=540af3df-7c0a-44c3-9ce4-d4df8a42b5bf) for deployment 'opnfv-rally' (UUID=1fa36245-e3c5-42e1-b44b-737c48cb7e36) by verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776). 2018-05-19 07:58:15,707 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 540af3df-7c0a-44c3-9ce4-d4df8a42b5bf 2018-05-19 07:58:24,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:24.738 11280 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.200s] 2018-05-19 07:58:24,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:24.805 11280 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2018-05-19 07:58:24,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:24.880 11280 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-05-19 07:58:25,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:25.026 11280 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.261s] 2018-05-19 07:58:25,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:25.200 11280 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.317s] 2018-05-19 07:58:25,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:25.621 11280 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.831s] 2018-05-19 07:58:25,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:25.645 11280 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.964s] 2018-05-19 07:58:25,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:25.884 11280 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.262s] 2018-05-19 07:58:28,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:28.113 11280 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.468s] 2018-05-19 07:58:29,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:29.144 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.157s] 2018-05-19 07:58:29,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:29.231 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.305s] 2018-05-19 07:58:29,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:29.787 11280 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-05-19 07:58:29,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:29.867 11280 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-05-19 07:58:29,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:29.970 11280 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.102s] 2018-05-19 07:58:30,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:30.314 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.242s] 2018-05-19 07:58:30,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:30.420 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.275s] 2018-05-19 07:58:32,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:32.701 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.280s] 2018-05-19 07:58:33,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:33.336 11280 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.375s] 2018-05-19 07:58:34,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:34.711 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.395s] 2018-05-19 07:58:36,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:36.327 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.164s] 2018-05-19 07:58:36,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:36.372 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.661s] 2018-05-19 07:58:36,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:36.526 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.198s] 2018-05-19 07:58:36,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:36.882 11280 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.296s] 2018-05-19 07:58:37,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:37.787 11280 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.199s] 2018-05-19 07:58:37,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:37.991 11280 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.204s] 2018-05-19 07:58:38,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:38.147 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.619s] 2018-05-19 07:58:38,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:38.154 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-05-19 07:58:38,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:38.341 11280 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.187s] 2018-05-19 07:58:38,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:38.386 11280 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.503s] 2018-05-19 07:58:38,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:38.662 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.289s] 2018-05-19 07:58:40,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:40.365 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.810s] 2018-05-19 07:58:40,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:40.822 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.158s] 2018-05-19 07:58:42,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:42.652 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.286s] 2018-05-19 07:58:47,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:47.184 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.361s] 2018-05-19 07:58:50,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:50.610 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.425s] 2018-05-19 07:58:50,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:50.992 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.382s] 2018-05-19 07:58:51,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:51.020 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2018-05-19 07:58:51,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:51.044 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2018-05-19 07:58:51,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:51.071 11280 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2018-05-19 07:58:51,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:51.397 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [26.618s] 2018-05-19 07:58:53,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:53.105 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.378s] 2018-05-19 07:58:53,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:53.618 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.513s] 2018-05-19 07:58:54,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:54.214 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.595s] 2018-05-19 07:58:54,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:54.594 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.379s] 2018-05-19 07:58:55,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:55.447 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.853s] 2018-05-19 07:58:55,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:55.518 11280 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-19 07:58:55,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:55.610 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.090s] 2018-05-19 07:58:55,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:55.681 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-05-19 07:58:55,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:55.757 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.075s] 2018-05-19 07:58:55,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:55.831 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.074s] 2018-05-19 07:58:55,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:55.973 11280 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.142s] 2018-05-19 07:58:56,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:58:56.920 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [27.678s] 2018-05-19 07:59:09,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:09.636 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.226s] 2018-05-19 07:59:09,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:09.816 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.179s] 2018-05-19 07:59:10,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:10.012 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.196s] 2018-05-19 07:59:10,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:10.585 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.572s] 2018-05-19 07:59:10,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:10.715 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.129s] 2018-05-19 07:59:11,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.224 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.507s] 2018-05-19 07:59:11,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.261 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-05-19 07:59:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.443 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.181s] 2018-05-19 07:59:11,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.496 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-05-19 07:59:11,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.662 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.166s] 2018-05-19 07:59:11,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.718 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.055s] 2018-05-19 07:59:11,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.903 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.184s] 2018-05-19 07:59:11,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:11.979 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.075s] 2018-05-19 07:59:12,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:12.169 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.190s] 2018-05-19 07:59:12,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:12.220 11280 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-05-19 07:59:16,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:16.246 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.903s] 2018-05-19 07:59:17,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:17.696 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.448s] 2018-05-19 07:59:18,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:18.785 11280 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.173s] 2018-05-19 07:59:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:19.318 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.621s] 2018-05-19 07:59:21,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:21.361 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.041s] 2018-05-19 07:59:22,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:22.742 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.379s] 2018-05-19 07:59:24,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:24.248 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.506s] 2018-05-19 07:59:24,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:24.896 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.647s] 2018-05-19 07:59:25,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:25.281 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.386s] 2018-05-19 07:59:25,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:25.753 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.833s] 2018-05-19 07:59:25,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:25.863 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.581s] 2018-05-19 07:59:26,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:26.125 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [43.418s] 2018-05-19 07:59:26,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:26.671 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.550s] 2018-05-19 07:59:27,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:27.305 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.441s] 2018-05-19 07:59:27,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:27.831 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.526s] 2018-05-19 07:59:28,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:28.369 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.538s] 2018-05-19 07:59:28,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:28.928 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.558s] 2018-05-19 07:59:30,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:30.389 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.460s] 2018-05-19 07:59:30,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:30.942 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.553s] 2018-05-19 07:59:31,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:31.471 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.528s] 2018-05-19 07:59:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:31.855 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.384s] 2018-05-19 07:59:32,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:32.407 11280 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.552s] 2018-05-19 07:59:36,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:36.817 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.063s] 2018-05-19 07:59:39,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:39.341 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [66.629s] 2018-05-19 07:59:54,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:54.811 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.371s] 2018-05-19 07:59:55,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:55.017 11280 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.206s] 2018-05-19 07:59:58,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:58.005 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.360s] 2018-05-19 07:59:58,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:58.077 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-05-19 07:59:58,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:58.429 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.351s] 2018-05-19 07:59:58,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:58.530 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.099s] 2018-05-19 07:59:58,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 07:59:58.531 11280 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-19 08:00:12,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:12.529 11280 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.162s] 2018-05-19 08:00:35,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:35.118 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [58.288s] 2018-05-19 08:00:39,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:39.737 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.336s] 2018-05-19 08:00:40,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:40.083 11280 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.346s] 2018-05-19 08:00:52,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:52.887 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-05-19 08:00:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:53.131 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.243s] 2018-05-19 08:00:53,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:53.173 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.041s] 2018-05-19 08:00:53,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:53.348 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.175s] 2018-05-19 08:00:53,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:53.528 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.180s] 2018-05-19 08:00:53,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:53.759 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.229s] 2018-05-19 08:00:54,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:54.099 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.339s] 2018-05-19 08:00:54,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:54.287 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.187s] 2018-05-19 08:00:54,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:54.327 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-05-19 08:00:54,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:00:54.383 11280 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.056s] 2018-05-19 08:01:27,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:01:27.202 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [146.273s] 2018-05-19 08:01:27,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:01:27.264 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-05-19 08:01:28,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:01:28.837 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.572s] 2018-05-19 08:02:10,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:10.153 11280 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [217.669s] 2018-05-19 08:02:42,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:42.909 11280 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.746s] 2018-05-19 08:02:58,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:58.554 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.160s] 2018-05-19 08:02:58,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:58.746 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.191s] 2018-05-19 08:02:59,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.007 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.260s] 2018-05-19 08:02:59,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.176 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.169s] 2018-05-19 08:02:59,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.341 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.164s] 2018-05-19 08:02:59,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.355 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-05-19 08:02:59,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.416 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.060s] 2018-05-19 08:02:59,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.599 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.184s] 2018-05-19 08:02:59,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.614 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2018-05-19 08:02:59,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.792 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.176s] 2018-05-19 08:02:59,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.802 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-05-19 08:02:59,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:02:59.997 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.193s] 2018-05-19 08:03:00,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.041 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.043s] 2018-05-19 08:03:00,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.079 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-05-19 08:03:00,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.117 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.037s] 2018-05-19 08:03:00,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.435 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.317s] 2018-05-19 08:03:00,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.475 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.039s] 2018-05-19 08:03:00,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.510 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-05-19 08:03:00,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.521 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-05-19 08:03:00,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.554 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-05-19 08:03:00,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.584 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.030s] 2018-05-19 08:03:00,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.615 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-05-19 08:03:00,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:03:00.795 11280 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.180s] 2018-05-19 08:04:36,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:04:36.214 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.362s] 2018-05-19 08:04:36,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:04:36.217 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-19 08:04:59,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:04:59.068 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.418s] 2018-05-19 08:04:59,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:04:59.272 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.202s] 2018-05-19 08:04:59,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:04:59.464 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.192s] 2018-05-19 08:04:59,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:04:59.832 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.367s] 2018-05-19 08:05:00,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:00.212 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.379s] 2018-05-19 08:05:00,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:00.606 11280 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.393s] 2018-05-19 08:05:08,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:08.127 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.021s] 2018-05-19 08:05:09,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:09.905 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.778s] 2018-05-19 08:05:13,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:13.729 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.821s] 2018-05-19 08:05:14,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:14.491 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.763s] 2018-05-19 08:05:16,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:16.731 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.237s] 2018-05-19 08:05:17,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:17.820 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.089s] 2018-05-19 08:05:19,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:19.258 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.434s] 2018-05-19 08:05:19,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:05:19.463 11280 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.208s] 2018-05-19 08:05:22,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '540af3df-7c0a-44c3-9ce4-d4df8a42b5bf']'. 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 540af3df-7c0a-44c3-9ce4-d4df8a42b5bf | 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 07:58:15 | 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 08:05:22 | 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:07 | 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 08:05:23,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 91f07320-e830-461b-af26-07543306e776) | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1fa36245-e3c5-42e1-b44b-737c48cb7e36) | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 156 | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 416.898 | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 153 | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 08:05:23,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 08:05:23,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.0769230769% 2018-05-19 08:05:31,157 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 08:05:31,157 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:34 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-19 08:05:31,162 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-19 08:05:31,162 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-19 08:05:31,252 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 08:05:33,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 08:05:33.400 11374 INFO rally.deployment.engine [-] Deployment 1fa36245-e3c5-42e1-b44b-737c48cb7e36 | Starting: Destroy cloud and free allocated resources. 2018-05-19 08:05:33.488 11374 INFO rally.deployment.engine [-] Deployment 1fa36245-e3c5-42e1-b44b-737c48cb7e36 | Completed: Destroy cloud and free allocated resources. 2018-05-19 08:05:33.508 11374 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776) for deployment 'opnfv-rally'. 2018-05-19 08:05:33.518 11374 INFO rally.api [-] Deleting verification (UUID=540af3df-7c0a-44c3-9ce4-d4df8a42b5bf). 2018-05-19 08:05:33.552 11374 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 08:05:33.552 11374 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776). 2018-05-19 08:05:33.557 11374 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 08:05:36,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 08:05:35.891 11377 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=22c21b45-1b86-49d6-bf9b-41859b490f0b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 22c21b45-1b86-49d6-bf9b-41859b490f0b | 2018-05-19T08:05:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 22c21b45-1b86-49d6-bf9b-41859b490f0b ~/.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-19 08:05:39,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-19 08:05:39,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 08:05:41,936 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 08:05:41.647 11383 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=91f07320-e830-461b-af26-07543306e776). 2018-05-19 08:05:41.776 11383 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 08:05:45,541 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 08:05:44.032 11386 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 08:05:44.171 11386 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 08:05:45.321 11386 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195) has been successfully created! Using verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195) as the default verifier for the future CLI operations. 2018-05-19 08:05:48,530 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 08:05:50,971 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 08:06:00,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 08:06:06,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 08:06:04.700 11405 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195) for deployment 'opnfv-rally' (UUID=22c21b45-1b86-49d6-bf9b-41859b490f0b). 2018-05-19 08:06:05.992 11405 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195) has been successfully configured for deployment 'opnfv-rally' (UUID=22c21b45-1b86-49d6-bf9b-41859b490f0b)! 2018-05-19 08:06:06,169 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 08:06:06,169 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 08:06:06,171 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 08:06:06,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-19 08:06:09,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-02491d16-751f-4b2f-b18f-240436297195/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-19 08:06:09,428 - 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-19 08:06:11,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 08:06:11.517 11414 INFO rally.api [-] Starting verification (UUID=07fb2e6c-5f3a-4c5d-9a73-9999991f4a24) for deployment 'opnfv-rally' (UUID=22c21b45-1b86-49d6-bf9b-41859b490f0b) by verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195). 2018-05-19 08:06:11,518 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 07fb2e6c-5f3a-4c5d-9a73-9999991f4a24 2018-05-19 08:08:55,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '07fb2e6c-5f3a-4c5d-9a73-9999991f4a24']'. 2018-05-19 08:08:56,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 08:08:56,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 08:08:56,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 07fb2e6c-5f3a-4c5d-9a73-9999991f4a24 | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 08:06:11 | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 08:08:54 | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:43 | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 02491d16-751f-4b2f-b18f-240436297195) | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 08:08:56,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 22c21b45-1b86-49d6-bf9b-41859b490f0b) | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 153.365 | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 123 | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 08:08:56,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 08:08:56,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.1935483871% 2018-05-19 08:09:03,273 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 08:09:03,273 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-19 08:09:03,277 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-05-19 08:09:03,278 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-19 08:09:23,757 - 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-19 08:09:23,757 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-19 08:09:23,788 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-19 08:09:23,900 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 08:09:23,900 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 08:09:23,904 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-19 08:09:24,834 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 09:18:39,211 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 09:18:39,212 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 69:14 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-19 09:18:39,216 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-19 09:18:39,216 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-19 09:18:39,305 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 09:18:41,856 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 09:18:41.455 11508 INFO rally.deployment.engine [-] Deployment 22c21b45-1b86-49d6-bf9b-41859b490f0b | Starting: Destroy cloud and free allocated resources. 2018-05-19 09:18:41.574 11508 INFO rally.deployment.engine [-] Deployment 22c21b45-1b86-49d6-bf9b-41859b490f0b | Completed: Destroy cloud and free allocated resources. 2018-05-19 09:18:41.616 11508 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195) for deployment 'opnfv-rally'. 2018-05-19 09:18:41.643 11508 INFO rally.api [-] Deleting verification (UUID=07fb2e6c-5f3a-4c5d-9a73-9999991f4a24). 2018-05-19 09:18:41.683 11508 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 09:18:41.683 11508 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195). 2018-05-19 09:18:41.691 11508 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 09:18:44,276 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 09:18:44.024 11511 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a2c2a8f0-e5e5-4802-87e1-03ae27566ff5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a2c2a8f0-e5e5-4802-87e1-03ae27566ff5 | 2018-05-19T09:18:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a2c2a8f0-e5e5-4802-87e1-03ae27566ff5 ~/.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-19 09:18:47,523 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-19 09:18:47,523 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 09:18:49,819 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 09:18:49.578 11517 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=02491d16-751f-4b2f-b18f-240436297195). 2018-05-19 09:18:49.700 11517 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 09:18:53,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 09:18:51.885 11520 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 09:18:52.036 11520 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 09:18:53.137 11520 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc59123a-2b83-4a2e-8e89-0e1286a6f43c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cc59123a-2b83-4a2e-8e89-0e1286a6f43c) as the default verifier for the future CLI operations. 2018-05-19 09:19:04,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 09:19:09,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 09:19:08.906 11539 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cc59123a-2b83-4a2e-8e89-0e1286a6f43c) for deployment 'opnfv-rally' (UUID=a2c2a8f0-e5e5-4802-87e1-03ae27566ff5). 2018-05-19 09:19:09.763 11539 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc59123a-2b83-4a2e-8e89-0e1286a6f43c) has been successfully configured for deployment 'opnfv-rally' (UUID=a2c2a8f0-e5e5-4802-87e1-03ae27566ff5)! 2018-05-19 09:19:12,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-cc59123a-2b83-4a2e-8e89-0e1286a6f43c/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-19 09:19:12,859 - 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-19 09:19:15,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 09:19:15.027 11548 INFO rally.api [-] Starting verification (UUID=3460490d-77ad-4879-8155-f8f4a2e74c33) for deployment 'opnfv-rally' (UUID=a2c2a8f0-e5e5-4802-87e1-03ae27566ff5) by verifier 'opnfv-tempest' (UUID=cc59123a-2b83-4a2e-8e89-0e1286a6f43c). 2018-05-19 09:21:07,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3460490d-77ad-4879-8155-f8f4a2e74c33']'. 2018-05-19 09:21:08,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3460490d-77ad-4879-8155-f8f4a2e74c33 | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 09:19:14 | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 09:21:07 | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cc59123a-2b83-4a2e-8e89-0e1286a6f43c) | 2018-05-19 09:21:08,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a2c2a8f0-e5e5-4802-87e1-03ae27566ff5) | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.352 | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 09:21:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 09:21:08,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-19 09:21:14,888 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 09:21:14,889 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:18 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-19 09:21:14,893 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-19 09:21:14,894 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:55 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 15:49 | FAIL | | rally_sanity | functest | smoke | 24:22 | PASS | | refstack_defcore | functest | smoke | 07:34 | FAIL | | patrole | functest | smoke | 03:15 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 69:14 | FAIL | | neutron_trunk | functest | smoke | 02:18 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-19 09:21:14,901 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-19 09:21:18,062 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-130 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 09:21:18,064 - 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=64WKvk2qRa4zVEBAmAjJQa6mV export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-05-19 09:21:18,064 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 09:21:18,065 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-05-19 09:21:18,066 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-19 09:21:18,066 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-19 09:24:55,808 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-19 09:24:55,925 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 09:24:55,925 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:38 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-19 09:24:55,929 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-05-19 09:42:49,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 09:42:58,791 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 09:42:58.493 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=db0cb84d-7f83-412c-9a1a-ae7d01f3e271) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | db0cb84d-7f83-412c-9a1a-ae7d01f3e271 | 2018-05-19T09:42:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: db0cb84d-7f83-412c-9a1a-ae7d01f3e271 ~/.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-19 09:43:02,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | 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-19 09:43:02,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 09:43:08,258 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 09:43:06.159 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 09:43:06.369 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 09:43:08.063 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a83d01e-65ee-441a-ae98-b752e075953b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8a83d01e-65ee-441a-ae98-b752e075953b) as the default verifier for the future CLI operations. 2018-05-19 09:43:14,132 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 09:43:13.097 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8a83d01e-65ee-441a-ae98-b752e075953b) for deployment 'opnfv-rally' (UUID=db0cb84d-7f83-412c-9a1a-ae7d01f3e271). 2018-05-19 09:43:13.970 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a83d01e-65ee-441a-ae98-b752e075953b) has been successfully configured for deployment 'opnfv-rally' (UUID=db0cb84d-7f83-412c-9a1a-ae7d01f3e271)! 2018-05-19 09:43:14,133 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 09:46:49,867 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-05-19 09:46:54,234 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-19 09:46:54,251 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-05-19 09:47:00,341 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-19 09:47:00,357 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-05-19 09:47:05,417 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-19 09:47:05,432 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-05-19 09:47:05,891 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-19 09:47:05,905 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-05-19 09:47:06,176 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-05-19 09:47:06,190 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-05-19 09:47:06,217 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-05-19 09:47:07,793 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-05-19 09:47:07,918 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 09:47:07,918 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 22:10 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-05-19 09:47:07,923 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-05-19 09:47:07,924 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:38 | PASS | | bgpvpn | sdnvpn | features | 22:10 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-19 09:47:07,928 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-19 09:47:13,641 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-130 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 09:47:13,643 - 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=64WKvk2qRa4zVEBAmAjJQa6mV export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-05-19 09:47:13,643 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 09:47:13,643 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-19 09:47:13,643 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-19 09:47:13,644 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-19 09:47:16,251 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-130 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 09:47:16,255 - 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=64WKvk2qRa4zVEBAmAjJQa6mV export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-05-19 09:47:16,255 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 09:47:16,256 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-19 09:47:16,257 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-19 09:47:16,258 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK