2018-05-07 06:59:23,568 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-97 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-07 06:59:23,572 - 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=8V79kgnRaaCgf84sw4fNAjJXw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-07 06:59:23,572 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-07 06:59:23,573 - 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-07 06:59:23,575 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-07 06:59:23,575 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-07 06:59:28,405 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-07 06:59:38,546 - 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.131s OK 2018-05-07 06:59:38,671 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 06:59:38,672 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-07 06:59:38,675 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-07 06:59:40,900 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-07 07:13:01,544 - 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 800.593s OK 2018-05-07 07:13:01,676 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 07:13:01,677 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-07 07:13:01,680 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-07 07:13:02,555 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-07 07:14:38,030 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 95.474s OK 2018-05-07 07:14:38,148 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 07:14:38,149 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-07 07:14:38,153 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 13:21 | PASS | | snaps_health_check | functest | healthcheck | 01:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-07 07:14:38,156 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-07 07:14:41,574 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-97 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-07 07:14:41,576 - 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=8V79kgnRaaCgf84sw4fNAjJXw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-07 07:14:41,576 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-07 07:14:41,577 - 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-07 07:14:41,578 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-07 07:14:41,578 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-07 07:14:43,312 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-07 07:14:43,313 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-07 07:14:43,750 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-07 07:14:43,750 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-07 07:14:44,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-07 07:14:44,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-07 07:14:44' 2018-05-07 07:14:44,162 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:14:47,782 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:14:51,266 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:14:59,798 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:15:00,530 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:15:01,366 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:15:08,884 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:15:13,073 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-87c2a1cc-9eb8-4cb3-8da1-73968af33165' 2018-05-07 07:15:37,840 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-07 07:15:44,479 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-07 07:15:44,625 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-07 07:15:45,632 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-07 07:15:45,632 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-07 07:15:45,632 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-07 07:15:46,128 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 07:15:46,129 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-07 07:16:03,466 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-07 07:16:03,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-07 07:16:03,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-07 07:16:03' 2018-05-07 07:16:03,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6bc04f92-ed3e-4949-b91f-5a423addf9cb' 2018-05-07 07:16:06,839 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6bc04f92-ed3e-4949-b91f-5a423addf9cb' 2018-05-07 07:16:09,363 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6bc04f92-ed3e-4949-b91f-5a423addf9cb' 2018-05-07 07:16:17,142 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6bc04f92-ed3e-4949-b91f-5a423addf9cb' 2018-05-07 07:16:17,867 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6bc04f92-ed3e-4949-b91f-5a423addf9cb' 2018-05-07 07:16:25,058 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6bc04f92-ed3e-4949-b91f-5a423addf9cb' 2018-05-07 07:16:32,102 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-07 07:16:41,825 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-07 07:16:44,511 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-07 07:16:44,637 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 07:16:44,637 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-07 07:17:04,823 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-07 07:17:04,951 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-07 07:17:09,691 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-07 07:17:09.395 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9d7745c1-a4ca-454c-a374-d2792460c9d4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9d7745c1-a4ca-454c-a374-d2792460c9d4 | 2018-05-07T07:17:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9d7745c1-a4ca-454c-a374-d2792460c9d4 ~/.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-07 07:17:12,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-07 07:17:12,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-07 07:17:19,087 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-07 07:17:17.009 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-07 07:17:17.169 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-07 07:17:18.881 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80) as the default verifier for the future CLI operations. 2018-05-07 07:17:22,061 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-07 07:17:24,561 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-07 07:17:30,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-07 07:17:35,449 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-07 07:17:34.459 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80) for deployment 'opnfv-rally' (UUID=9d7745c1-a4ca-454c-a374-d2792460c9d4). 2018-05-07 07:17:35.288 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80) has been successfully configured for deployment 'opnfv-rally' (UUID=9d7745c1-a4ca-454c-a374-d2792460c9d4)! 2018-05-07 07:17:35,449 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-07 07:17:35,449 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-07 07:17:35,452 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-07 07:17:35,455 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-07 07:17:40,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7a8a2462-7589-4660-9291-6e2d95c88f80/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-07 07:17:40,138 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-07 07:17:40,139 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-07 07:17:40,139 - 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-07 07:17:42,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:17:42.269 55 INFO rally.api [-] Starting verification (UUID=725f44ba-7d9a-492e-8d75-7ea2aaee0b03) for deployment 'opnfv-rally' (UUID=9d7745c1-a4ca-454c-a374-d2792460c9d4) by verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80). 2018-05-07 07:17:42,271 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 725f44ba-7d9a-492e-8d75-7ea2aaee0b03 2018-05-07 07:17:49,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:17:49.956 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.185s] 2018-05-07 07:17:50,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:17:50.019 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.063s] 2018-05-07 07:17:56,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:17:56.766 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.565s] 2018-05-07 07:17:59,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:17:59.948 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.182s] 2018-05-07 07:18:13,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:18:13.928 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.439s] 2018-05-07 07:18:30,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:18:30.928 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.621s] 2018-05-07 07:19:05,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:19:05.641 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-05-07 07:19:05,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:19:05.642 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-07 07:19:37,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:19:37.053 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.084s] 2018-05-07 07:19:37,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:19:37.054 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-07 07:20:07,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:20:07.964 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-05-07 07:20:07,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:20:07.966 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-07 07:21:52,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:21:52.537 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [75.116s] 2018-05-07 07:22:16,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:16.235 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-07 07:22:16,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:16.334 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-05-07 07:22:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:24.361 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.653s] 2018-05-07 07:22:24,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:24.370 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-07 07:22:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:26.195 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-07 07:22:26,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:26.196 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-07 07:22:30,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:30.332 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.397s] 2018-05-07 07:22:36,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:36.470 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.083s] 2018-05-07 07:22:43,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:43.349 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.716s] 2018-05-07 07:22:50,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:22:50.666 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.447s] 2018-05-07 07:23:00,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:00.620 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.346s] 2018-05-07 07:23:06,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:06.487 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.386s] 2018-05-07 07:23:12,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:12.329 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.188s] 2018-05-07 07:23:19,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:19.839 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.446s] 2018-05-07 07:23:27,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:27.249 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.453s] 2018-05-07 07:23:36,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:36.121 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.850s] 2018-05-07 07:23:38,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:38.649 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-07 07:23:40,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:40.627 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-05-07 07:23:40,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:40.696 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-05-07 07:23:40,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:40.775 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-05-07 07:23:40,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:40.782 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-07 07:23:44,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:44.850 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.801s] 2018-05-07 07:23:47,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:47.225 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.374s] 2018-05-07 07:23:49,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:49.724 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.499s] 2018-05-07 07:23:55,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:23:55.852 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-07 07:24:03,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:03.696 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.481s] 2018-05-07 07:24:16,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:16.087 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.432s] 2018-05-07 07:24:18,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:18.935 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.846s] 2018-05-07 07:24:30,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:30.702 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.938s] 2018-05-07 07:24:33,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:33.999 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.295s] 2018-05-07 07:24:40,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:40.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.587s] 2018-05-07 07:24:50,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:50.596 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.631s] 2018-05-07 07:24:54,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:24:54.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.439s] 2018-05-07 07:25:00,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:00.383 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.345s] 2018-05-07 07:25:15,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:15.101 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.280s] 2018-05-07 07:25:15,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:15.523 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.422s] 2018-05-07 07:25:15,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:15.788 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.264s] 2018-05-07 07:25:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:16.001 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.214s] 2018-05-07 07:25:16,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:16.408 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.405s] 2018-05-07 07:25:16,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:16.618 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.209s] 2018-05-07 07:25:31,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:31.807 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.401s] 2018-05-07 07:25:32,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:32.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.438s] 2018-05-07 07:25:32,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:32.387 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.141s] 2018-05-07 07:25:32,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:32.584 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.197s] 2018-05-07 07:25:32,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:32.977 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.393s] 2018-05-07 07:25:33,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:33.182 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.204s] 2018-05-07 07:25:47,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:47.097 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.123s] 2018-05-07 07:25:53,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:53.479 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.381s] 2018-05-07 07:25:55,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:55.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.045s] 2018-05-07 07:25:55,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:55.744 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.217s] 2018-05-07 07:25:55,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:25:55.804 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.062s] 2018-05-07 07:26:08,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:08.243 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.155s] 2018-05-07 07:26:14,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:14.452 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.209s] 2018-05-07 07:26:16,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:16.507 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.053s] 2018-05-07 07:26:16,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:16.728 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.222s] 2018-05-07 07:26:16,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:16.922 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.192s] 2018-05-07 07:26:32,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:32.278 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.508s] 2018-05-07 07:26:37,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:37.793 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.514s] 2018-05-07 07:26:42,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:42.655 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.861s] 2018-05-07 07:26:45,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:26:45.527 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.872s] 2018-05-07 07:27:11,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:11.349 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.646s] 2018-05-07 07:27:16,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:16.899 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.549s] 2018-05-07 07:27:21,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:21.488 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.588s] 2018-05-07 07:27:24,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:24.199 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.711s] 2018-05-07 07:27:41,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:41.017 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.851s] 2018-05-07 07:27:43,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:43.296 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.278s] 2018-05-07 07:27:43,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:43.498 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.203s] 2018-05-07 07:27:48,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:48.384 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.656s] 2018-05-07 07:27:50,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:50.468 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.081s] 2018-05-07 07:27:50,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:50.670 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2018-05-07 07:27:55,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:55.148 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.309s] 2018-05-07 07:27:58,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:27:58.612 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-05-07 07:28:00,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:00.231 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-07 07:28:00,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:00.234 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-07 07:28:00,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:00.236 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-07 07:28:00,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:00.237 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-07 07:28:00,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:00.238 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-07 07:28:02,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:02.129 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-07 07:28:16,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:16.820 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.872s] 2018-05-07 07:28:29,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:29.383 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.771s] 2018-05-07 07:28:43,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:43.927 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.542s] 2018-05-07 07:28:53,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:28:53.939 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.196s] 2018-05-07 07:32:33,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:32:33.284 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [212.730s] 2018-05-07 07:36:13,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:36:13.749 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [212.136s] 2018-05-07 07:36:58,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 07:36:58.305 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.368s] 2018-05-07 07:37:15,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '725f44ba-7d9a-492e-8d75-7ea2aaee0b03']'. 2018-05-07 07:37:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-07 07:37:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-07 07:37:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 07:37:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 725f44ba-7d9a-492e-8d75-7ea2aaee0b03 | 2018-05-07 07:37:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-07 07:37:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-07 07:17:42 | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-07 07:37:15 | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:33 | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7a8a2462-7589-4660-9291-6e2d95c88f80) | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9d7745c1-a4ca-454c-a374-d2792460c9d4) | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1150.612 | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-07 07:37:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-07 07:37:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-07 07:37:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-07 07:37:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-07 07:37:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 07:37:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-07 07:37:16,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-05-07 07:37:22,775 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 07:37:22,775 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 20:01 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-07 07:37:22,779 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-07 07:37:22,779 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-07 07:37:22,875 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-07 07:37:23,381 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-07 07:37:23,381 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-07 07:37:23,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-07 07:37:26,148 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-07 07:37:25.775 237 INFO rally.deployment.engine [-] Deployment 9d7745c1-a4ca-454c-a374-d2792460c9d4 | Starting: Destroy cloud and free allocated resources. 2018-05-07 07:37:25.874 237 INFO rally.deployment.engine [-] Deployment 9d7745c1-a4ca-454c-a374-d2792460c9d4 | Completed: Destroy cloud and free allocated resources. 2018-05-07 07:37:25.916 237 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80) for deployment 'opnfv-rally'. 2018-05-07 07:37:25.933 237 INFO rally.api [-] Deleting verification (UUID=725f44ba-7d9a-492e-8d75-7ea2aaee0b03). 2018-05-07 07:37:25.981 237 INFO rally.api [-] Verification has been successfully deleted! 2018-05-07 07:37:25.982 237 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80). 2018-05-07 07:37:25.989 237 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-07 07:37:29,159 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-07 07:37:28.817 240 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d7073971-2504-4b3b-8f16-61457adbd602) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d7073971-2504-4b3b-8f16-61457adbd602 | 2018-05-07T07:37:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d7073971-2504-4b3b-8f16-61457adbd602 ~/.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-07 07:37:32,473 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-07 07:37:32,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-07 07:37:34,045 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817'... 2018-05-07 07:37:37,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-c4aecc55-6356-4135-a319-f3b9aad48817'... 2018-05-07 07:37:39,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-c4aecc55-6356-4135-a319-f3b9aad48817'... 2018-05-07 07:37:45,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817'... 2018-05-07 07:37:45,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817'... 2018-05-07 07:37:46,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-07 07:37:46,524 - 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-07 07:37:46,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 07:37:46,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 07:37:46,541 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 07:38:47,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 2018-05-07 07:38:47,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-07 07:38:47,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8133e7df-cc40-4ca0-a6e6-6b6274a32e67'] 2018-05-07 07:38:48,187 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8133e7df-cc40-4ca0-a6e6-6b6274a32e67: 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 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | total | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> duration | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.478279 Full duration: 7.22768 -------------------------------------------------------------------------------- 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 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 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.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7826 Full duration: 7.598691 -------------------------------------------------------------------------------- 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 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> duration | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948791 Full duration: 7.776557 -------------------------------------------------------------------------------- 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 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808303 Full duration: 7.68261 -------------------------------------------------------------------------------- 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 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.067995 Full duration: 7.909107 -------------------------------------------------------------------------------- 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 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 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.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> duration | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701391 Full duration: 7.568566 HINTS: * To plot HTML graphics with this data, run: rally task report 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 --out output.html * To generate a JUnit report, run: rally task export 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8133e7df-cc40-4ca0-a6e6-6b6274a32e67 --json --out output.json 2018-05-07 07:38:48,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8133e7df-cc40-4ca0-a6e6-6b6274a32e67'] 2018-05-07 07:38:49,208 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 07:38:49,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8133e7df-cc40-4ca0-a6e6-6b6274a32e67', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-07 07:38:49,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-07 07:38:49,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-07 07:38:49,217 - 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-07 07:38:49,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 07:38:49,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 07:38:49,249 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 07:40:25,551 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 81373b1c-f4be-417c-aa89-30aaad312429 2018-05-07 07:40:25,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '81373b1c-f4be-417c-aa89-30aaad312429'] 2018-05-07 07:40:26,806 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 81373b1c-f4be-417c-aa89-30aaad312429: 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 81373b1c-f4be-417c-aa89-30aaad312429 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.057 | 4.057 | 4.057 | 4.057 | 4.057 | 4.057 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> glance_v2.upload_data | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | glance_v2.delete_image | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | total | 5.117 | 5.117 | 5.117 | 5.117 | 5.117 | 5.117 | 100.0% | 1 | | -> duration | 5.117 | 5.117 | 5.117 | 5.117 | 5.117 | 5.117 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.116655 Full duration: 13.524808 -------------------------------------------------------------------------------- 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 81373b1c-f4be-417c-aa89-30aaad312429 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.614 | 4.614 | 4.614 | 4.614 | 4.614 | 4.614 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> glance_v2.upload_data | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 100.0% | 1 | | glance_v2.list_images | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | total | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 100.0% | 1 | | -> duration | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.650685 Full duration: 17.084785 -------------------------------------------------------------------------------- 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 81373b1c-f4be-417c-aa89-30aaad312429 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.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | -> duration | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.362018 Full duration: 8.070237 -------------------------------------------------------------------------------- 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-c4aecc55-6356-4135-a319-f3b9aad48817" }, "number_instances": 2, "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] }, "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 81373b1c-f4be-417c-aa89-30aaad312429 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.121 | 4.121 | 4.121 | 4.121 | 4.121 | 4.121 | 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.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | nova.boot_servers | 13.763 | 13.763 | 13.763 | 13.763 | 13.763 | 13.763 | 100.0% | 1 | | total | 17.886 | 17.886 | 17.886 | 17.886 | 17.886 | 17.886 | 100.0% | 1 | | -> duration | 16.886 | 16.886 | 16.886 | 16.886 | 16.886 | 16.886 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.885653 Full duration: 39.039528 HINTS: * To plot HTML graphics with this data, run: rally task report 81373b1c-f4be-417c-aa89-30aaad312429 --out output.html * To generate a JUnit report, run: rally task export 81373b1c-f4be-417c-aa89-30aaad312429 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 81373b1c-f4be-417c-aa89-30aaad312429 --json --out output.json 2018-05-07 07:40:26,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '81373b1c-f4be-417c-aa89-30aaad312429'] 2018-05-07 07:40:27,835 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 07:40:27,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '81373b1c-f4be-417c-aa89-30aaad312429', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-07 07:40:27,841 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-07 07:40:27,842 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-07 07:40:27,842 - 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-07 07:40:27,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 07:40:27,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 07:40:27,860 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 07:43:46,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a8848c8e-24d4-4de2-a546-a7d7bb27cd54 2018-05-07 07:43:46,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a8848c8e-24d4-4de2-a546-a7d7bb27cd54'] 2018-05-07 07:43:47,770 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a8848c8e-24d4-4de2-a546-a7d7bb27cd54: 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.119 | 3.119 | 3.119 | 3.119 | 3.119 | 3.119 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.709 | 2.709 | 2.709 | 2.709 | 2.709 | 2.709 | 100.0% | 1 | | total | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 100.0% | 1 | | -> duration | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.828829 Full duration: 22.256441 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.204 | 3.204 | 3.204 | 3.204 | 3.204 | 3.204 | 100.0% | 1 | | cinder_v2.delete_volume | 2.62 | 2.62 | 2.62 | 2.62 | 2.62 | 2.62 | 100.0% | 1 | | total | 5.825 | 5.825 | 5.825 | 5.825 | 5.825 | 5.825 | 100.0% | 1 | | -> duration | 5.825 | 5.825 | 5.825 | 5.825 | 5.825 | 5.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.824524 Full duration: 15.786406 -------------------------------------------------------------------------------- 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-c4aecc55-6356-4135-a319-f3b9aad48817" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.719 | 8.719 | 8.719 | 8.719 | 8.719 | 8.719 | 100.0% | 1 | | cinder_v2.delete_volume | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | total | 11.341 | 11.341 | 11.341 | 11.341 | 11.341 | 11.341 | 100.0% | 1 | | -> duration | 11.341 | 11.341 | 11.341 | 11.341 | 11.341 | 11.341 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.341222 Full duration: 22.213243 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.28 | 3.28 | 3.28 | 3.28 | 3.28 | 3.28 | 100.0% | 1 | | cinder_v2.delete_volume | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 100.0% | 1 | | total | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 100.0% | 1 | | -> duration | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 5.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.762673 Full duration: 15.814136 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.673 | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 100.0% | 1 | | cinder_v2.extend_volume | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | cinder_v2.delete_volume | 2.625 | 2.625 | 2.625 | 2.625 | 2.625 | 2.625 | 100.0% | 1 | | total | 6.859 | 6.859 | 6.859 | 6.859 | 6.859 | 6.859 | 100.0% | 1 | | -> duration | 6.859 | 6.859 | 6.859 | 6.859 | 6.859 | 6.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.858586 Full duration: 17.122096 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.277 | 3.277 | 3.277 | 3.277 | 3.277 | 3.277 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | total | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 100.0% | 1 | | -> duration | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.883011 Full duration: 22.673689 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.list_qos | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787382 Full duration: 12.784673 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794883 Full duration: 12.518258 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.list_types | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784233 Full duration: 12.627616 -------------------------------------------------------------------------------- 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 a8848c8e-24d4-4de2-a546-a7d7bb27cd54 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.826288 Full duration: 12.608927 HINTS: * To plot HTML graphics with this data, run: rally task report a8848c8e-24d4-4de2-a546-a7d7bb27cd54 --out output.html * To generate a JUnit report, run: rally task export a8848c8e-24d4-4de2-a546-a7d7bb27cd54 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a8848c8e-24d4-4de2-a546-a7d7bb27cd54 --json --out output.json 2018-05-07 07:43:47,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a8848c8e-24d4-4de2-a546-a7d7bb27cd54'] 2018-05-07 07:43:48,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 07:43:48,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a8848c8e-24d4-4de2-a546-a7d7bb27cd54', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-07 07:43:48,863 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-07 07:43:48,863 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-07 07:43:48,864 - 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-07 07:43:48,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 07:43:48,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 07:43:48,890 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 07:45:10,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d 2018-05-07 07:45:10,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d'] 2018-05-07 07:45:11,358 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d: 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 f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d 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.319 | 4.319 | 4.319 | 4.319 | 4.319 | 4.319 | 100.0% | 1 | | heat.update_stack | 3.016 | 3.016 | 3.016 | 3.016 | 3.016 | 3.016 | 100.0% | 1 | | heat.delete_stack | 2.844 | 2.844 | 2.844 | 2.844 | 2.844 | 2.844 | 100.0% | 1 | | total | 10.179 | 10.179 | 10.179 | 10.179 | 10.179 | 10.179 | 100.0% | 1 | | -> duration | 6.179 | 6.179 | 6.179 | 6.179 | 6.179 | 6.179 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.179301 Full duration: 18.441646 -------------------------------------------------------------------------------- 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 f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d 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.803 | 4.803 | 4.803 | 4.803 | 4.803 | 4.803 | 100.0% | 1 | | heat.check_stack | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | heat.delete_stack | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | total | 7.217 | 7.217 | 7.217 | 7.217 | 7.217 | 7.217 | 100.0% | 1 | | -> duration | 5.217 | 5.217 | 5.217 | 5.217 | 5.217 | 5.217 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.216821 Full duration: 16.883043 -------------------------------------------------------------------------------- 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 f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d 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.355 | 4.355 | 4.355 | 4.355 | 4.355 | 4.355 | 100.0% | 1 | | heat.suspend_stack | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | heat.resume_stack | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 100.0% | 1 | | heat.delete_stack | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 100.0% | 1 | | total | 8.448 | 8.448 | 8.448 | 8.448 | 8.448 | 8.448 | 100.0% | 1 | | -> duration | 6.448 | 6.448 | 6.448 | 6.448 | 6.448 | 6.448 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.447831 Full duration: 16.88755 -------------------------------------------------------------------------------- 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 f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | total | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> duration | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.59081 Full duration: 8.418718 HINTS: * To plot HTML graphics with this data, run: rally task report f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d --out output.html * To generate a JUnit report, run: rally task export f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d --json --out output.json 2018-05-07 07:45:11,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d'] 2018-05-07 07:45:12,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 07:45:12,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f3d7d40c-7ae4-47c4-9a90-5b9ea662a34d', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-07 07:45:12,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-07 07:45:12,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-07 07:45:12,587 - 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-07 07:45:12,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 07:45:12,596 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 07:45:12,598 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 07:48:30,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b0a85265-e0aa-4664-8144-c6477c0b618b 2018-05-07 07:48:30,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b0a85265-e0aa-4664-8144-c6477c0b618b'] 2018-05-07 07:48:31,458 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b0a85265-e0aa-4664-8144-c6477c0b618b: 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 b0a85265-e0aa-4664-8144-c6477c0b618b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.revoke_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | total | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> duration | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76974 Full duration: 14.48699 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | keystone_v3.list_roles | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742587 Full duration: 14.569075 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752728 Full duration: 14.578462 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> duration | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627343 Full duration: 12.489589 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> duration | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.606258 Full duration: 12.081893 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | keystone_v3.create_user | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | -> keystone_v3.add_role | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 100.0% | 1 | | -> duration | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 1.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.893856 Full duration: 20.179467 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> duration | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.968887 Full duration: 12.591584 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b0a85265-e0aa-4664-8144-c6477c0b618b 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786126 Full duration: 14.344743 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b0a85265-e0aa-4664-8144-c6477c0b618b 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | total | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670512 Full duration: 14.53801 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | keystone_v3.list_users | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874105 Full duration: 14.663044 -------------------------------------------------------------------------------- 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 b0a85265-e0aa-4664-8144-c6477c0b618b 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | keystone_v3.create_users | 4.716 | 4.716 | 4.716 | 4.716 | 4.716 | 4.716 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.715 | 4.715 | 4.715 | 4.715 | 4.715 | 4.715 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | total | 6.305 | 6.305 | 6.305 | 6.305 | 6.305 | 6.305 | 100.0% | 1 | | -> duration | 6.305 | 6.305 | 6.305 | 6.305 | 6.305 | 6.305 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.305457 Full duration: 22.531536 HINTS: * To plot HTML graphics with this data, run: rally task report b0a85265-e0aa-4664-8144-c6477c0b618b --out output.html * To generate a JUnit report, run: rally task export b0a85265-e0aa-4664-8144-c6477c0b618b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b0a85265-e0aa-4664-8144-c6477c0b618b --json --out output.json 2018-05-07 07:48:31,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b0a85265-e0aa-4664-8144-c6477c0b618b'] 2018-05-07 07:48:32,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 07:48:32,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b0a85265-e0aa-4664-8144-c6477c0b618b', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-07 07:48:32,581 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-07 07:48:32,582 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-07 07:48:32,582 - 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-07 07:48:32,582 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 07:48:32,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 07:48:32,609 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 07:53:41,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8077a904-ddce-45a3-bfc4-225adc745de0 2018-05-07 07:53:41,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8077a904-ddce-45a3-bfc4-225adc745de0'] 2018-05-07 07:53:42,676 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8077a904-ddce-45a3-bfc4-225adc745de0: 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | neutron.delete_network | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | total | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> duration | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.977311 Full duration: 15.200389 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.448 | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 100.0% | 1 | | neutron.delete_port | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | total | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 100.0% | 1 | | -> duration | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.291599 Full duration: 28.702672 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | neutron.create_subnet | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | neutron.create_router | 0.373 | 0.373 | 0.373 | 0.373 | 0.373 | 0.373 | 100.0% | 1 | | neutron.add_interface_router | 1.534 | 1.534 | 1.534 | 1.534 | 1.534 | 1.534 | 100.0% | 1 | | neutron.remove_interface_router | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | neutron.delete_router | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | total | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 100.0% | 1 | | -> duration | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.151047 Full duration: 34.91452 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.076 | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 100.0% | 1 | | neutron.delete_subnet | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | total | 2.125 | 2.125 | 2.125 | 2.125 | 2.125 | 2.125 | 100.0% | 1 | | -> duration | 2.125 | 2.125 | 2.125 | 2.125 | 2.125 | 2.125 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.125006 Full duration: 28.021868 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | neutron.list_networks | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 100.0% | 1 | | total | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | -> duration | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.489216 Full duration: 17.383928 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | neutron.list_ports | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | -> duration | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.542275 Full duration: 28.589414 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | neutron.create_subnet | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | neutron.create_router | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | neutron.add_interface_router | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | neutron.list_routers | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 3.851 | 3.851 | 3.851 | 3.851 | 3.851 | 3.851 | 100.0% | 1 | | -> duration | 3.851 | 3.851 | 3.851 | 3.851 | 3.851 | 3.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.85066 Full duration: 37.502617 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | neutron.create_subnet | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | neutron.list_subnets | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 100.0% | 1 | | -> duration | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.086441 Full duration: 35.249997 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.delete_security_group | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | -> duration | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.271793 Full duration: 14.474258 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | neutron.create_security_group_rule | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | neutron.delete_security_group | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 2.029 | 2.029 | 2.029 | 2.029 | 2.029 | 2.029 | 100.0% | 1 | | -> duration | 2.029 | 2.029 | 2.029 | 2.029 | 2.029 | 2.029 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.029176 Full duration: 15.040616 -------------------------------------------------------------------------------- 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 8077a904-ddce-45a3-bfc4-225adc745de0 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.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | neutron.create_router | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | neutron.add_gateway_router | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | neutron.remove_gateway_router | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | total | 3.556 | 3.556 | 3.556 | 3.556 | 3.556 | 3.556 | 100.0% | 1 | | -> duration | 3.556 | 3.556 | 3.556 | 3.556 | 3.556 | 3.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.555578 Full duration: 24.209134 HINTS: * To plot HTML graphics with this data, run: rally task report 8077a904-ddce-45a3-bfc4-225adc745de0 --out output.html * To generate a JUnit report, run: rally task export 8077a904-ddce-45a3-bfc4-225adc745de0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8077a904-ddce-45a3-bfc4-225adc745de0 --json --out output.json 2018-05-07 07:53:42,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8077a904-ddce-45a3-bfc4-225adc745de0'] 2018-05-07 07:53:43,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 07:53:43,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8077a904-ddce-45a3-bfc4-225adc745de0', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-07 07:53:43,805 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-07 07:53:43,805 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-07 07:53:43,805 - 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-07 07:53:43,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 07:53:43,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 07:53:43,832 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 08:01:17,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 2018-05-07 08:01:17,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677'] 2018-05-07 08:01:18,496 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677: 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-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "block_migration": false, "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 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.344 | 9.344 | 9.344 | 9.344 | 9.344 | 9.344 | 100.0% | 1 | | nova.find_host_to_migrate | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 100.0% | 1 | | nova.live_migrate | 11.698 | 11.698 | 11.698 | 11.698 | 11.698 | 11.698 | 100.0% | 1 | | nova.delete_server | 2.989 | 2.989 | 2.989 | 2.989 | 2.989 | 2.989 | 100.0% | 1 | | total | 25.312 | 25.312 | 25.312 | 25.312 | 25.312 | 25.312 | 100.0% | 1 | | -> duration | 24.312 | 24.312 | 24.312 | 24.312 | 24.312 | 24.312 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.312279 Full duration: 34.738351 -------------------------------------------------------------------------------- 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-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 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.498 | 9.498 | 9.498 | 9.498 | 9.498 | 9.498 | 100.0% | 1 | | cinder_v2.create_volume | 2.88 | 2.88 | 2.88 | 2.88 | 2.88 | 2.88 | 100.0% | 1 | | nova.attach_volume | 4.123 | 4.123 | 4.123 | 4.123 | 4.123 | 4.123 | 100.0% | 1 | | nova.find_host_to_migrate | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | nova.live_migrate | 14.277 | 14.277 | 14.277 | 14.277 | 14.277 | 14.277 | 100.0% | 1 | | nova.detach_volume | 3.938 | 3.938 | 3.938 | 3.938 | 3.938 | 3.938 | 100.0% | 1 | | cinder_v2.delete_volume | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 100.0% | 1 | | nova.delete_server | 2.877 | 2.877 | 2.877 | 2.877 | 2.877 | 2.877 | 100.0% | 1 | | total | 41.477 | 41.477 | 41.477 | 41.477 | 41.477 | 41.477 | 100.0% | 1 | | -> duration | 40.477 | 40.477 | 40.477 | 40.477 | 40.477 | 40.477 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.476869 Full duration: 53.179639 -------------------------------------------------------------------------------- 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-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 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.846 | 8.846 | 8.846 | 8.846 | 8.846 | 8.846 | 100.0% | 1 | | nova.boot_server | 9.971 | 9.971 | 9.971 | 9.971 | 9.971 | 9.971 | 100.0% | 1 | | nova.find_host_to_migrate | 1.245 | 1.245 | 1.245 | 1.245 | 1.245 | 1.245 | 100.0% | 1 | | nova.live_migrate | 12.923 | 12.923 | 12.923 | 12.923 | 12.923 | 12.923 | 100.0% | 1 | | nova.delete_server | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 100.0% | 1 | | total | 35.95 | 35.95 | 35.95 | 35.95 | 35.95 | 35.95 | 100.0% | 1 | | -> duration | 34.95 | 34.95 | 34.95 | 34.95 | 34.95 | 34.95 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.950067 Full duration: 47.861873 -------------------------------------------------------------------------------- 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-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "server_kwargs": { "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] } }, "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 f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 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.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | nova.boot_server | 9.26 | 9.26 | 9.26 | 9.26 | 9.26 | 9.26 | 100.0% | 1 | | nova.delete_server | 3.535 | 3.535 | 3.535 | 3.535 | 3.535 | 3.535 | 100.0% | 1 | | nova.delete_keypair | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | total | 13.771 | 13.771 | 13.771 | 13.771 | 13.771 | 13.771 | 100.0% | 1 | | -> duration | 12.771 | 12.771 | 12.771 | 12.771 | 12.771 | 12.771 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.770833 Full duration: 37.519114 -------------------------------------------------------------------------------- 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-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "volume_size": 5, "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] }, "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 f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 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.794 | 8.794 | 8.794 | 8.794 | 8.794 | 8.794 | 100.0% | 1 | | nova.boot_server | 9.383 | 9.383 | 9.383 | 9.383 | 9.383 | 9.383 | 100.0% | 1 | | nova.delete_server | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 100.0% | 1 | | total | 21.6 | 21.6 | 21.6 | 21.6 | 21.6 | 21.6 | 100.0% | 1 | | -> duration | 20.6 | 20.6 | 20.6 | 20.6 | 20.6 | 20.6 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.599942 Full duration: 50.699816 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "force_delete": false, "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] }, "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 f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.406 | 7.406 | 7.406 | 7.406 | 7.406 | 7.406 | 100.0% | 1 | | nova.pause_server | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 100.0% | 1 | | nova.unpause_server | 2.751 | 2.751 | 2.751 | 2.751 | 2.751 | 2.751 | 100.0% | 1 | | nova.delete_server | 3.522 | 3.522 | 3.522 | 3.522 | 3.522 | 3.522 | 100.0% | 1 | | total | 16.485 | 16.485 | 16.485 | 16.485 | 16.485 | 16.485 | 100.0% | 1 | | -> duration | 11.485 | 11.485 | 11.485 | 11.485 | 11.485 | 11.485 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.485219 Full duration: 42.523602 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "nics": [ { "net-id": "aaf9e8e7-c717-443c-893d-138ff7594c3f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 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 | 11.036 | 11.036 | 11.036 | 11.036 | 11.036 | 11.036 | 100.0% | 1 | | nova.migrate | 71.305 | 71.305 | 71.305 | 71.305 | 71.305 | 71.305 | 100.0% | 1 | | nova.resize_confirm | 8.942 | 8.942 | 8.942 | 8.942 | 8.942 | 8.942 | 100.0% | 1 | | nova.delete_server | 5.605 | 5.605 | 5.605 | 5.605 | 5.605 | 5.605 | 100.0% | 1 | | total | 96.889 | 96.889 | 96.889 | 96.889 | 96.889 | 96.889 | 100.0% | 1 | | -> duration | 95.889 | 95.889 | 95.889 | 95.889 | 95.889 | 95.889 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 95.888625 Full duration: 106.491495 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817" }, "image": { "name": "Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.713 | 7.713 | 7.713 | 7.713 | 7.713 | 7.713 | 100.0% | 1 | | nova.list_interfaces | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 100.0% | 1 | | total | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 100.0% | 1 | | -> duration | 7.108 | 7.108 | 7.108 | 7.108 | 7.108 | 7.108 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.108022 Full duration: 37.63638 -------------------------------------------------------------------------------- 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 f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 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.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | nova.delete_server_group | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725488 Full duration: 9.675309 HINTS: * To plot HTML graphics with this data, run: rally task report f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 --out output.html * To generate a JUnit report, run: rally task export f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677 --json --out output.json 2018-05-07 08:01:18,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677'] 2018-05-07 08:01:19,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 08:01:19,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f0d8ebbd-a9e3-4d9e-983c-5365a7ee5677', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-07 08:01:19,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-07 08:01:19,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-07 08:01:19,550 - 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-07 08:01:19,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-07 08:01:19,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-07 08:01:19,571 - 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': 'aaf9e8e7-c717-443c-893d-138ff7594c3f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c4aecc55-6356-4135-a319-f3b9aad48817', 'flavor_name': 'rally-tiny-c4aecc55-6356-4135-a319-f3b9aad48817', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c4aecc55-6356-4135-a319-f3b9aad48817', '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-07 08:02:12,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 72e471ec-e43f-4fcf-8701-8b532f6705b8 2018-05-07 08:02:12,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '72e471ec-e43f-4fcf-8701-8b532f6705b8'] 2018-05-07 08:02:13,292 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 72e471ec-e43f-4fcf-8701-8b532f6705b8: 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 72e471ec-e43f-4fcf-8701-8b532f6705b8 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.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | quotas.delete_quotas | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.927836 Full duration: 9.00545 -------------------------------------------------------------------------------- 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 72e471ec-e43f-4fcf-8701-8b532f6705b8 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.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792726 Full duration: 8.518604 -------------------------------------------------------------------------------- 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 72e471ec-e43f-4fcf-8701-8b532f6705b8 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.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705726 Full duration: 8.8054 -------------------------------------------------------------------------------- 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 72e471ec-e43f-4fcf-8701-8b532f6705b8 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.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | total | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | -> duration | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.064208 Full duration: 9.239975 HINTS: * To plot HTML graphics with this data, run: rally task report 72e471ec-e43f-4fcf-8701-8b532f6705b8 --out output.html * To generate a JUnit report, run: rally task export 72e471ec-e43f-4fcf-8701-8b532f6705b8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 72e471ec-e43f-4fcf-8701-8b532f6705b8 --json --out output.json 2018-05-07 08:02:13,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '72e471ec-e43f-4fcf-8701-8b532f6705b8'] 2018-05-07 08:02:14,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-07 08:02:14,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '72e471ec-e43f-4fcf-8701-8b532f6705b8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-07 08:02:14,383 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-07 08:02:14,387 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:17 | 4 | 100.00% | | cinder | 02:46 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:39 | 11 | 100.00% | | nova | 07:00 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:52 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-07 08:02:14,387 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-07 08:02:22,276 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-07 08:02:22,277 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-07 08:02:22,803 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 08:02:22,804 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:59 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-07 08:02:22,808 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-07 08:02:22,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-07 08:02:25,307 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-07 08:02:25.029 11316 INFO rally.deployment.engine [-] Deployment d7073971-2504-4b3b-8f16-61457adbd602 | Starting: Destroy cloud and free allocated resources. 2018-05-07 08:02:25.111 11316 INFO rally.deployment.engine [-] Deployment d7073971-2504-4b3b-8f16-61457adbd602 | Completed: Destroy cloud and free allocated resources. 2018-05-07 08:02:25.131 11316 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80). 2018-05-07 08:02:25.135 11316 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-07 08:02:27,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-07 08:02:27.423 11319 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=50f0a6cb-7773-4646-974b-0c6af98e39d2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 50f0a6cb-7773-4646-974b-0c6af98e39d2 | 2018-05-07T08:02:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 50f0a6cb-7773-4646-974b-0c6af98e39d2 ~/.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-07 08:02:30,839 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-07 08:02:30,840 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-07 08:02:33,107 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-07 08:02:32.859 11325 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7a8a2462-7589-4660-9291-6e2d95c88f80). 2018-05-07 08:02:32.979 11325 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-07 08:02:36,518 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-07 08:02:35.104 11328 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-07 08:02:35.238 11328 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-07 08:02:36.333 11328 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9) as the default verifier for the future CLI operations. 2018-05-07 08:02:39,663 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-07 08:02:42,289 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-07 08:02:50,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-07 08:02:56,452 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-07 08:02:55.457 11347 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9) for deployment 'opnfv-rally' (UUID=50f0a6cb-7773-4646-974b-0c6af98e39d2). 2018-05-07 08:02:56.286 11347 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9) has been successfully configured for deployment 'opnfv-rally' (UUID=50f0a6cb-7773-4646-974b-0c6af98e39d2)! 2018-05-07 08:02:56,452 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-07 08:02:56,452 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-07 08:02:56,454 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-07 08:03:00,184 - 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-07 08:03:02,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:02.392 11359 INFO rally.api [-] Starting verification (UUID=67f85336-d35d-4c10-a9f0-db6994d10c4a) for deployment 'opnfv-rally' (UUID=50f0a6cb-7773-4646-974b-0c6af98e39d2) by verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9). 2018-05-07 08:03:02,393 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 67f85336-d35d-4c10-a9f0-db6994d10c4a 2018-05-07 08:03:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:12.532 11359 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.317s] 2018-05-07 08:03:13,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:13.711 11359 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.483s] 2018-05-07 08:03:13,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:13.919 11359 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.209s] 2018-05-07 08:03:15,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:15.636 11359 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.556s] 2018-05-07 08:03:16,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:16.623 11359 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.985s] 2018-05-07 08:03:16,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:16.940 11359 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.695s] 2018-05-07 08:03:18,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:18.351 11359 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.727s] 2018-05-07 08:03:20,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:20.736 11359 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.913s] 2018-05-07 08:03:27,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:27.523 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.590s] 2018-05-07 08:03:27,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:27.834 11359 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.061s] 2018-05-07 08:03:28,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:28.678 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.155s] 2018-05-07 08:03:32,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:32.485 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [20.461s] 2018-05-07 08:03:33,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:33.441 11359 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.605s] 2018-05-07 08:03:39,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:39.230 11359 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [22.284s] 2018-05-07 08:03:44,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:44.816 11359 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.880s] 2018-05-07 08:03:47,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:47.524 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.189s] 2018-05-07 08:03:47,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:47.716 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.192s] 2018-05-07 08:03:47,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:47.910 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.193s] 2018-05-07 08:03:49,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:49.170 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.258s] 2018-05-07 08:03:49,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:49.588 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.418s] 2018-05-07 08:03:49,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:49.825 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.236s] 2018-05-07 08:03:49,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:49.864 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-05-07 08:03:49,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:49.919 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.055s] 2018-05-07 08:03:49,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:49.970 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-05-07 08:03:50,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:50.018 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2018-05-07 08:03:50,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:50.059 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-05-07 08:03:50,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:50.135 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.074s] 2018-05-07 08:03:50,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:50.350 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.215s] 2018-05-07 08:03:50,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:50.411 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.061s] 2018-05-07 08:03:50,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:50.462 11359 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-05-07 08:03:53,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:53.357 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.633s] 2018-05-07 08:03:54,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:54.856 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.498s] 2018-05-07 08:03:56,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:56.602 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.746s] 2018-05-07 08:03:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:56.965 11359 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.927s] 2018-05-07 08:03:58,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:03:58.634 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.030s] 2018-05-07 08:04:00,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:00.269 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.634s] 2018-05-07 08:04:01,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:01.297 11359 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [26.459s] 2018-05-07 08:04:01,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:01.678 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.408s] 2018-05-07 08:04:02,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:02.252 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.574s] 2018-05-07 08:04:03,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:03.033 11359 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [23.801s] 2018-05-07 08:04:03,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:03.465 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.212s] 2018-05-07 08:04:03,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:03.761 11359 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.796s] 2018-05-07 08:04:04,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:04.016 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.550s] 2018-05-07 08:04:05,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:05.324 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.305s] 2018-05-07 08:04:05,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:05.552 11359 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.790s] 2018-05-07 08:04:05,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:05.608 11359 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-05-07 08:04:05,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:05.739 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.416s] 2018-05-07 08:04:05,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:05.801 11359 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.193s] 2018-05-07 08:04:06,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:06.002 11359 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-05-07 08:04:06,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:06.055 11359 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.053s] 2018-05-07 08:04:06,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:06.660 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.920s] 2018-05-07 08:04:07,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:07.216 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.557s] 2018-05-07 08:04:08,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.429 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-05-07 08:04:08,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.441 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-05-07 08:04:08,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.622 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.180s] 2018-05-07 08:04:08,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.634 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-05-07 08:04:08,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.645 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-05-07 08:04:08,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.678 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2018-05-07 08:04:08,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.746 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-05-07 08:04:08,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.810 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-05-07 08:04:08,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.953 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.736s] 2018-05-07 08:04:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.964 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.154s] 2018-05-07 08:04:08,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:08.983 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2018-05-07 08:04:09,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:09.057 11359 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.073s] 2018-05-07 08:04:09,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:09.344 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.391s] 2018-05-07 08:04:09,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:09.755 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.409s] 2018-05-07 08:04:10,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:10.000 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.245s] 2018-05-07 08:04:10,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:10.427 11359 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.426s] 2018-05-07 08:04:12,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:12.827 11359 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.794s] 2018-05-07 08:04:16,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:16.227 11359 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [57.867s] 2018-05-07 08:04:21,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:21.820 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.460s] 2018-05-07 08:04:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:26.275 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.455s] 2018-05-07 08:04:30,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:30.176 11359 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.072s] 2018-05-07 08:04:30,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:30.314 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.038s] 2018-05-07 08:04:31,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:31.463 11359 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [1.286s] 2018-05-07 08:04:34,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:34.269 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.953s] 2018-05-07 08:04:38,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:38.403 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.134s] 2018-05-07 08:04:42,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:42.462 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.058s] 2018-05-07 08:04:45,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:45.929 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.467s] 2018-05-07 08:04:52,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:52.330 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.399s] 2018-05-07 08:04:56,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:56.335 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.005s] 2018-05-07 08:04:56,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:56.450 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.115s] 2018-05-07 08:04:56,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:56.712 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.261s] 2018-05-07 08:04:56,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:56.776 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2018-05-07 08:04:56,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:56.834 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.057s] 2018-05-07 08:04:57,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:57.099 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.264s] 2018-05-07 08:04:57,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:57.344 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.245s] 2018-05-07 08:04:57,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:57.401 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-05-07 08:04:57,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:04:57.475 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.073s] 2018-05-07 08:05:03,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:03.252 11359 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.775s] 2018-05-07 08:05:10,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:10.835 11359 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [57.993s] 2018-05-07 08:05:15,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:15.167 11359 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.411s] 2018-05-07 08:05:15,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:15.538 11359 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.370s] 2018-05-07 08:05:17,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:17.086 11359 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.412s] 2018-05-07 08:05:22,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:22.595 11359 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.508s] 2018-05-07 08:05:31,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:31.000 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2018-05-07 08:05:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:31.177 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.176s] 2018-05-07 08:05:31,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:31.217 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.040s] 2018-05-07 08:05:31,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:31.410 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.193s] 2018-05-07 08:05:31,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:31.685 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.274s] 2018-05-07 08:05:32,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:32.534 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.846s] 2018-05-07 08:05:32,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:32.583 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.050s] 2018-05-07 08:05:32,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:32.627 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-05-07 08:05:32,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:32.813 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.185s] 2018-05-07 08:05:33,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:05:33.004 11359 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.191s] 2018-05-07 08:08:17,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:08:17.295 11359 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [255.986s] 2018-05-07 08:10:18,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:10:18.833 11359 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [121.530s] 2018-05-07 08:10:38,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:10:38.559 11359 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.726s] 2018-05-07 08:11:00,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:11:00.457 11359 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.494s] 2018-05-07 08:11:10,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:11:10.278 11359 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.818s] 2018-05-07 08:11:23,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:11:23.722 11359 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.443s] 2018-05-07 08:11:28,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '67f85336-d35d-4c10-a9f0-db6994d10c4a']'. 2018-05-07 08:11:29,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-07 08:11:29,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-07 08:11:29,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 08:11:29,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 67f85336-d35d-4c10-a9f0-db6994d10c4a | 2018-05-07 08:11:29,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-07 08:03:02 | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-07 08:11:28 | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:26 | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 19fceedb-58ca-4ad8-a474-7405856d5ae9) | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 50f0a6cb-7773-4646-974b-0c6af98e39d2) | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 111 | 2018-05-07 08:11:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 493.584 | 2018-05-07 08:11:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 110 | 2018-05-07 08:11:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-07 08:11:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-07 08:11:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-07 08:11:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-07 08:11:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 08:11:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-07 08:11:29,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.0990990991% 2018-05-07 08:11:36,244 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 08:11:36,244 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:56 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-07 08:11:36,249 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-07 08:11:36,249 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-07 08:11:36,359 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-07 08:11:38,759 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-07 08:11:38.426 11455 INFO rally.deployment.engine [-] Deployment 50f0a6cb-7773-4646-974b-0c6af98e39d2 | Starting: Destroy cloud and free allocated resources. 2018-05-07 08:11:38.496 11455 INFO rally.deployment.engine [-] Deployment 50f0a6cb-7773-4646-974b-0c6af98e39d2 | Completed: Destroy cloud and free allocated resources. 2018-05-07 08:11:38.519 11455 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9) for deployment 'opnfv-rally'. 2018-05-07 08:11:38.529 11455 INFO rally.api [-] Deleting verification (UUID=67f85336-d35d-4c10-a9f0-db6994d10c4a). 2018-05-07 08:11:38.559 11455 INFO rally.api [-] Verification has been successfully deleted! 2018-05-07 08:11:38.559 11455 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9). 2018-05-07 08:11:38.569 11455 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-07 08:11:41,137 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-07 08:11:40.916 11458 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=635d58f7-fc4a-478b-be4a-6d35a64e5a12) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 635d58f7-fc4a-478b-be4a-6d35a64e5a12 | 2018-05-07T08:11:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 635d58f7-fc4a-478b-be4a-6d35a64e5a12 ~/.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-07 08:11:44,336 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-07 08:11:44,336 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-07 08:11:46,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-07 08:11:46.381 11464 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=19fceedb-58ca-4ad8-a474-7405856d5ae9). 2018-05-07 08:11:46.502 11464 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-07 08:11:50,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-07 08:11:48.732 11467 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-07 08:11:48.862 11467 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-07 08:11:49.933 11467 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed) as the default verifier for the future CLI operations. 2018-05-07 08:11:53,029 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-07 08:11:55,574 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-07 08:12:01,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-07 08:12:07,163 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-07 08:12:06.148 11486 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed) for deployment 'opnfv-rally' (UUID=635d58f7-fc4a-478b-be4a-6d35a64e5a12). 2018-05-07 08:12:07.019 11486 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed) has been successfully configured for deployment 'opnfv-rally' (UUID=635d58f7-fc4a-478b-be4a-6d35a64e5a12)! 2018-05-07 08:12:07,164 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-07 08:12:07,164 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-07 08:12:07,166 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-07 08:12:07,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-07 08:12:10,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a2924caf-9353-4dda-ada9-5644c4dc03ed/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-07 08:12:10,352 - 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-07 08:12:12,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 08:12:12.499 11495 INFO rally.api [-] Starting verification (UUID=b8fab826-c6a0-4574-9f53-e941a1454094) for deployment 'opnfv-rally' (UUID=635d58f7-fc4a-478b-be4a-6d35a64e5a12) by verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed). 2018-05-07 08:12:12,500 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b8fab826-c6a0-4574-9f53-e941a1454094 2018-05-07 08:14:52,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b8fab826-c6a0-4574-9f53-e941a1454094']'. 2018-05-07 08:14:53,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-07 08:14:53,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-07 08:14:53,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 08:14:53,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b8fab826-c6a0-4574-9f53-e941a1454094 | 2018-05-07 08:14:53,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-07 08:12:12 | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-07 08:14:52 | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a2924caf-9353-4dda-ada9-5644c4dc03ed) | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 635d58f7-fc4a-478b-be4a-6d35a64e5a12) | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-07 08:14:53,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.416 | 2018-05-07 08:14:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-07 08:14:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-07 08:14:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-07 08:14:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-07 08:14:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-07 08:14:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 08:14:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-07 08:14:53,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-07 08:14:59,629 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 08:14:59,630 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-07 08:14:59,634 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-07 08:15:20,366 - 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-07 08:15:20,366 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-07 08:15:20,416 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-07 08:15:20,536 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 08:15:20,536 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-07 08:15:20,541 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-07 08:15:21,555 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-07 08:59:52,017 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 08:59:52,018 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 44:30 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-07 08:59:52,022 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-07 08:59:52,022 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-07 08:59:52,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-07 08:59:54,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-07 08:59:54.144 11585 INFO rally.deployment.engine [-] Deployment 635d58f7-fc4a-478b-be4a-6d35a64e5a12 | Starting: Destroy cloud and free allocated resources. 2018-05-07 08:59:54.307 11585 INFO rally.deployment.engine [-] Deployment 635d58f7-fc4a-478b-be4a-6d35a64e5a12 | Completed: Destroy cloud and free allocated resources. 2018-05-07 08:59:54.357 11585 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed) for deployment 'opnfv-rally'. 2018-05-07 08:59:54.386 11585 INFO rally.api [-] Deleting verification (UUID=b8fab826-c6a0-4574-9f53-e941a1454094). 2018-05-07 08:59:54.414 11585 INFO rally.api [-] Verification has been successfully deleted! 2018-05-07 08:59:54.415 11585 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed). 2018-05-07 08:59:54.425 11585 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-07 08:59:56,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-07 08:59:56.709 11588 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a0049c0f-15cc-4f74-9c45-b65eb2204af2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a0049c0f-15cc-4f74-9c45-b65eb2204af2 | 2018-05-07T08:59:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a0049c0f-15cc-4f74-9c45-b65eb2204af2 ~/.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-07 09:00:00,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-07 09:00:00,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-07 09:00:02,608 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-07 09:00:02.394 11594 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a2924caf-9353-4dda-ada9-5644c4dc03ed). 2018-05-07 09:00:02.504 11594 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-07 09:00:05,847 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-07 09:00:04.600 11597 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-07 09:00:04.732 11597 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-07 09:00:05.672 11597 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2f49a1ff-edc3-4243-943e-680ff5591bd4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2f49a1ff-edc3-4243-943e-680ff5591bd4) as the default verifier for the future CLI operations. 2018-05-07 09:00:17,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-07 09:00:22,710 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-07 09:00:21.681 11616 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2f49a1ff-edc3-4243-943e-680ff5591bd4) for deployment 'opnfv-rally' (UUID=a0049c0f-15cc-4f74-9c45-b65eb2204af2). 2018-05-07 09:00:22.544 11616 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2f49a1ff-edc3-4243-943e-680ff5591bd4) has been successfully configured for deployment 'opnfv-rally' (UUID=a0049c0f-15cc-4f74-9c45-b65eb2204af2)! 2018-05-07 09:00:25,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2f49a1ff-edc3-4243-943e-680ff5591bd4/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-07 09:00:25,674 - 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-07 09:00:27,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-07 09:00:27.771 11625 INFO rally.api [-] Starting verification (UUID=346cca55-1845-4448-99cd-5311dd5480d7) for deployment 'opnfv-rally' (UUID=a0049c0f-15cc-4f74-9c45-b65eb2204af2) by verifier 'opnfv-tempest' (UUID=2f49a1ff-edc3-4243-943e-680ff5591bd4). 2018-05-07 09:02:23,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '346cca55-1845-4448-99cd-5311dd5480d7']'. 2018-05-07 09:02:24,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-07 09:02:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-07 09:02:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 09:02:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 346cca55-1845-4448-99cd-5311dd5480d7 | 2018-05-07 09:02:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-07 09:02:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-07 09:00:27 | 2018-05-07 09:02:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-07 09:02:23 | 2018-05-07 09:02:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:56 | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2f49a1ff-edc3-4243-943e-680ff5591bd4) | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a0049c0f-15cc-4f74-9c45-b65eb2204af2) | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.086 | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-07 09:02:24,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-07 09:02:24,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-07 09:02:24,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-07 09:02:24,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-07 09:02:24,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-07 09:02:24,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-07 09:02:31,053 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 09:02:31,053 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:22 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-07 09:02:31,059 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-07 09:02:31,060 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:01 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 20:01 | FAIL | | rally_sanity | functest | smoke | 24:59 | PASS | | refstack_defcore | functest | smoke | 08:56 | FAIL | | patrole | functest | smoke | 03:06 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 44:30 | FAIL | | neutron_trunk | functest | smoke | 02:22 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-07 09:02:31,066 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-07 09:02:34,460 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-97 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-07 09:02:34,466 - 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=8V79kgnRaaCgf84sw4fNAjJXw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-07 09:02:34,466 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-07 09:02:34,467 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-07 09:02:34,468 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-07 09:02:34,472 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-07 09:02:36,994 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-97 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-07 09:02:36,999 - 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=8V79kgnRaaCgf84sw4fNAjJXw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-07 09:02:36,999 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-07 09:02:37,001 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-07 09:02:37,002 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-07 09:02:37,002 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-07 09:02:37,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-07 09:02:37,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-07 09:02:37,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-07 09:02:38,054 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-07 09:02:38,054 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-07 09:02:38,484 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-07 09:02:38,484 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-07 09:02:38,960 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-07 09:02:41,821 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-52bc37cb-67c8-4f46-9bf2-7fb39eb062b5, password=e3d0f74a-d341-4e08-9ada-ec887241b1f1, auth_url=http://172.30.9.29:5000/v3, project_name=cloudify_ims-52bc37cb-67c8-4f46-9bf2-7fb39eb062b5, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-07 09:02:41,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-07 09:02:43,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-07 09:02:43,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-07 09:04:11,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-07 09:04:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-07 09:04:22,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-07 09:04:28,879 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 164, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network d7b4e00b-7f91-45d2-b6be-c062b51250f4. Neutron server returns request_ids: ['req-3d762e72-d8f5-4735-8db6-793c769ab27d'] 2018-05-07 09:04:28,881 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-07 09:04:28,882 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-07 09:04:29,407 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 09:04:29,407 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:50 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-07 09:04:29,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 392, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-07 09:04:29,411 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-07 09:04:38,499 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-07 09:04:38,499 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-07 09:04:38,880 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-07 09:04:39,368 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-07 09:04:39,368 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-07 09:04:39,395 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-07 09:04:39,400 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-07 09:04:39,423 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-07 09:04:39,424 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-07 09:04:42,430 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-42c0e1e3-898e-4883-85d3-a7c4c4fb02e0, password=cd8d527c-effc-4bf8-8e94-d4ca4565d15b, auth_url=http://172.30.9.29:5000/v3, project_name=vyos_vrouter-42c0e1e3-898e-4883-85d3-a7c4c4fb02e0, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-07 09:04:42,430 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-07 09:04:42,430 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-07 09:04:42,430 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-07 09:06:10,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-07 09:06:22,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-07 09:06:23,211 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-07 09:06:29,684 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 186, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network d7b4e00b-7f91-45d2-b6be-c062b51250f4. Neutron server returns request_ids: ['req-86708424-8616-4035-8ee9-0e6abbd87d53'] 2018-05-07 09:06:29,818 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 09:06:29,819 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:50 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-07 09:06:29,822 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 417, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-07 09:06:29,822 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-07 09:06:38,546 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-07 09:06:38,546 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-07 09:06:38,636 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-07 09:06:38,655 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-07 09:06:38,655 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-07 09:06:41,662 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-7d6f587e-86c2-4db3-860f-ec2474a6d3e8, password=055b897f-7564-4cdf-9d38-7f97abef1682, auth_url=http://172.30.9.29:5000/v3, project_name=juju_epc-7d6f587e-86c2-4db3-860f-ec2474a6d3e8, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-07 09:06:42,052 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-07 09:06:43,105 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-05-07 09:06:43,106 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-07 09:06:44,753 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=e0260d77-9605-4b2b-942a-8eb3fb8b21df, auth_url=http://172.30.9.29:5000/v3, project_name=juju_epc-7d6f587e-86c2-4db3-860f-ec2474a6d3e8, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-07 09:06:44,854 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-07 09:06:44,855 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-07 09:06:44,855 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-07 09:06:48,701 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-07 09:06:51,574 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 270, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network d7b4e00b-7f91-45d2-b6be-c062b51250f4. Neutron server returns request_ids: ['req-48479ca8-c91a-49b7-86bd-f47474134ca8'] 2018-05-07 09:06:51,701 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-07 09:06:51,702 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:13 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-07 09:06:51,803 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-05-07 09:06:51,825 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-07 09:06:51,825 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-07 09:06:57,467 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-07 09:06:57,468 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 01:50 | FAIL | | vyos_vrouter | functest | vnf | 01:50 | FAIL | | juju_epc | functest | vnf | 00:13 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-07 09:06:57,472 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-07 09:07:00,089 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-97 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-07 09:07:00,091 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=8V79kgnRaaCgf84sw4fNAjJXw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-05-07 09:07:00,091 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-07 09:07:00,091 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-07 09:07:00,092 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-07 09:07:00,092 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK