2018-04-28 09:31:42,206 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-59 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 09:31:42,209 - 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=KhFW3ckzugc6PzjKfVsr62eVK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-04-28 09:31:42,209 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 09:31:42,209 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-28 09:31:42,210 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-28 09:31:42,210 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-28 09:31:44,898 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 09:31:54,501 - 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 9.592s OK 2018-04-28 09:31:54,617 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 09:31:54,618 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-28 09:31:54,622 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-28 09:31:56,718 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 09:44:10,682 - 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 733.910s OK 2018-04-28 09:44:10,814 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 09:44:10,814 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 09:44:10,818 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-28 09:44:11,714 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 09:45:46,583 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 94.868s OK 2018-04-28 09:45:46,698 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 09:45:46,698 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-28 09:45:46,702 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:14 | PASS | | snaps_health_check | functest | healthcheck | 01:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-28 09:45:46,705 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-28 09:45:49,403 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-59 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 09:45:49,407 - 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=KhFW3ckzugc6PzjKfVsr62eVK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-04-28 09:45:49,407 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 09:45:49,408 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-28 09:45:49,409 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-28 09:45:49,410 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-28 09:45:50,305 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-28 09:45:50,305 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-28 09:45:50,720 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-28 09:45:50,720 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-28 09:45:51,171 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-28 09:45:51,171 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-28 09:45:51' 2018-04-28 09:45:51,171 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:45:54,107 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:45:57,516 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:46:06,415 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:46:07,327 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:46:08,061 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:46:15,166 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:46:19,991 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-59571dca-54ae-41c0-9dd1-8a48919bad5f' 2018-04-28 09:46:40,379 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-28 09:47:49,229 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-28 09:47:49,366 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-28 09:47:50,373 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-28 09:48:08,556 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-28 09:48:08,556 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-28 09:48:09,072 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 09:48:09,072 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 09:48:09,076 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-28 09:48:09,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-28 09:48:09,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-28 09:48:09' 2018-04-28 09:48:09,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--ae89d81e-9282-46f6-bb38-1f3aeacabaac' 2018-04-28 09:48:12,259 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-ae89d81e-9282-46f6-bb38-1f3aeacabaac' 2018-04-28 09:48:15,031 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-ae89d81e-9282-46f6-bb38-1f3aeacabaac' 2018-04-28 09:48:22,178 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-ae89d81e-9282-46f6-bb38-1f3aeacabaac' 2018-04-28 09:48:22,903 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-ae89d81e-9282-46f6-bb38-1f3aeacabaac' 2018-04-28 09:48:29,423 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ae89d81e-9282-46f6-bb38-1f3aeacabaac' 2018-04-28 09:48:35,947 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-28 09:48:42,996 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-28 09:48:45,660 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-04-28 09:48:48,336 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-28 09:49:06,906 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 09:49:06,906 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-28 09:49:06,910 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-28 09:49:06,997 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 09:49:11,811 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 09:49:11.524 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c7a96aa6-6109-4ca6-995b-fab6d510c91b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c7a96aa6-6109-4ca6-995b-fab6d510c91b | 2018-04-28T09:49:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c7a96aa6-6109-4ca6-995b-fab6d510c91b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-28 09:49:15,193 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-28 09:49:15,194 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 09:49:20,537 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 09:49:19.209 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 09:49:19.352 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 09:49:20.364 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960) has been successfully created! Using verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960) as the default verifier for the future CLI operations. 2018-04-28 09:49:23,436 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-28 09:49:26,265 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-28 09:49:32,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 09:49:37,920 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 09:49:36.883 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960) for deployment 'opnfv-rally' (UUID=c7a96aa6-6109-4ca6-995b-fab6d510c91b). 2018-04-28 09:49:37.747 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960) has been successfully configured for deployment 'opnfv-rally' (UUID=c7a96aa6-6109-4ca6-995b-fab6d510c91b)! 2018-04-28 09:49:37,921 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-28 09:49:37,921 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-28 09:49:37,923 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-28 09:49:37,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-28 09:49:40,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-04592dc8-2e9b-450a-969b-9879d1e01960/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-28 09:49:40,932 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-28 09:49:40,934 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-28 09:49:40,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-28 09:49:43,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:49:43.129 55 INFO rally.api [-] Starting verification (UUID=fea812ae-8cd2-4692-b60b-fc1dc30e6576) for deployment 'opnfv-rally' (UUID=c7a96aa6-6109-4ca6-995b-fab6d510c91b) by verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960). 2018-04-28 09:49:43,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fea812ae-8cd2-4692-b60b-fc1dc30e6576 2018-04-28 09:49:50,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:49:50.367 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.191s] 2018-04-28 09:49:50,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:49:50.423 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-28 09:49:57,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:49:57.304 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.529s] 2018-04-28 09:50:00,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:50:00.782 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.478s] 2018-04-28 09:50:14,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:50:14.602 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.521s] 2018-04-28 09:50:32,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:50:32.317 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.569s] 2018-04-28 09:51:08,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:51:08.836 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-04-28 09:51:08,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:51:08.837 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-28 09:51:42,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:51:42.465 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-04-28 09:51:42,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:51:42.466 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-28 09:52:13,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:52:13.918 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-04-28 09:52:13,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:52:13.919 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-28 09:52:54,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:52:54.774 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.132s] 2018-04-28 09:53:17,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:17.485 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-04-28 09:53:17,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:17.585 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-04-28 09:53:24,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:24.646 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.669s] 2018-04-28 09:53:24,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:24.655 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-28 09:53:26,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:26.636 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-28 09:53:26,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:26.637 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-28 09:53:30,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:30.956 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.429s] 2018-04-28 09:53:37,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:37.629 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-04-28 09:53:44,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:44.512 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.663s] 2018-04-28 09:53:52,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:53:52.060 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.523s] 2018-04-28 09:54:01,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:01.801 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.184s] 2018-04-28 09:54:08,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:08.570 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.407s] 2018-04-28 09:54:14,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:14.168 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.194s] 2018-04-28 09:54:21,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:21.568 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.455s] 2018-04-28 09:54:29,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:29.192 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.465s] 2018-04-28 09:54:38,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:38.038 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.818s] 2018-04-28 09:54:40,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:40.884 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-28 09:54:42,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:42.855 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-04-28 09:54:42,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:42.920 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.065s] 2018-04-28 09:54:43,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:43.000 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.080s] 2018-04-28 09:54:43,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:43.007 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-28 09:54:47,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:47.397 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.884s] 2018-04-28 09:54:48,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:48.605 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.207s] 2018-04-28 09:54:50,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:50.811 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.206s] 2018-04-28 09:54:57,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:54:57.970 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-28 09:55:05,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:05.302 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.818s] 2018-04-28 09:55:18,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:18.184 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.749s] 2018-04-28 09:55:21,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:21.645 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.460s] 2018-04-28 09:55:33,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:33.016 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.001s] 2018-04-28 09:55:36,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:36.536 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.518s] 2018-04-28 09:55:45,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:45.438 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.901s] 2018-04-28 09:55:54,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:54.713 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.872s] 2018-04-28 09:55:57,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:55:57.907 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.193s] 2018-04-28 09:56:03,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:03.923 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.015s] 2018-04-28 09:56:21,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:21.868 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.790s] 2018-04-28 09:56:22,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:22.294 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.426s] 2018-04-28 09:56:22,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:22.727 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.432s] 2018-04-28 09:56:22,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:22.779 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.052s] 2018-04-28 09:56:23,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:23.115 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.335s] 2018-04-28 09:56:23,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:23.171 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.055s] 2018-04-28 09:56:38,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:38.533 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.678s] 2018-04-28 09:56:38,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:38.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.442s] 2018-04-28 09:56:39,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:39.235 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2018-04-28 09:56:39,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:39.457 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.221s] 2018-04-28 09:56:39,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:39.713 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.255s] 2018-04-28 09:56:39,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:39.920 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-04-28 09:56:53,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:53.161 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.642s] 2018-04-28 09:56:59,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:56:59.613 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.452s] 2018-04-28 09:57:01,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:01.418 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.803s] 2018-04-28 09:57:01,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:01.621 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.203s] 2018-04-28 09:57:01,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:01.681 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.060s] 2018-04-28 09:57:14,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:14.415 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.453s] 2018-04-28 09:57:20,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:20.961 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.544s] 2018-04-28 09:57:22,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:22.894 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.933s] 2018-04-28 09:57:23,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:23.097 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.203s] 2018-04-28 09:57:23,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:23.301 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.204s] 2018-04-28 09:57:38,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:38.765 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.001s] 2018-04-28 09:57:44,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:44.373 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.607s] 2018-04-28 09:57:49,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:49.261 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.887s] 2018-04-28 09:57:52,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:57:52.013 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.751s] 2018-04-28 09:58:17,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:17.596 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.238s] 2018-04-28 09:58:23,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:23.193 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.595s] 2018-04-28 09:58:27,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:27.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.445s] 2018-04-28 09:58:30,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:30.667 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.028s] 2018-04-28 09:58:47,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:47.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.617s] 2018-04-28 09:58:49,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:49.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.410s] 2018-04-28 09:58:50,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:50.188 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.197s] 2018-04-28 09:58:55,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:55.039 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.603s] 2018-04-28 09:58:57,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:57.787 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.746s] 2018-04-28 09:58:57,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:58:57.833 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-04-28 09:59:02,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:02.351 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.267s] 2018-04-28 09:59:06,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:06.262 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-04-28 09:59:07,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:07.656 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-28 09:59:07,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:07.660 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-28 09:59:07,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:07.661 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-28 09:59:07,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:07.662 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-28 09:59:07,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:07.663 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-28 09:59:09,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:09.649 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-28 09:59:25,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:25.656 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.324s] 2018-04-28 09:59:38,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:38.723 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.456s] 2018-04-28 09:59:50,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 09:59:50.945 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.218s] 2018-04-28 10:00:00,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:00:00.711 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2018-04-28 10:02:06,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:02:06.525 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [119.650s] 2018-04-28 10:03:46,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:03:46.433 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.451s] 2018-04-28 10:04:32,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:04:32.242 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.807s] 2018-04-28 10:04:48,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fea812ae-8cd2-4692-b60b-fc1dc30e6576']'. 2018-04-28 10:04:49,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 10:04:49,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 10:04:49,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 10:04:49,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fea812ae-8cd2-4692-b60b-fc1dc30e6576 | 2018-04-28 10:04:49,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-28 10:04:49,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 09:49:43 | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 10:04:47 | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:04 | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 04592dc8-2e9b-450a-969b-9879d1e01960) | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c7a96aa6-6109-4ca6-995b-fab6d510c91b) | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 884.144 | 2018-04-28 10:04:49,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-28 10:04:49,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-28 10:04:49,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 10:04:49,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 10:04:49,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-28 10:04:49,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 10:04:49,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 10:04:49,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-28 10:04:56,132 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 10:04:56,133 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:33 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-28 10:04:56,137 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-28 10:04:56,229 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-28 10:04:56,664 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-28 10:04:56,664 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-28 10:04:57,108 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 10:04:59,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 10:04:59.250 152 INFO rally.deployment.engine [-] Deployment c7a96aa6-6109-4ca6-995b-fab6d510c91b | Starting: Destroy cloud and free allocated resources. 2018-04-28 10:04:59.345 152 INFO rally.deployment.engine [-] Deployment c7a96aa6-6109-4ca6-995b-fab6d510c91b | Completed: Destroy cloud and free allocated resources. 2018-04-28 10:04:59.383 152 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960) for deployment 'opnfv-rally'. 2018-04-28 10:04:59.401 152 INFO rally.api [-] Deleting verification (UUID=fea812ae-8cd2-4692-b60b-fc1dc30e6576). 2018-04-28 10:04:59.438 152 INFO rally.api [-] Verification has been successfully deleted! 2018-04-28 10:04:59.438 152 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960). 2018-04-28 10:04:59.449 152 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 10:05:02,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 10:05:01.945 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f8f5854c-390b-4b8a-b009-4b21dcc7183b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f8f5854c-390b-4b8a-b009-4b21dcc7183b | 2018-04-28T10:05:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f8f5854c-390b-4b8a-b009-4b21dcc7183b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-28 10:05:05,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-28 10:05:05,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-28 10:05:07,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22'... 2018-04-28 10:05:10,333 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-32798d1c-016d-4701-91f3-65f6162dec22'... 2018-04-28 10:05:13,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-32798d1c-016d-4701-91f3-65f6162dec22'... 2018-04-28 10:05:18,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22'... 2018-04-28 10:05:19,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22'... 2018-04-28 10:05:19,812 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-28 10:05:19,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-28 10:05:19,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:05:19,831 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:05:19,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': ['authenticate'], 'concurrency': 4, 'netid': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:06:22,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4e003ce2-5d87-4605-898c-ae37bde7656e 2018-04-28 10:06:22,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-28 10:06:22,259 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4e003ce2-5d87-4605-898c-ae37bde7656e'] 2018-04-28 10:06:23,266 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4e003ce2-5d87-4605-898c-ae37bde7656e: 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 4e003ce2-5d87-4605-898c-ae37bde7656e 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.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | total | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> duration | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.489536 Full duration: 7.122474 -------------------------------------------------------------------------------- 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 4e003ce2-5d87-4605-898c-ae37bde7656e 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.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 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.794846 Full duration: 7.381051 -------------------------------------------------------------------------------- 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 4e003ce2-5d87-4605-898c-ae37bde7656e 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.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948481 Full duration: 8.107193 -------------------------------------------------------------------------------- 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 4e003ce2-5d87-4605-898c-ae37bde7656e 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.384 | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801944 Full duration: 7.568615 -------------------------------------------------------------------------------- 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 4e003ce2-5d87-4605-898c-ae37bde7656e 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 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.927557 Full duration: 7.970709 -------------------------------------------------------------------------------- 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 4e003ce2-5d87-4605-898c-ae37bde7656e 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.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740228 Full duration: 7.619358 HINTS: * To plot HTML graphics with this data, run: rally task report 4e003ce2-5d87-4605-898c-ae37bde7656e --out output.html * To generate a JUnit report, run: rally task export 4e003ce2-5d87-4605-898c-ae37bde7656e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4e003ce2-5d87-4605-898c-ae37bde7656e --json --out output.json 2018-04-28 10:06:23,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4e003ce2-5d87-4605-898c-ae37bde7656e'] 2018-04-28 10:06:24,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:06:24,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4e003ce2-5d87-4605-898c-ae37bde7656e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-28 10:06:24,206 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-28 10:06:24,206 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-28 10:06:24,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-28 10:06:24,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:06:24,213 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:06:24,213 - 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': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:07:58,356 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b162ee3e-0ffa-4f9f-9252-d4b41c120d19 2018-04-28 10:07:58,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b162ee3e-0ffa-4f9f-9252-d4b41c120d19'] 2018-04-28 10:07:59,346 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b162ee3e-0ffa-4f9f-9252-d4b41c120d19: 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 b162ee3e-0ffa-4f9f-9252-d4b41c120d19 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.373 | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | -> glance_v2.upload_data | 1.58 | 1.58 | 1.58 | 1.58 | 1.58 | 1.58 | 100.0% | 1 | | glance_v2.delete_image | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | total | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> duration | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.480407 Full duration: 13.690697 -------------------------------------------------------------------------------- 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 b162ee3e-0ffa-4f9f-9252-d4b41c120d19 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.503 | 4.503 | 4.503 | 4.503 | 4.503 | 4.503 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 100.0% | 1 | | -> glance_v2.upload_data | 1.496 | 1.496 | 1.496 | 1.496 | 1.496 | 1.496 | 100.0% | 1 | | glance_v2.list_images | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 4.693 | 4.693 | 4.693 | 4.693 | 4.693 | 4.693 | 100.0% | 1 | | -> duration | 4.693 | 4.693 | 4.693 | 4.693 | 4.693 | 4.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.693012 Full duration: 16.667689 -------------------------------------------------------------------------------- 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 b162ee3e-0ffa-4f9f-9252-d4b41c120d19 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> duration | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.33666 Full duration: 8.511949 -------------------------------------------------------------------------------- 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-32798d1c-016d-4701-91f3-65f6162dec22" }, "number_instances": 2, "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] }, "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 b162ee3e-0ffa-4f9f-9252-d4b41c120d19 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.116 | 4.116 | 4.116 | 4.116 | 4.116 | 4.116 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | -> glance_v2.upload_data | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | nova.boot_servers | 11.22 | 11.22 | 11.22 | 11.22 | 11.22 | 11.22 | 100.0% | 1 | | total | 15.337 | 15.337 | 15.337 | 15.337 | 15.337 | 15.337 | 100.0% | 1 | | -> duration | 14.337 | 14.337 | 14.337 | 14.337 | 14.337 | 14.337 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.336731 Full duration: 36.632371 HINTS: * To plot HTML graphics with this data, run: rally task report b162ee3e-0ffa-4f9f-9252-d4b41c120d19 --out output.html * To generate a JUnit report, run: rally task export b162ee3e-0ffa-4f9f-9252-d4b41c120d19 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b162ee3e-0ffa-4f9f-9252-d4b41c120d19 --json --out output.json 2018-04-28 10:07:59,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b162ee3e-0ffa-4f9f-9252-d4b41c120d19'] 2018-04-28 10:08:00,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:08:00,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b162ee3e-0ffa-4f9f-9252-d4b41c120d19', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-28 10:08:00,500 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-28 10:08:00,500 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-28 10:08:00,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-28 10:08:00,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:08:00,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:08:00,509 - 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': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:11:21,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 2018-04-28 10:11:21,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '46e84f7b-1c8d-4bf3-bbef-592e8660aad0'] 2018-04-28 10:11:22,623 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 46e84f7b-1c8d-4bf3-bbef-592e8660aad0: 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.175 | 3.175 | 3.175 | 3.175 | 3.175 | 3.175 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.228 | 3.228 | 3.228 | 3.228 | 3.228 | 3.228 | 100.0% | 1 | | total | 6.403 | 6.403 | 6.403 | 6.403 | 6.403 | 6.403 | 100.0% | 1 | | -> duration | 6.403 | 6.403 | 6.403 | 6.403 | 6.403 | 6.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.403078 Full duration: 23.833315 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.123 | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 100.0% | 1 | | cinder_v2.delete_volume | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 100.0% | 1 | | total | 5.738 | 5.738 | 5.738 | 5.738 | 5.738 | 5.738 | 100.0% | 1 | | -> duration | 5.738 | 5.738 | 5.738 | 5.738 | 5.738 | 5.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.737773 Full duration: 15.886779 -------------------------------------------------------------------------------- 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-32798d1c-016d-4701-91f3-65f6162dec22" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.701 | 8.701 | 8.701 | 8.701 | 8.701 | 8.701 | 100.0% | 1 | | cinder_v2.delete_volume | 2.475 | 2.475 | 2.475 | 2.475 | 2.475 | 2.475 | 100.0% | 1 | | total | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 100.0% | 1 | | -> duration | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 11.177 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.177107 Full duration: 22.451866 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | cinder_v2.delete_volume | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 100.0% | 1 | | total | 5.784 | 5.784 | 5.784 | 5.784 | 5.784 | 5.784 | 100.0% | 1 | | -> duration | 5.784 | 5.784 | 5.784 | 5.784 | 5.784 | 5.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.78373 Full duration: 16.444517 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.221 | 3.221 | 3.221 | 3.221 | 3.221 | 3.221 | 100.0% | 1 | | cinder_v2.extend_volume | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 100.0% | 1 | | cinder_v2.delete_volume | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 100.0% | 1 | | total | 8.532 | 8.532 | 8.532 | 8.532 | 8.532 | 8.532 | 100.0% | 1 | | -> duration | 8.532 | 8.532 | 8.532 | 8.532 | 8.532 | 8.532 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.531899 Full duration: 18.376423 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.209 | 3.209 | 3.209 | 3.209 | 3.209 | 3.209 | 100.0% | 1 | | cinder_v2.delete_volume | 2.773 | 2.773 | 2.773 | 2.773 | 2.773 | 2.773 | 100.0% | 1 | | total | 5.982 | 5.982 | 5.982 | 5.982 | 5.982 | 5.982 | 100.0% | 1 | | -> duration | 5.982 | 5.982 | 5.982 | 5.982 | 5.982 | 5.982 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.982114 Full duration: 23.588217 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | cinder_v2.list_qos | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.802257 Full duration: 12.582033 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.set_qos | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.815107 Full duration: 13.001295 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.list_types | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798684 Full duration: 12.27265 -------------------------------------------------------------------------------- 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 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> duration | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.8362 Full duration: 12.541759 HINTS: * To plot HTML graphics with this data, run: rally task report 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 --out output.html * To generate a JUnit report, run: rally task export 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 46e84f7b-1c8d-4bf3-bbef-592e8660aad0 --json --out output.json 2018-04-28 10:11:22,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '46e84f7b-1c8d-4bf3-bbef-592e8660aad0'] 2018-04-28 10:11:23,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:11:23,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '46e84f7b-1c8d-4bf3-bbef-592e8660aad0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-28 10:11:23,733 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-28 10:11:23,733 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-28 10:11:23,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-28 10:11:23,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:11:23,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:11:23,752 - 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': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:12:46,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 2018-04-28 10:12:46,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43'] 2018-04-28 10:12:48,026 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43: 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 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 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.428 | 4.428 | 4.428 | 4.428 | 4.428 | 4.428 | 100.0% | 1 | | heat.update_stack | 2.916 | 2.916 | 2.916 | 2.916 | 2.916 | 2.916 | 100.0% | 1 | | heat.delete_stack | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 100.0% | 1 | | total | 10.145 | 10.145 | 10.145 | 10.145 | 10.145 | 10.145 | 100.0% | 1 | | -> duration | 6.145 | 6.145 | 6.145 | 6.145 | 6.145 | 6.145 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.144506 Full duration: 18.551231 -------------------------------------------------------------------------------- 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 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 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.777 | 4.777 | 4.777 | 4.777 | 4.777 | 4.777 | 100.0% | 1 | | heat.check_stack | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | heat.delete_stack | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 100.0% | 1 | | total | 7.231 | 7.231 | 7.231 | 7.231 | 7.231 | 7.231 | 100.0% | 1 | | -> duration | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 5.231 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.230914 Full duration: 16.93278 -------------------------------------------------------------------------------- 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 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 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.621 | 4.621 | 4.621 | 4.621 | 4.621 | 4.621 | 100.0% | 1 | | heat.suspend_stack | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | heat.resume_stack | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 100.0% | 1 | | heat.delete_stack | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | total | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 100.0% | 1 | | -> duration | 6.675 | 6.675 | 6.675 | 6.675 | 6.675 | 6.675 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.675311 Full duration: 19.003254 -------------------------------------------------------------------------------- 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 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> duration | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.581579 Full duration: 8.543869 HINTS: * To plot HTML graphics with this data, run: rally task report 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 --out output.html * To generate a JUnit report, run: rally task export 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43 --json --out output.json 2018-04-28 10:12:48,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43'] 2018-04-28 10:12:49,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:12:49,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '93a1df7e-fde2-4fd8-b5f0-c7b48d5c5a43', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-28 10:12:49,080 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-28 10:12:49,080 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-28 10:12:49,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-28 10:12:49,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:12:49,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:12:49,098 - 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': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:16:05,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c04712a7-519d-4da7-8ea0-958e33a01147 2018-04-28 10:16:05,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c04712a7-519d-4da7-8ea0-958e33a01147'] 2018-04-28 10:16:06,659 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c04712a7-519d-4da7-8ea0-958e33a01147: 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 c04712a7-519d-4da7-8ea0-958e33a01147 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762247 Full duration: 14.529526 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714925 Full duration: 14.481934 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 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.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | keystone_v3.list_projects | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> duration | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.897436 Full duration: 14.620844 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 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.446 | 0.446 | 0.446 | 0.446 | 0.446 | 0.446 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> duration | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.553044 Full duration: 12.457053 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.648253 Full duration: 12.456527 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | keystone_v3.create_user | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.create_role | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_project | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.list_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 100.0% | 1 | | -> duration | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.758068 Full duration: 19.644706 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 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.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.991826 Full duration: 12.896633 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c04712a7-519d-4da7-8ea0-958e33a01147 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | total | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> duration | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796858 Full duration: 14.563821 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c04712a7-519d-4da7-8ea0-958e33a01147 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682533 Full duration: 14.636317 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | keystone_v3.list_users | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> duration | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833569 Full duration: 14.887004 -------------------------------------------------------------------------------- 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 c04712a7-519d-4da7-8ea0-958e33a01147 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.create_users | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 100.0% | 1 | | total | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 100.0% | 1 | | -> duration | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.491085 Full duration: 23.091977 HINTS: * To plot HTML graphics with this data, run: rally task report c04712a7-519d-4da7-8ea0-958e33a01147 --out output.html * To generate a JUnit report, run: rally task export c04712a7-519d-4da7-8ea0-958e33a01147 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c04712a7-519d-4da7-8ea0-958e33a01147 --json --out output.json 2018-04-28 10:16:06,660 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c04712a7-519d-4da7-8ea0-958e33a01147'] 2018-04-28 10:16:07,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:16:07,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c04712a7-519d-4da7-8ea0-958e33a01147', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-28 10:16:07,763 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-28 10:16:07,763 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-28 10:16:07,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-28 10:16:07,764 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:16:07,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:16:07,781 - 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': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:21:29,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e0196a43-ec7b-4763-8fd7-2c773fe327bb 2018-04-28 10:21:29,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e0196a43-ec7b-4763-8fd7-2c773fe327bb'] 2018-04-28 10:21:30,631 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e0196a43-ec7b-4763-8fd7-2c773fe327bb: 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb 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.172 | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 100.0% | 1 | | neutron.delete_network | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | total | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 100.0% | 1 | | -> duration | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.034779 Full duration: 15.493473 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb 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.437 | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 100.0% | 1 | | neutron.delete_port | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 2.196 | 2.196 | 2.196 | 2.196 | 2.196 | 2.196 | 100.0% | 1 | | -> duration | 2.196 | 2.196 | 2.196 | 2.196 | 2.196 | 2.196 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.195799 Full duration: 29.192728 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | neutron.create_subnet | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | neutron.create_router | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | neutron.add_interface_router | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 100.0% | 1 | | neutron.remove_interface_router | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 100.0% | 1 | | neutron.delete_router | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | total | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 100.0% | 1 | | -> duration | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 5.193 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.192828 Full duration: 36.091109 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb 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.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | neutron.delete_subnet | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | total | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 100.0% | 1 | | -> duration | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 2.077 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.076772 Full duration: 29.188277 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb 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.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | neutron.list_networks | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | total | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> duration | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.359384 Full duration: 16.920376 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb 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.409 | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 100.0% | 1 | | neutron.list_ports | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | total | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 100.0% | 1 | | -> duration | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.670878 Full duration: 32.387303 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb 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.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | neutron.create_subnet | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | neutron.create_router | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | neutron.add_interface_router | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 100.0% | 1 | | neutron.list_routers | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 100.0% | 1 | | -> duration | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.242452 Full duration: 42.287613 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb 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.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.create_subnet | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.list_subnets | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> duration | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.088281 Full duration: 34.757959 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | neutron.delete_security_group | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | -> duration | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.35679 Full duration: 14.6426 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.114 | 1.114 | 1.114 | 1.114 | 1.114 | 1.114 | 100.0% | 1 | | neutron.create_security_group_rule | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | neutron.delete_security_group | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 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.085545 Full duration: 15.0235 -------------------------------------------------------------------------------- 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 e0196a43-ec7b-4763-8fd7-2c773fe327bb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | neutron.create_router | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.add_gateway_router | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 100.0% | 1 | | neutron.remove_gateway_router | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | total | 3.714 | 3.714 | 3.714 | 3.714 | 3.714 | 3.714 | 100.0% | 1 | | -> duration | 3.714 | 3.714 | 3.714 | 3.714 | 3.714 | 3.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.713504 Full duration: 24.186012 HINTS: * To plot HTML graphics with this data, run: rally task report e0196a43-ec7b-4763-8fd7-2c773fe327bb --out output.html * To generate a JUnit report, run: rally task export e0196a43-ec7b-4763-8fd7-2c773fe327bb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e0196a43-ec7b-4763-8fd7-2c773fe327bb --json --out output.json 2018-04-28 10:21:30,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e0196a43-ec7b-4763-8fd7-2c773fe327bb'] 2018-04-28 10:21:31,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:21:31,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e0196a43-ec7b-4763-8fd7-2c773fe327bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-28 10:21:31,758 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-28 10:21:31,758 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-28 10:21:31,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-28 10:21:31,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:21:31,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:21:31,775 - 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': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:28:23,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f42a423c-e65d-44f9-9c84-376d738cacb8 2018-04-28 10:28:23,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f42a423c-e65d-44f9-9c84-376d738cacb8'] 2018-04-28 10:28:24,684 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f42a423c-e65d-44f9-9c84-376d738cacb8: 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-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "block_migration": false, "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f42a423c-e65d-44f9-9c84-376d738cacb8 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.536 | 9.536 | 9.536 | 9.536 | 9.536 | 9.536 | 100.0% | 1 | | nova.find_host_to_migrate | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | nova.live_migrate | 10.772 | 10.772 | 10.772 | 10.772 | 10.772 | 10.772 | 100.0% | 1 | | nova.delete_server | 2.668 | 2.668 | 2.668 | 2.668 | 2.668 | 2.668 | 100.0% | 1 | | total | 24.387 | 24.387 | 24.387 | 24.387 | 24.387 | 24.387 | 100.0% | 1 | | -> duration | 23.387 | 23.387 | 23.387 | 23.387 | 23.387 | 23.387 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.386999 Full duration: 33.798285 -------------------------------------------------------------------------------- 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-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f42a423c-e65d-44f9-9c84-376d738cacb8 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.499 | 10.499 | 10.499 | 10.499 | 10.499 | 10.499 | 100.0% | 1 | | cinder_v2.create_volume | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 100.0% | 1 | | nova.attach_volume | 4.118 | 4.118 | 4.118 | 4.118 | 4.118 | 4.118 | 100.0% | 1 | | nova.find_host_to_migrate | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | nova.live_migrate | 10.96 | 10.96 | 10.96 | 10.96 | 10.96 | 10.96 | 100.0% | 1 | | nova.detach_volume | 4.098 | 4.098 | 4.098 | 4.098 | 4.098 | 4.098 | 100.0% | 1 | | cinder_v2.delete_volume | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 100.0% | 1 | | nova.delete_server | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 2.465 | 100.0% | 1 | | total | 38.815 | 38.815 | 38.815 | 38.815 | 38.815 | 38.815 | 100.0% | 1 | | -> duration | 37.815 | 37.815 | 37.815 | 37.815 | 37.815 | 37.815 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.815286 Full duration: 50.40758 -------------------------------------------------------------------------------- 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-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f42a423c-e65d-44f9-9c84-376d738cacb8 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.887 | 8.887 | 8.887 | 8.887 | 8.887 | 8.887 | 100.0% | 1 | | nova.boot_server | 9.512 | 9.512 | 9.512 | 9.512 | 9.512 | 9.512 | 100.0% | 1 | | nova.find_host_to_migrate | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 100.0% | 1 | | nova.live_migrate | 16.435 | 16.435 | 16.435 | 16.435 | 16.435 | 16.435 | 100.0% | 1 | | nova.delete_server | 7.727 | 7.727 | 7.727 | 7.727 | 7.727 | 7.727 | 100.0% | 1 | | total | 43.803 | 43.803 | 43.803 | 43.803 | 43.803 | 43.803 | 100.0% | 1 | | -> duration | 42.803 | 42.803 | 42.803 | 42.803 | 42.803 | 42.803 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.80305 Full duration: 55.816813 -------------------------------------------------------------------------------- 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-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "server_kwargs": { "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] } }, "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 f42a423c-e65d-44f9-9c84-376d738cacb8 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | nova.boot_server | 8.1 | 8.1 | 8.1 | 8.1 | 8.1 | 8.1 | 100.0% | 1 | | nova.delete_server | 2.982 | 2.982 | 2.982 | 2.982 | 2.982 | 2.982 | 100.0% | 1 | | nova.delete_keypair | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 100.0% | 1 | | total | 11.878 | 11.878 | 11.878 | 11.878 | 11.878 | 11.878 | 100.0% | 1 | | -> duration | 10.878 | 10.878 | 10.878 | 10.878 | 10.878 | 10.878 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.878436 Full duration: 35.827312 -------------------------------------------------------------------------------- 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-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "volume_size": 5, "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] }, "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 f42a423c-e65d-44f9-9c84-376d738cacb8 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.736 | 8.736 | 8.736 | 8.736 | 8.736 | 8.736 | 100.0% | 1 | | nova.boot_server | 7.139 | 7.139 | 7.139 | 7.139 | 7.139 | 7.139 | 100.0% | 1 | | nova.delete_server | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 100.0% | 1 | | total | 18.578 | 18.578 | 18.578 | 18.578 | 18.578 | 18.578 | 100.0% | 1 | | -> duration | 17.578 | 17.578 | 17.578 | 17.578 | 17.578 | 17.578 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.577725 Full duration: 45.548595 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "force_delete": false, "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] }, "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 f42a423c-e65d-44f9-9c84-376d738cacb8 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.136 | 7.136 | 7.136 | 7.136 | 7.136 | 7.136 | 100.0% | 1 | | nova.pause_server | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 100.0% | 1 | | nova.unpause_server | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | nova.delete_server | 5.28 | 5.28 | 5.28 | 5.28 | 5.28 | 5.28 | 100.0% | 1 | | total | 18.025 | 18.025 | 18.025 | 18.025 | 18.025 | 18.025 | 100.0% | 1 | | -> duration | 13.025 | 13.025 | 13.025 | 13.025 | 13.025 | 13.025 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.025006 Full duration: 43.882869 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "nics": [ { "net-id": "6b31b5bb-df8d-429f-807c-2629ae3b18dd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f42a423c-e65d-44f9-9c84-376d738cacb8 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.41 | 9.41 | 9.41 | 9.41 | 9.41 | 9.41 | 100.0% | 1 | | nova.migrate | 34.605 | 34.605 | 34.605 | 34.605 | 34.605 | 34.605 | 100.0% | 1 | | nova.resize_confirm | 5.83 | 5.83 | 5.83 | 5.83 | 5.83 | 5.83 | 100.0% | 1 | | nova.delete_server | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 100.0% | 1 | | total | 52.562 | 52.562 | 52.562 | 52.562 | 52.562 | 52.562 | 100.0% | 1 | | -> duration | 51.562 | 51.562 | 51.562 | 51.562 | 51.562 | 51.562 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 51.562241 Full duration: 61.889083 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22" }, "image": { "name": "Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task f42a423c-e65d-44f9-9c84-376d738cacb8 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.list_interfaces | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | total | 9.742 | 9.742 | 9.742 | 9.742 | 9.742 | 9.742 | 100.0% | 1 | | -> duration | 8.742 | 8.742 | 8.742 | 8.742 | 8.742 | 8.742 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.74211 Full duration: 43.075064 -------------------------------------------------------------------------------- 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 f42a423c-e65d-44f9-9c84-376d738cacb8 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.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | nova.delete_server_group | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713561 Full duration: 9.241227 HINTS: * To plot HTML graphics with this data, run: rally task report f42a423c-e65d-44f9-9c84-376d738cacb8 --out output.html * To generate a JUnit report, run: rally task export f42a423c-e65d-44f9-9c84-376d738cacb8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f42a423c-e65d-44f9-9c84-376d738cacb8 --json --out output.json 2018-04-28 10:28:24,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f42a423c-e65d-44f9-9c84-376d738cacb8'] 2018-04-28 10:28:25,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:28:25,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f42a423c-e65d-44f9-9c84-376d738cacb8', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-28 10:28:25,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-28 10:28:25,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-28 10:28:25,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-28 10:28:25,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-28 10:28:25,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-28 10:28:25,775 - 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': '6b31b5bb-df8d-429f-807c-2629ae3b18dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-32798d1c-016d-4701-91f3-65f6162dec22', 'flavor_name': 'rally-tiny-32798d1c-016d-4701-91f3-65f6162dec22', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-32798d1c-016d-4701-91f3-65f6162dec22', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-28 10:29:19,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9f7d922b-946a-401f-978c-12f9c7cf9ac4 2018-04-28 10:29:19,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9f7d922b-946a-401f-978c-12f9c7cf9ac4'] 2018-04-28 10:29:20,613 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9f7d922b-946a-401f-978c-12f9c7cf9ac4: 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 9f7d922b-946a-401f-978c-12f9c7cf9ac4 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.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | quotas.delete_quotas | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> duration | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.980451 Full duration: 8.809446 -------------------------------------------------------------------------------- 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 9f7d922b-946a-401f-978c-12f9c7cf9ac4 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709898 Full duration: 8.567471 -------------------------------------------------------------------------------- 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 9f7d922b-946a-401f-978c-12f9c7cf9ac4 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749279 Full duration: 9.0417 -------------------------------------------------------------------------------- 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 9f7d922b-946a-401f-978c-12f9c7cf9ac4 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.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | total | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> duration | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.02229 Full duration: 9.051416 HINTS: * To plot HTML graphics with this data, run: rally task report 9f7d922b-946a-401f-978c-12f9c7cf9ac4 --out output.html * To generate a JUnit report, run: rally task export 9f7d922b-946a-401f-978c-12f9c7cf9ac4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9f7d922b-946a-401f-978c-12f9c7cf9ac4 --json --out output.json 2018-04-28 10:29:20,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9f7d922b-946a-401f-978c-12f9c7cf9ac4'] 2018-04-28 10:29:21,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-28 10:29:21,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9f7d922b-946a-401f-978c-12f9c7cf9ac4', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-28 10:29:21,675 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-28 10:29:21,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:15 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:50 | 11 | 100.00% | | nova | 06:19 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:28 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-28 10:29:21,679 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-28 10:29:30,256 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-28 10:29:30,256 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-28 10:29:30,775 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 10:29:30,776 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:33 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-28 10:29:30,780 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-28 10:29:30,870 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 10:29:33,224 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 10:29:32.964 11231 INFO rally.deployment.engine [-] Deployment f8f5854c-390b-4b8a-b009-4b21dcc7183b | Starting: Destroy cloud and free allocated resources. 2018-04-28 10:29:33.036 11231 INFO rally.deployment.engine [-] Deployment f8f5854c-390b-4b8a-b009-4b21dcc7183b | Completed: Destroy cloud and free allocated resources. 2018-04-28 10:29:33.045 11231 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960). 2018-04-28 10:29:33.046 11231 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 10:29:35,586 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 10:29:35.306 11234 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bcee5c94-2efe-4573-ae66-8bfee456d428) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bcee5c94-2efe-4573-ae66-8bfee456d428 | 2018-04-28T10:29:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bcee5c94-2efe-4573-ae66-8bfee456d428 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-28 10:29:38,831 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-28 10:29:38,831 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 10:29:41,280 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-28 10:29:41.012 11240 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=04592dc8-2e9b-450a-969b-9879d1e01960). 2018-04-28 10:29:41.138 11240 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-28 10:29:44,697 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 10:29:43.366 11243 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 10:29:43.498 11243 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 10:29:44.491 11243 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4) as the default verifier for the future CLI operations. 2018-04-28 10:29:47,625 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-28 10:29:50,588 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-28 10:29:57,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 10:30:03,240 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 10:30:02.203 11262 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4) for deployment 'opnfv-rally' (UUID=bcee5c94-2efe-4573-ae66-8bfee456d428). 2018-04-28 10:30:03.066 11262 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4) has been successfully configured for deployment 'opnfv-rally' (UUID=bcee5c94-2efe-4573-ae66-8bfee456d428)! 2018-04-28 10:30:03,241 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-28 10:30:03,241 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-28 10:30:03,243 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-28 10:30:05,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-28 10:30:07,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:07.615 11274 INFO rally.api [-] Starting verification (UUID=b70d1c4b-bdf8-4d1a-a7bd-8ca74ff3ce1e) for deployment 'opnfv-rally' (UUID=bcee5c94-2efe-4573-ae66-8bfee456d428) by verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4). 2018-04-28 10:30:07,616 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b70d1c4b-bdf8-4d1a-a7bd-8ca74ff3ce1e 2018-04-28 10:30:16,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:16.630 11274 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-04-28 10:30:16,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:16.835 11274 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.577s] 2018-04-28 10:30:16,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:16.897 11274 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.062s] 2018-04-28 10:30:16,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:16.961 11274 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.321s] 2018-04-28 10:30:16,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:16.993 11274 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.655s] 2018-04-28 10:30:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:19.486 11274 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.493s] 2018-04-28 10:30:21,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:21.131 11274 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.650s] 2018-04-28 10:30:22,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:22.600 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.188s] 2018-04-28 10:30:22,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:22.890 11274 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2018-04-28 10:30:22,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:22.971 11274 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-04-28 10:30:23,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:23.068 11274 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.097s] 2018-04-28 10:30:23,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:23.731 11274 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.812s] 2018-04-28 10:30:27,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:27.315 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.714s] 2018-04-28 10:30:27,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:27.495 11274 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.287s] 2018-04-28 10:30:27,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:27.672 11274 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.177s] 2018-04-28 10:30:28,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:28.972 11274 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.163s] 2018-04-28 10:30:29,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:29.146 11274 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.175s] 2018-04-28 10:30:29,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:29.264 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.949s] 2018-04-28 10:30:30,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:30.774 11274 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.626s] 2018-04-28 10:30:30,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:30.930 11274 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.156s] 2018-04-28 10:30:30,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:30.943 11274 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.013s] 2018-04-28 10:30:31,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:31.876 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.610s] 2018-04-28 10:30:33,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:33.064 11274 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.065s] 2018-04-28 10:30:34,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:34.835 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.957s] 2018-04-28 10:30:38,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:38.318 11274 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.252s] 2018-04-28 10:30:40,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:40.991 11274 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-04-28 10:30:41,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:41.745 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.909s] 2018-04-28 10:30:44,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:44.785 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.040s] 2018-04-28 10:30:44,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:44.793 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.065s] 2018-04-28 10:30:44,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:44.805 11274 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-04-28 10:30:44,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:44.973 11274 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [23.837s] 2018-04-28 10:30:44,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:44.982 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.177s] 2018-04-28 10:30:44,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:44.995 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-04-28 10:30:45,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.006 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-04-28 10:30:45,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.044 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.038s] 2018-04-28 10:30:45,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.122 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.077s] 2018-04-28 10:30:45,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.190 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.067s] 2018-04-28 10:30:45,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.247 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.461s] 2018-04-28 10:30:45,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.278 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.031s] 2018-04-28 10:30:45,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.297 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-04-28 10:30:45,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.315 11274 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-28 10:30:45,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.882 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.692s] 2018-04-28 10:30:45,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.899 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-04-28 10:30:45,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:45.973 11274 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.074s] 2018-04-28 10:30:47,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:47.126 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.562s] 2018-04-28 10:30:47,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:47.846 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.719s] 2018-04-28 10:30:48,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:48.869 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.023s] 2018-04-28 10:30:49,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:49.390 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.520s] 2018-04-28 10:30:49,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:49.773 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.383s] 2018-04-28 10:30:49,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:49.851 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.077s] 2018-04-28 10:30:49,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:49.946 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.095s] 2018-04-28 10:30:50,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:50.014 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-04-28 10:30:50,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:50.107 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.092s] 2018-04-28 10:30:50,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:50.177 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-04-28 10:30:50,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:50.313 11274 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.135s] 2018-04-28 10:30:50,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:50.368 11274 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.825s] 2018-04-28 10:30:56,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:56.393 11274 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.827s] 2018-04-28 10:30:56,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:56.686 11274 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.292s] 2018-04-28 10:30:56,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:56.894 11274 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.207s] 2018-04-28 10:30:57,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:57.353 11274 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.458s] 2018-04-28 10:30:58,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:58.058 11274 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.705s] 2018-04-28 10:30:58,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:30:58.779 11274 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.720s] 2018-04-28 10:31:03,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:03.602 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.481s] 2018-04-28 10:31:03,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:03.734 11274 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.020s] 2018-04-28 10:31:07,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:07.467 11274 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.194s] 2018-04-28 10:31:08,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:08.493 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.890s] 2018-04-28 10:31:09,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:09.155 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.374s] 2018-04-28 10:31:10,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:10.175 11274 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.195s] 2018-04-28 10:31:11,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:11.998 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.842s] 2018-04-28 10:31:12,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:12.794 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.301s] 2018-04-28 10:31:13,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:13.130 11274 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.395s] 2018-04-28 10:31:15,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:15.953 11274 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.823s] 2018-04-28 10:31:16,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:16.090 11274 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.136s] 2018-04-28 10:31:16,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:16.543 11274 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.452s] 2018-04-28 10:31:16,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:16.609 11274 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.066s] 2018-04-28 10:31:16,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:16.813 11274 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.203s] 2018-04-28 10:31:18,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:18.124 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.328s] 2018-04-28 10:31:18,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:18.904 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.902s] 2018-04-28 10:31:19,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:19.912 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.010s] 2018-04-28 10:31:21,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:21.113 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.989s] 2018-04-28 10:31:22,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:22.963 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.049s] 2018-04-28 10:31:24,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:24.495 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.531s] 2018-04-28 10:31:25,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:25.652 11274 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.477s] 2018-04-28 10:31:27,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:27.483 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.983s] 2018-04-28 10:31:27,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:27.672 11274 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.192s] 2018-04-28 10:31:28,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:28.020 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.906s] 2018-04-28 10:31:30,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:30.717 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.696s] 2018-04-28 10:31:37,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:37.956 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.237s] 2018-04-28 10:31:41,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:41.684 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.729s] 2018-04-28 10:31:41,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:41.793 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.108s] 2018-04-28 10:31:42,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:42.040 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.246s] 2018-04-28 10:31:42,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:42.093 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.053s] 2018-04-28 10:31:42,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:42.157 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.063s] 2018-04-28 10:31:42,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:42.394 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.237s] 2018-04-28 10:31:42,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:42.636 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.241s] 2018-04-28 10:31:42,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:42.705 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.068s] 2018-04-28 10:31:42,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:42.893 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.188s] 2018-04-28 10:31:48,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:31:48.219 11274 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.325s] 2018-04-28 10:32:01,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:01.637 11274 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.472s] 2018-04-28 10:32:08,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:08.751 11274 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.113s] 2018-04-28 10:32:24,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:24.825 11274 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.162s] 2018-04-28 10:32:29,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:29.130 11274 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.341s] 2018-04-28 10:32:29,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:29.501 11274 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.370s] 2018-04-28 10:32:42,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:42.960 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.543s] 2018-04-28 10:32:43,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:43.485 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.524s] 2018-04-28 10:32:43,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:43.677 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.191s] 2018-04-28 10:32:43,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:43.868 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.190s] 2018-04-28 10:32:43,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:43.899 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-04-28 10:32:44,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:44.326 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.426s] 2018-04-28 10:32:44,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:44.513 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.187s] 2018-04-28 10:32:44,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:44.584 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.069s] 2018-04-28 10:32:44,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:44.625 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-04-28 10:32:44,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:32:44.808 11274 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.183s] 2018-04-28 10:33:56,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:33:56.710 11274 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [207.422s] 2018-04-28 10:34:26,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:26.141 11274 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.424s] 2018-04-28 10:34:40,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.027 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.172s] 2018-04-28 10:34:40,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.216 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.189s] 2018-04-28 10:34:40,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.407 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.191s] 2018-04-28 10:34:40,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.572 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.165s] 2018-04-28 10:34:40,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.587 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.015s] 2018-04-28 10:34:40,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.743 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.155s] 2018-04-28 10:34:40,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.791 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.047s] 2018-04-28 10:34:40,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.828 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.037s] 2018-04-28 10:34:40,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:40.994 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.164s] 2018-04-28 10:34:41,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:41.027 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-04-28 10:34:41,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:41.194 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.165s] 2018-04-28 10:34:41,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:41.382 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.187s] 2018-04-28 10:34:41,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:41.585 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.203s] 2018-04-28 10:34:41,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:41.776 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.190s] 2018-04-28 10:34:41,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:41.815 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.039s] 2018-04-28 10:34:42,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.004 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.188s] 2018-04-28 10:34:42,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.183 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.179s] 2018-04-28 10:34:42,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.372 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.188s] 2018-04-28 10:34:42,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.382 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-04-28 10:34:42,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.692 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.309s] 2018-04-28 10:34:42,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.732 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.036s] 2018-04-28 10:34:42,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.762 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-04-28 10:34:42,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:34:42.797 11274 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-04-28 10:34:47,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b70d1c4b-bdf8-4d1a-a7bd-8ca74ff3ce1e']'. 2018-04-28 10:34:48,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b70d1c4b-bdf8-4d1a-a7bd-8ca74ff3ce1e | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 10:30:07 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 10:34:47 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:40 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1b43ece5-41f3-4add-a536-9b5d6aa387e4) | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bcee5c94-2efe-4573-ae66-8bfee456d428) | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 142 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 268.478 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 136 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 10:34:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 6 | 2018-04-28 10:34:48,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 10:34:48,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 10:34:48,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 95.7746478873% 2018-04-28 10:34:56,286 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 10:34:56,287 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:09 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-28 10:34:56,292 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-28 10:34:56,292 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-28 10:34:56,380 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 10:34:58,812 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 10:34:58.417 11364 INFO rally.deployment.engine [-] Deployment bcee5c94-2efe-4573-ae66-8bfee456d428 | Starting: Destroy cloud and free allocated resources. 2018-04-28 10:34:58.494 11364 INFO rally.deployment.engine [-] Deployment bcee5c94-2efe-4573-ae66-8bfee456d428 | Completed: Destroy cloud and free allocated resources. 2018-04-28 10:34:58.537 11364 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4) for deployment 'opnfv-rally'. 2018-04-28 10:34:58.556 11364 INFO rally.api [-] Deleting verification (UUID=b70d1c4b-bdf8-4d1a-a7bd-8ca74ff3ce1e). 2018-04-28 10:34:58.595 11364 INFO rally.api [-] Verification has been successfully deleted! 2018-04-28 10:34:58.596 11364 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4). 2018-04-28 10:34:58.607 11364 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 10:35:01,473 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 10:35:01.089 11367 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=24da91b8-2f58-47b0-afb3-b74f91ee1ac8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 24da91b8-2f58-47b0-afb3-b74f91ee1ac8 | 2018-04-28T10:35:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 24da91b8-2f58-47b0-afb3-b74f91ee1ac8 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-28 10:35:04,776 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-28 10:35:04,776 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 10:35:07,142 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-28 10:35:06.835 11373 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1b43ece5-41f3-4add-a536-9b5d6aa387e4). 2018-04-28 10:35:06.995 11373 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-28 10:35:10,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 10:35:09.243 11376 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 10:35:09.385 11376 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 10:35:10.434 11376 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc) as the default verifier for the future CLI operations. 2018-04-28 10:35:13,599 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-28 10:35:16,135 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-28 10:35:24,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 10:35:30,141 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 10:35:29.087 11395 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc) for deployment 'opnfv-rally' (UUID=24da91b8-2f58-47b0-afb3-b74f91ee1ac8). 2018-04-28 10:35:30.006 11395 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc) has been successfully configured for deployment 'opnfv-rally' (UUID=24da91b8-2f58-47b0-afb3-b74f91ee1ac8)! 2018-04-28 10:35:30,141 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-28 10:35:30,141 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-28 10:35:30,142 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-28 10:35:30,150 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-28 10:35:33,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-12557d83-03b2-4c12-95f0-febadf169ebc/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-28 10:35:33,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-28 10:35:35,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 10:35:35.626 11404 INFO rally.api [-] Starting verification (UUID=1c9ebac9-9322-43bd-92ea-cc5f1ae06e7c) for deployment 'opnfv-rally' (UUID=24da91b8-2f58-47b0-afb3-b74f91ee1ac8) by verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc). 2018-04-28 10:35:35,627 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1c9ebac9-9322-43bd-92ea-cc5f1ae06e7c 2018-04-28 10:38:20,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1c9ebac9-9322-43bd-92ea-cc5f1ae06e7c']'. 2018-04-28 10:38:21,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 10:38:21,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 10:38:21,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 10:38:21,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1c9ebac9-9322-43bd-92ea-cc5f1ae06e7c | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 10:35:35 | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 10:38:20 | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:45 | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 12557d83-03b2-4c12-95f0-febadf169ebc) | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 24da91b8-2f58-47b0-afb3-b74f91ee1ac8) | 2018-04-28 10:38:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 154.55 | 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 10:38:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 10:38:21,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-28 10:38:29,073 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 10:38:29,073 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 10:38:29,078 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-28 10:38:50,397 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-28 10:38:50,397 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-28 10:38:50,447 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-28 10:38:50,564 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 10:38:50,565 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-28 10:38:50,568 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-28 10:38:51,504 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-28 11:21:04,846 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 11:21:04,846 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:13 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-28 11:21:04,850 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-28 11:21:04,851 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-28 11:21:04,937 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-28 11:21:07,439 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-28 11:21:07.055 11494 INFO rally.deployment.engine [-] Deployment 24da91b8-2f58-47b0-afb3-b74f91ee1ac8 | Starting: Destroy cloud and free allocated resources. 2018-04-28 11:21:07.140 11494 INFO rally.deployment.engine [-] Deployment 24da91b8-2f58-47b0-afb3-b74f91ee1ac8 | Completed: Destroy cloud and free allocated resources. 2018-04-28 11:21:07.167 11494 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc) for deployment 'opnfv-rally'. 2018-04-28 11:21:07.183 11494 INFO rally.api [-] Deleting verification (UUID=1c9ebac9-9322-43bd-92ea-cc5f1ae06e7c). 2018-04-28 11:21:07.222 11494 INFO rally.api [-] Verification has been successfully deleted! 2018-04-28 11:21:07.223 11494 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc). 2018-04-28 11:21:07.234 11494 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-28 11:21:09,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-28 11:21:09.440 11497 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=49cdbca4-eedd-4833-ae33-6b8b40e827cb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 49cdbca4-eedd-4833-ae33-6b8b40e827cb | 2018-04-28T11:21:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 49cdbca4-eedd-4833-ae33-6b8b40e827cb ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-28 11:21:13,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-28 11:21:13,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-28 11:21:15,296 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-28 11:21:15.063 11503 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=12557d83-03b2-4c12-95f0-febadf169ebc). 2018-04-28 11:21:15.186 11503 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-28 11:21:18,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-28 11:21:17.309 11506 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-28 11:21:17.458 11506 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-28 11:21:18.463 11506 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f10ef4b-e91b-4133-8420-c63f060f51cd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7f10ef4b-e91b-4133-8420-c63f060f51cd) as the default verifier for the future CLI operations. 2018-04-28 11:21:30,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-28 11:21:36,301 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-28 11:21:35.012 11525 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7f10ef4b-e91b-4133-8420-c63f060f51cd) for deployment 'opnfv-rally' (UUID=49cdbca4-eedd-4833-ae33-6b8b40e827cb). 2018-04-28 11:21:36.083 11525 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f10ef4b-e91b-4133-8420-c63f060f51cd) has been successfully configured for deployment 'opnfv-rally' (UUID=49cdbca4-eedd-4833-ae33-6b8b40e827cb)! 2018-04-28 11:21:39,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7f10ef4b-e91b-4133-8420-c63f060f51cd/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-28 11:21:39,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-28 11:21:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-28 11:21:41.355 11534 INFO rally.api [-] Starting verification (UUID=e4d4699f-d8dd-41a3-a5aa-3432d0f4bea9) for deployment 'opnfv-rally' (UUID=49cdbca4-eedd-4833-ae33-6b8b40e827cb) by verifier 'opnfv-tempest' (UUID=7f10ef4b-e91b-4133-8420-c63f060f51cd). 2018-04-28 11:23:37,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e4d4699f-d8dd-41a3-a5aa-3432d0f4bea9']'. 2018-04-28 11:23:38,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e4d4699f-d8dd-41a3-a5aa-3432d0f4bea9 | 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-28 11:21:41 | 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-28 11:23:36 | 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:55 | 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-28 11:23:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7f10ef4b-e91b-4133-8420-c63f060f51cd) | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 49cdbca4-eedd-4833-ae33-6b8b40e827cb) | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 104.235 | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-28 11:23:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-28 11:23:38,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-28 11:23:38,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-28 11:23:44,512 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 11:23:44,512 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:23 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-28 11:23:44,516 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-28 11:23:44,517 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:59 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 15:33 | PASS | | rally_sanity | functest | smoke | 24:33 | PASS | | refstack_defcore | functest | smoke | 05:09 | FAIL | | patrole | functest | smoke | 03:15 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 42:13 | FAIL | | neutron_trunk | functest | smoke | 02:23 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-28 11:23:44,523 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-28 11:24:29,729 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-59 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 11:24:29,731 - 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=KhFW3ckzugc6PzjKfVsr62eVK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-04-28 11:24:29,732 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 11:24:29,732 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-28 11:24:29,732 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-28 11:24:29,733 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-28 11:26:22,934 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-59 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 11:26:22,936 - 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=KhFW3ckzugc6PzjKfVsr62eVK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-04-28 11:26:22,936 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 11:26:22,937 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-04-28 11:26:22,938 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-28 11:26:22,938 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-28 11:26:23,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-28 11:26:23,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-04-28 11:26:23,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-04-28 11:26:23,723 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-28 11:26:23,724 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-28 11:26:24,209 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-28 11:26:24,210 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-28 11:26:24,658 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-28 11:26:27,893 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-2b8d0ac5-da42-47c7-96c8-d002bdfe5366, password=1fb847a8-9bfc-409e-8694-02ce32a3f1ee, auth_url=http://172.30.9.27:5000/v3, project_name=cloudify_ims-2b8d0ac5-da42-47c7-96c8-d002bdfe5366, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-28 11:26:27,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-28 11:26:29,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-28 11:26:29,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-28 11:27:52,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-28 11:28:01,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-28 11:28:02,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-28 11:28:08,075 - 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 329, 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 78f3cf20-3f49-48cf-b53c-2fe0c33ccbef. Neutron server returns request_ids: ['req-4d3d7f17-f086-4442-b09c-6541e30db230'] 2018-04-28 11:28:08,078 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-28 11:28:08,078 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-28 11:28:08,576 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 11:28:08,576 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:43 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-28 11:28:08,580 - 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-04-28 11:28:08,581 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-28 11:28:16,698 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-04-28 11:28:16,698 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-28 11:28:16,810 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-28 11:28:17,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-28 11:28:17,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-28 11:28:17,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-04-28 11:28:17,234 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-28 11:28:17,257 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-04-28 11:28:17,257 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-28 11:28:20,205 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-107279f8-ec9d-44c1-b81e-f6c49631821d, password=3a72e05f-9fe6-4f90-9e7f-65b7f43535b3, auth_url=http://172.30.9.27:5000/v3, project_name=vyos_vrouter-107279f8-ec9d-44c1-b81e-f6c49631821d, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-28 11:28:20,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-28 11:28:20,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-28 11:28:20,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-28 11:29:47,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-28 11:29:59,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-28 11:29:59,875 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-28 11:30:09,368 - 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 329, 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 78f3cf20-3f49-48cf-b53c-2fe0c33ccbef. Neutron server returns request_ids: ['req-c7582d59-c8b1-41cc-9be5-0afbc34645d8'] 2018-04-28 11:30:09,500 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 11:30:09,500 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:52 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-28 11:30:09,504 - 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-04-28 11:30:09,504 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-28 11:30:17,790 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-04-28 11:30:17,790 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-28 11:30:17,880 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-04-28 11:30:17,899 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-28 11:30:17,899 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-28 11:30:20,782 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-1f9f9790-1352-4c30-8cc9-4535f8d85d03, password=ba79eed6-cbb0-4fe1-ad59-9d057297c2cd, auth_url=http://172.30.9.27:5000/v3, project_name=juju_epc-1f9f9790-1352-4c30-8cc9-4535f8d85d03, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-28 11:30:21,165 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-28 11:30:22,286 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-04-28 11:30:22,287 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-28 11:30:24,068 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=91328ef4-0961-4200-a11d-3a24f41d9a59, auth_url=http://172.30.9.27:5000/v3, project_name=juju_epc-1f9f9790-1352-4c30-8cc9-4535f8d85d03, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-28 11:30:24,162 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-04-28 11:30:24,163 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-28 11:30:24,163 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-28 11:30:29,612 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-28 11:30:33,411 - 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 329, 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 78f3cf20-3f49-48cf-b53c-2fe0c33ccbef. Neutron server returns request_ids: ['req-3d48ab37-f007-4919-99f7-e1ab5d0c63b3'] 2018-04-28 11:30:33,549 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-28 11:30:33,549 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:16 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-28 11:30:33,629 - 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-04-28 11:30:33,630 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-28 11:30:33,630 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-28 11:30:40,004 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-28 11:30:40,005 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 01:43 | FAIL | | vyos_vrouter | functest | vnf | 01:52 | FAIL | | juju_epc | functest | vnf | 00:16 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-28 11:30:40,011 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-28 11:30:49,796 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-59 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-28 11:30:49,798 - 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=KhFW3ckzugc6PzjKfVsr62eVK export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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-04-28 11:30:49,798 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-28 11:30:49,799 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-28 11:30:49,799 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-28 11:30:49,799 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK