2018-04-23 09:36:23,488 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 09:36:23,492 - 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=92aq6vDrkXueZEVzj28tkJNhw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 09:36:23,492 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 09:36:23,494 - 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-23 09:36:23,495 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-23 09:36:23,495 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-23 09:36:26,656 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 09:36:36,395 - 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.727s OK 2018-04-23 09:36:36,513 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 09:36:36,513 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-23 09:36:36,516 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-23 09:36:38,984 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 09:48:58,353 - 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 739.316s OK 2018-04-23 09:48:58,480 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 09:48:58,481 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 09:48:58,484 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-23 09:48:59,358 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 09:49:40,570 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.211s OK 2018-04-23 09:49:40,685 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 09:49:40,685 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-23 09:49:40,689 - 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:19 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-23 09:49:40,692 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-23 09:49:43,551 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 09:49:43,555 - 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=92aq6vDrkXueZEVzj28tkJNhw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 09:49:43,555 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 09:49:43,556 - 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-23 09:49:43,557 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-23 09:49:43,557 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-23 09:49:44,440 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-23 09:49:44,441 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 09:49:44,877 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 09:49:44,877 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-23 09:49:45,482 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 09:49:45,482 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 09:49:45' 2018-04-23 09:49:45,483 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:49:48,790 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:49:52,419 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:49:59,095 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:50:00,109 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:50:00,860 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:50:07,353 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:50:11,439 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-cc7ac919-c0dd-4065-a57a-803b75da8939' 2018-04-23 09:50:33,399 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 09:51:42,283 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-23 09:51:42,420 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 09:51:43,426 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 09:52:01,906 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 09:52:01,906 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 09:52:02,434 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 09:52:02,434 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 09:52:02,438 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-23 09:52:02,527 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 09:52:02,527 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 09:52:02' 2018-04-23 09:52:02,527 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7c9776c6-6718-4f72-ae8e-cdd3b39b5d13' 2018-04-23 09:52:05,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7c9776c6-6718-4f72-ae8e-cdd3b39b5d13' 2018-04-23 09:52:08,546 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7c9776c6-6718-4f72-ae8e-cdd3b39b5d13' 2018-04-23 09:52:15,488 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7c9776c6-6718-4f72-ae8e-cdd3b39b5d13' 2018-04-23 09:52:16,211 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7c9776c6-6718-4f72-ae8e-cdd3b39b5d13' 2018-04-23 09:52:23,330 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7c9776c6-6718-4f72-ae8e-cdd3b39b5d13' 2018-04-23 09:52:30,178 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 09:52:40,615 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 09:52:43,374 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-04-23 09:53:09,563 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-04-23 09:53:35,732 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-04-23 09:53:40,958 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 09:53:59,496 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 09:53:59,496 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-23 09:53:59,500 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-23 09:53:59,590 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 09:54:04,799 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 09:54:04.453 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e97d46bb-34f4-4329-8815-6ac894de056e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e97d46bb-34f4-4329-8815-6ac894de056e | 2018-04-23T09:54:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e97d46bb-34f4-4329-8815-6ac894de056e ~/.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-23 09:54:08,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 09:54:08,364 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 09:54:14,351 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 09:54:12.791 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 09:54:12.950 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 09:54:14.138 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf) has been successfully created! Using verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf) as the default verifier for the future CLI operations. 2018-04-23 09:54:17,411 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 09:54:20,085 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 09:54:27,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 09:54:32,639 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 09:54:31.478 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf) for deployment 'opnfv-rally' (UUID=e97d46bb-34f4-4329-8815-6ac894de056e). 2018-04-23 09:54:32.444 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf) has been successfully configured for deployment 'opnfv-rally' (UUID=e97d46bb-34f4-4329-8815-6ac894de056e)! 2018-04-23 09:54:32,639 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 09:54:32,639 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 09:54:32,642 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 09:54:32,644 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 09:54:35,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-16311b67-6779-4471-b4a5-717e1b1f7bdf/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-23 09:54:35,863 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-23 09:54:35,864 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-23 09:54:35,865 - 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-23 09:54:38,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:54:38.264 55 INFO rally.api [-] Starting verification (UUID=f7e4f1cf-aa3c-42cd-a2de-dddc546dc617) for deployment 'opnfv-rally' (UUID=e97d46bb-34f4-4329-8815-6ac894de056e) by verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf). 2018-04-23 09:54:38,265 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f7e4f1cf-aa3c-42cd-a2de-dddc546dc617 2018-04-23 09:54:45,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:54:45.299 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.179s] 2018-04-23 09:54:45,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:54:45.355 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-23 09:54:52,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:54:52.457 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.451s] 2018-04-23 09:54:55,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:54:55.241 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.783s] 2018-04-23 09:55:09,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:55:09.053 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.073s] 2018-04-23 09:55:25,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:55:25.655 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.907s] 2018-04-23 09:56:01,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:56:01.906 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-04-23 09:56:01,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:56:01.908 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-23 09:56:33,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:56:33.117 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-04-23 09:56:33,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:56:33.119 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-23 09:57:03,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:57:03.739 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.080s] 2018-04-23 09:57:03,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:57:03.740 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-23 09:57:46,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:57:46.722 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.536s] 2018-04-23 09:58:09,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:09.281 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-04-23 09:58:09,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:09.393 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.111s] 2018-04-23 09:58:18,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:18.015 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.691s] 2018-04-23 09:58:18,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:18.025 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-23 09:58:19,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:19.529 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 09:58:19,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:19.530 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 09:58:23,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:23.490 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.399s] 2018-04-23 09:58:29,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:29.868 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.087s] 2018-04-23 09:58:36,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:36.271 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.666s] 2018-04-23 09:58:44,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:44.023 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.479s] 2018-04-23 09:58:54,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:58:54.269 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.435s] 2018-04-23 09:59:00,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:00.673 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.390s] 2018-04-23 09:59:06,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:06.194 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.194s] 2018-04-23 09:59:13,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:13.990 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.773s] 2018-04-23 09:59:20,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:20.763 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.454s] 2018-04-23 09:59:28,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:28.986 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.779s] 2018-04-23 09:59:31,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:31.266 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-23 09:59:33,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:33.296 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-04-23 09:59:33,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:33.375 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-04-23 09:59:33,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:33.444 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-04-23 09:59:33,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:33.451 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-23 09:59:37,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:37.931 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.818s] 2018-04-23 09:59:39,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:39.885 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.954s] 2018-04-23 09:59:41,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:41.878 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.991s] 2018-04-23 09:59:47,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:47.814 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-23 09:59:55,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 09:59:55.689 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.455s] 2018-04-23 10:00:10,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:10.167 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.713s] 2018-04-23 10:00:13,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:13.263 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.095s] 2018-04-23 10:00:24,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:24.834 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.984s] 2018-04-23 10:00:28,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:28.400 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.564s] 2018-04-23 10:00:37,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:37.960 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.560s] 2018-04-23 10:00:47,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:47.506 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.137s] 2018-04-23 10:00:51,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:51.326 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.818s] 2018-04-23 10:00:56,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:00:56.937 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.611s] 2018-04-23 10:01:14,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:14.067 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.335s] 2018-04-23 10:01:14,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:14.360 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.293s] 2018-04-23 10:01:14,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:14.640 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.280s] 2018-04-23 10:01:14,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:14.838 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.198s] 2018-04-23 10:01:15,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:15.104 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.264s] 2018-04-23 10:01:15,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:15.312 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.208s] 2018-04-23 10:01:30,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:30.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.847s] 2018-04-23 10:01:30,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:30.532 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.287s] 2018-04-23 10:01:30,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:30.793 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.260s] 2018-04-23 10:01:30,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:30.990 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.196s] 2018-04-23 10:01:31,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:31.247 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.256s] 2018-04-23 10:01:31,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:31.304 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-04-23 10:01:46,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:46.040 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.553s] 2018-04-23 10:01:52,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:52.161 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.120s] 2018-04-23 10:01:53,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:53.671 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.509s] 2018-04-23 10:01:53,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:53.725 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.055s] 2018-04-23 10:01:53,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:01:53.789 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.063s] 2018-04-23 10:02:06,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:06.703 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.476s] 2018-04-23 10:02:14,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:14.149 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.445s] 2018-04-23 10:02:15,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:15.945 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.796s] 2018-04-23 10:02:16,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:16.003 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-04-23 10:02:16,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:16.204 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-04-23 10:02:30,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:30.979 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.968s] 2018-04-23 10:02:36,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:36.270 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.290s] 2018-04-23 10:02:40,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:40.693 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.422s] 2018-04-23 10:02:43,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:02:43.365 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.671s] 2018-04-23 10:03:08,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:08.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.616s] 2018-04-23 10:03:14,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:14.197 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.657s] 2018-04-23 10:03:19,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:19.083 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.885s] 2018-04-23 10:03:21,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:21.907 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.823s] 2018-04-23 10:03:39,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:39.650 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.714s] 2018-04-23 10:03:42,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:42.207 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.554s] 2018-04-23 10:03:42,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:42.253 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-04-23 10:03:46,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:46.829 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.337s] 2018-04-23 10:03:49,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:49.070 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.238s] 2018-04-23 10:03:49,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:49.143 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.076s] 2018-04-23 10:03:53,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:53.669 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.164s] 2018-04-23 10:03:57,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:57.114 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-23 10:03:58,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:58.719 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-23 10:03:58,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:58.721 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-23 10:03:58,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:58.722 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-23 10:03:58,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:58.723 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-23 10:03:58,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:03:58.724 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-23 10:04:00,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:04:00.625 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-23 10:04:15,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:04:15.924 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.415s] 2018-04-23 10:04:29,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:04:29.039 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.830s] 2018-04-23 10:04:41,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:04:41.188 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.147s] 2018-04-23 10:04:51,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:04:51.437 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-04-23 10:07:31,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:07:31.176 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [152.942s] 2018-04-23 10:11:15,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:11:15.484 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.810s] 2018-04-23 10:12:01,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:12:01.196 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.775s] 2018-04-23 10:12:17,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f7e4f1cf-aa3c-42cd-a2de-dddc546dc617']'. 2018-04-23 10:12:18,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 10:12:18,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 10:12:18,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 10:12:18,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f7e4f1cf-aa3c-42cd-a2de-dddc546dc617 | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 09:54:38 | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 10:12:17 | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:39 | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 16311b67-6779-4471-b4a5-717e1b1f7bdf) | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 10:12:18,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e97d46bb-34f4-4329-8815-6ac894de056e) | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1038.06 | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 10:12:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 10:12:18,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-04-23 10:12:26,530 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 10:12:26,531 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:09 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-23 10:12:26,535 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-23 10:12:26,536 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-23 10:12:26,626 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 10:12:27,055 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 10:12:27,055 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-23 10:12:27,462 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 10:12:30,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 10:12:29.578 136 INFO rally.deployment.engine [-] Deployment e97d46bb-34f4-4329-8815-6ac894de056e | Starting: Destroy cloud and free allocated resources. 2018-04-23 10:12:29.680 136 INFO rally.deployment.engine [-] Deployment e97d46bb-34f4-4329-8815-6ac894de056e | Completed: Destroy cloud and free allocated resources. 2018-04-23 10:12:29.722 136 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf) for deployment 'opnfv-rally'. 2018-04-23 10:12:29.740 136 INFO rally.api [-] Deleting verification (UUID=f7e4f1cf-aa3c-42cd-a2de-dddc546dc617). 2018-04-23 10:12:29.826 136 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 10:12:29.827 136 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf). 2018-04-23 10:12:29.838 136 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 10:12:32,459 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 10:12:32.143 139 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d89e0d65-83ca-4cd3-9186-9bcdef3fa456) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d89e0d65-83ca-4cd3-9186-9bcdef3fa456 | 2018-04-23T10:12:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d89e0d65-83ca-4cd3-9186-9bcdef3fa456 ~/.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-23 10:12:35,632 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 10:12:35,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-23 10:12:37,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097'... 2018-04-23 10:12:40,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-e288ab07-4368-4641-a53e-c6ff85ac5097'... 2018-04-23 10:12:43,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-e288ab07-4368-4641-a53e-c6ff85ac5097'... 2018-04-23 10:12:48,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097'... 2018-04-23 10:12:49,131 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097'... 2018-04-23 10:12:49,933 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-23 10:12:49,934 - 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-23 10:12:49,935 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:12:49,953 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:12:49,953 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:13:50,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8aab90db-8908-4cb6-96e3-fabd0524ed27 2018-04-23 10:13:50,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-23 10:13:50,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8aab90db-8908-4cb6-96e3-fabd0524ed27'] 2018-04-23 10:13:51,216 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8aab90db-8908-4cb6-96e3-fabd0524ed27: 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 8aab90db-8908-4cb6-96e3-fabd0524ed27 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | total | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> duration | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.483106 Full duration: 7.349349 -------------------------------------------------------------------------------- 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 8aab90db-8908-4cb6-96e3-fabd0524ed27 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.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 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.802417 Full duration: 7.899325 -------------------------------------------------------------------------------- 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 8aab90db-8908-4cb6-96e3-fabd0524ed27 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.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | total | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> duration | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.955851 Full duration: 7.608489 -------------------------------------------------------------------------------- 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 8aab90db-8908-4cb6-96e3-fabd0524ed27 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778456 Full duration: 7.705828 -------------------------------------------------------------------------------- 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 8aab90db-8908-4cb6-96e3-fabd0524ed27 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.536 | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938399 Full duration: 7.796035 -------------------------------------------------------------------------------- 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 8aab90db-8908-4cb6-96e3-fabd0524ed27 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.677033 Full duration: 7.398416 HINTS: * To plot HTML graphics with this data, run: rally task report 8aab90db-8908-4cb6-96e3-fabd0524ed27 --out output.html * To generate a JUnit report, run: rally task export 8aab90db-8908-4cb6-96e3-fabd0524ed27 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8aab90db-8908-4cb6-96e3-fabd0524ed27 --json --out output.json 2018-04-23 10:13:51,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8aab90db-8908-4cb6-96e3-fabd0524ed27'] 2018-04-23 10:13:52,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:13:52,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8aab90db-8908-4cb6-96e3-fabd0524ed27', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-23 10:13:52,222 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-23 10:13:52,223 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-23 10:13:52,223 - 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-23 10:13:52,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:13:52,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:13:52,251 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:15:30,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ddd53362-6a36-4506-b462-78852f28cdb6 2018-04-23 10:15:30,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ddd53362-6a36-4506-b462-78852f28cdb6'] 2018-04-23 10:15:31,056 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ddd53362-6a36-4506-b462-78852f28cdb6: 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 ddd53362-6a36-4506-b462-78852f28cdb6 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.492 | 4.492 | 4.492 | 4.492 | 4.492 | 4.492 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> glance_v2.upload_data | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 100.0% | 1 | | glance_v2.delete_image | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | total | 5.682 | 5.682 | 5.682 | 5.682 | 5.682 | 5.682 | 100.0% | 1 | | -> duration | 5.682 | 5.682 | 5.682 | 5.682 | 5.682 | 5.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.68153 Full duration: 14.030714 -------------------------------------------------------------------------------- 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 ddd53362-6a36-4506-b462-78852f28cdb6 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 | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> glance_v2.upload_data | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 100.0% | 1 | | glance_v2.list_images | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 100.0% | 1 | | -> duration | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.17789 Full duration: 17.605725 -------------------------------------------------------------------------------- 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 ddd53362-6a36-4506-b462-78852f28cdb6 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.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> duration | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.347819 Full duration: 7.733251 -------------------------------------------------------------------------------- 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-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "number_instances": 2, "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] }, "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 ddd53362-6a36-4506-b462-78852f28cdb6 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 | 5.201 | 5.201 | 5.201 | 5.201 | 5.201 | 5.201 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> glance_v2.upload_data | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 100.0% | 1 | | nova.boot_servers | 11.59 | 11.59 | 11.59 | 11.59 | 11.59 | 11.59 | 100.0% | 1 | | total | 16.792 | 16.792 | 16.792 | 16.792 | 16.792 | 16.792 | 100.0% | 1 | | -> duration | 15.792 | 15.792 | 15.792 | 15.792 | 15.792 | 15.792 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.792413 Full duration: 42.426177 HINTS: * To plot HTML graphics with this data, run: rally task report ddd53362-6a36-4506-b462-78852f28cdb6 --out output.html * To generate a JUnit report, run: rally task export ddd53362-6a36-4506-b462-78852f28cdb6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ddd53362-6a36-4506-b462-78852f28cdb6 --json --out output.json 2018-04-23 10:15:31,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ddd53362-6a36-4506-b462-78852f28cdb6'] 2018-04-23 10:15:32,087 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:15:32,087 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ddd53362-6a36-4506-b462-78852f28cdb6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-23 10:15:32,092 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-23 10:15:32,093 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-23 10:15:32,093 - 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-23 10:15:32,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:15:32,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:15:32,108 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:18:53,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bb062ec6-3304-4147-b5ec-5d56a45fb82f 2018-04-23 10:18:53,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bb062ec6-3304-4147-b5ec-5d56a45fb82f'] 2018-04-23 10:18:54,247 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bb062ec6-3304-4147-b5ec-5d56a45fb82f: 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.191 | 3.191 | 3.191 | 3.191 | 3.191 | 3.191 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.565 | 2.565 | 2.565 | 2.565 | 2.565 | 2.565 | 100.0% | 1 | | total | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 100.0% | 1 | | -> duration | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 5.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.75662 Full duration: 22.664909 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.169 | 3.169 | 3.169 | 3.169 | 3.169 | 3.169 | 100.0% | 1 | | cinder_v2.delete_volume | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 100.0% | 1 | | total | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 100.0% | 1 | | -> duration | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.65021 Full duration: 16.023449 -------------------------------------------------------------------------------- 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-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.983 | 8.983 | 8.983 | 8.983 | 8.983 | 8.983 | 100.0% | 1 | | cinder_v2.delete_volume | 3.157 | 3.157 | 3.157 | 3.157 | 3.157 | 3.157 | 100.0% | 1 | | total | 12.14 | 12.14 | 12.14 | 12.14 | 12.14 | 12.14 | 100.0% | 1 | | -> duration | 12.14 | 12.14 | 12.14 | 12.14 | 12.14 | 12.14 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.140087 Full duration: 23.253069 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.189 | 3.189 | 3.189 | 3.189 | 3.189 | 3.189 | 100.0% | 1 | | cinder_v2.delete_volume | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | total | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 100.0% | 1 | | -> duration | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.805197 Full duration: 16.319663 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.097 | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 100.0% | 1 | | cinder_v2.extend_volume | 2.503 | 2.503 | 2.503 | 2.503 | 2.503 | 2.503 | 100.0% | 1 | | cinder_v2.delete_volume | 2.64 | 2.64 | 2.64 | 2.64 | 2.64 | 2.64 | 100.0% | 1 | | total | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 100.0% | 1 | | -> duration | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.24112 Full duration: 18.277167 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.194 | 3.194 | 3.194 | 3.194 | 3.194 | 3.194 | 100.0% | 1 | | cinder_v2.delete_volume | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 100.0% | 1 | | total | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 100.0% | 1 | | -> duration | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 5.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.896592 Full duration: 22.973412 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_qos | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> duration | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.883006 Full duration: 12.998265 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.set_qos | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829927 Full duration: 12.826886 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.list_types | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807967 Full duration: 12.438744 -------------------------------------------------------------------------------- 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 bb062ec6-3304-4147-b5ec-5d56a45fb82f 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> duration | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.851825 Full duration: 12.502627 HINTS: * To plot HTML graphics with this data, run: rally task report bb062ec6-3304-4147-b5ec-5d56a45fb82f --out output.html * To generate a JUnit report, run: rally task export bb062ec6-3304-4147-b5ec-5d56a45fb82f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bb062ec6-3304-4147-b5ec-5d56a45fb82f --json --out output.json 2018-04-23 10:18:54,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bb062ec6-3304-4147-b5ec-5d56a45fb82f'] 2018-04-23 10:18:55,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:18:55,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bb062ec6-3304-4147-b5ec-5d56a45fb82f', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-23 10:18:55,313 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-23 10:18:55,314 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-23 10:18:55,314 - 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-23 10:18:55,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:18:55,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:18:55,330 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:20:19,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6e446f29-962b-4b14-bcfc-eb54e97195d7 2018-04-23 10:20:19,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6e446f29-962b-4b14-bcfc-eb54e97195d7'] 2018-04-23 10:20:20,093 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6e446f29-962b-4b14-bcfc-eb54e97195d7: 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 6e446f29-962b-4b14-bcfc-eb54e97195d7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.124 | 5.124 | 5.124 | 5.124 | 5.124 | 5.124 | 100.0% | 1 | | heat.update_stack | 2.852 | 2.852 | 2.852 | 2.852 | 2.852 | 2.852 | 100.0% | 1 | | heat.delete_stack | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 100.0% | 1 | | total | 10.481 | 10.481 | 10.481 | 10.481 | 10.481 | 10.481 | 100.0% | 1 | | -> duration | 6.481 | 6.481 | 6.481 | 6.481 | 6.481 | 6.481 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.481234 Full duration: 20.927256 -------------------------------------------------------------------------------- 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 6e446f29-962b-4b14-bcfc-eb54e97195d7 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.665 | 4.665 | 4.665 | 4.665 | 4.665 | 4.665 | 100.0% | 1 | | heat.check_stack | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | heat.delete_stack | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 100.0% | 1 | | total | 7.173 | 7.173 | 7.173 | 7.173 | 7.173 | 7.173 | 100.0% | 1 | | -> duration | 5.173 | 5.173 | 5.173 | 5.173 | 5.173 | 5.173 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.172849 Full duration: 16.891067 -------------------------------------------------------------------------------- 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 6e446f29-962b-4b14-bcfc-eb54e97195d7 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.477 | 4.477 | 4.477 | 4.477 | 4.477 | 4.477 | 100.0% | 1 | | heat.suspend_stack | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | heat.resume_stack | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | heat.delete_stack | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 100.0% | 1 | | total | 7.22 | 7.22 | 7.22 | 7.22 | 7.22 | 7.22 | 100.0% | 1 | | -> duration | 5.22 | 5.22 | 5.22 | 5.22 | 5.22 | 5.22 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.219717 Full duration: 17.335381 -------------------------------------------------------------------------------- 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 6e446f29-962b-4b14-bcfc-eb54e97195d7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | total | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> duration | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.58997 Full duration: 8.324299 HINTS: * To plot HTML graphics with this data, run: rally task report 6e446f29-962b-4b14-bcfc-eb54e97195d7 --out output.html * To generate a JUnit report, run: rally task export 6e446f29-962b-4b14-bcfc-eb54e97195d7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6e446f29-962b-4b14-bcfc-eb54e97195d7 --json --out output.json 2018-04-23 10:20:20,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6e446f29-962b-4b14-bcfc-eb54e97195d7'] 2018-04-23 10:20:21,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:20:21,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6e446f29-962b-4b14-bcfc-eb54e97195d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-23 10:20:21,068 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-23 10:20:21,068 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-23 10:20:21,068 - 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-23 10:20:21,068 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:20:21,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:20:21,086 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:23:37,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 2018-04-23 10:23:37,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '45519eee-c0f0-43a1-bbfc-03d6a1d667dd'] 2018-04-23 10:23:38,983 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 45519eee-c0f0-43a1-bbfc-03d6a1d667dd: 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767733 Full duration: 14.396685 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767818 Full duration: 14.958732 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | keystone_v3.list_projects | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> duration | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914225 Full duration: 14.707535 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.delete_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> duration | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.621611 Full duration: 12.656874 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> duration | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.590059 Full duration: 12.111609 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.create_user | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> duration | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.843788 Full duration: 19.980836 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 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.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> duration | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.950658 Full duration: 12.705833 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775173 Full duration: 15.210185 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676679 Full duration: 14.526962 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd 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.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | keystone_v3.list_users | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | -> duration | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.980554 Full duration: 14.513892 -------------------------------------------------------------------------------- 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 45519eee-c0f0-43a1-bbfc-03d6a1d667dd has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.create_users | 4.882 | 4.882 | 4.882 | 4.882 | 4.882 | 4.882 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.882 | 4.882 | 4.882 | 4.882 | 4.882 | 4.882 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 100.0% | 1 | | total | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 100.0% | 1 | | -> duration | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.521577 Full duration: 23.489431 HINTS: * To plot HTML graphics with this data, run: rally task report 45519eee-c0f0-43a1-bbfc-03d6a1d667dd --out output.html * To generate a JUnit report, run: rally task export 45519eee-c0f0-43a1-bbfc-03d6a1d667dd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 45519eee-c0f0-43a1-bbfc-03d6a1d667dd --json --out output.json 2018-04-23 10:23:38,983 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '45519eee-c0f0-43a1-bbfc-03d6a1d667dd'] 2018-04-23 10:23:39,996 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:23:39,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '45519eee-c0f0-43a1-bbfc-03d6a1d667dd', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-23 10:23:40,003 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-23 10:23:40,004 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-23 10:23:40,004 - 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-23 10:23:40,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:23:40,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:23:40,022 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:29:08,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a4b37da0-d723-46a3-8d73-480d47a5b53e 2018-04-23 10:29:08,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a4b37da0-d723-46a3-8d73-480d47a5b53e'] 2018-04-23 10:29:09,217 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a4b37da0-d723-46a3-8d73-480d47a5b53e: 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | neutron.delete_network | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 100.0% | 1 | | total | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 100.0% | 1 | | -> duration | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.424947 Full duration: 15.928309 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.331 | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 100.0% | 1 | | neutron.delete_port | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | total | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 100.0% | 1 | | -> duration | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.946487 Full duration: 31.470228 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | neutron.create_subnet | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | neutron.create_router | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | neutron.add_interface_router | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 100.0% | 1 | | neutron.remove_interface_router | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 100.0% | 1 | | neutron.delete_router | 0.404 | 0.404 | 0.404 | 0.404 | 0.404 | 0.404 | 100.0% | 1 | | total | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 100.0% | 1 | | -> duration | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.108038 Full duration: 38.825267 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.24 | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 100.0% | 1 | | neutron.delete_subnet | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | total | 2.065 | 2.065 | 2.065 | 2.065 | 2.065 | 2.065 | 100.0% | 1 | | -> duration | 2.065 | 2.065 | 2.065 | 2.065 | 2.065 | 2.065 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.065058 Full duration: 29.758765 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | neutron.list_networks | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 100.0% | 1 | | -> duration | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.253709 Full duration: 17.261179 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | neutron.list_ports | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> duration | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.624895 Full duration: 34.683406 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | neutron.create_subnet | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | neutron.create_router | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | neutron.add_interface_router | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 1.665 | 100.0% | 1 | | neutron.list_routers | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 3.823 | 3.823 | 3.823 | 3.823 | 3.823 | 3.823 | 100.0% | 1 | | -> duration | 3.823 | 3.823 | 3.823 | 3.823 | 3.823 | 3.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.822615 Full duration: 42.796652 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | neutron.create_subnet | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | neutron.list_subnets | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 100.0% | 1 | | -> duration | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 1.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.824938 Full duration: 32.520309 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.076 | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 100.0% | 1 | | neutron.delete_security_group | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> duration | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.382687 Full duration: 14.646503 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | neutron.create_security_group_rule | 0.376 | 0.376 | 0.376 | 0.376 | 0.376 | 0.376 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | neutron.delete_security_group | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 100.0% | 1 | | -> duration | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.904616 Full duration: 15.096413 -------------------------------------------------------------------------------- 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 a4b37da0-d723-46a3-8d73-480d47a5b53e 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.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | neutron.create_router | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | neutron.add_gateway_router | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | neutron.remove_gateway_router | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | total | 4.109 | 4.109 | 4.109 | 4.109 | 4.109 | 4.109 | 100.0% | 1 | | -> duration | 4.109 | 4.109 | 4.109 | 4.109 | 4.109 | 4.109 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.109119 Full duration: 24.944376 HINTS: * To plot HTML graphics with this data, run: rally task report a4b37da0-d723-46a3-8d73-480d47a5b53e --out output.html * To generate a JUnit report, run: rally task export a4b37da0-d723-46a3-8d73-480d47a5b53e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a4b37da0-d723-46a3-8d73-480d47a5b53e --json --out output.json 2018-04-23 10:29:09,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a4b37da0-d723-46a3-8d73-480d47a5b53e'] 2018-04-23 10:29:10,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:29:10,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a4b37da0-d723-46a3-8d73-480d47a5b53e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-23 10:29:10,248 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-23 10:29:10,248 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-23 10:29:10,248 - 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-23 10:29:10,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:29:10,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:29:10,274 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:35:05,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2a33caf3-65d7-422d-bd58-e0ce69852aac 2018-04-23 10:35:05,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2a33caf3-65d7-422d-bd58-e0ce69852aac'] 2018-04-23 10:35:07,129 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2a33caf3-65d7-422d-bd58-e0ce69852aac: 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-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "block_migration": false, "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2a33caf3-65d7-422d-bd58-e0ce69852aac 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.233 | 9.233 | 9.233 | 9.233 | 9.233 | 9.233 | 100.0% | 1 | | nova.find_host_to_migrate | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | nova.live_migrate | 11.369 | 11.369 | 11.369 | 11.369 | 11.369 | 11.369 | 100.0% | 1 | | nova.delete_server | 2.95 | 2.95 | 2.95 | 2.95 | 2.95 | 2.95 | 100.0% | 1 | | total | 24.774 | 24.774 | 24.774 | 24.774 | 24.774 | 24.774 | 100.0% | 1 | | -> duration | 23.774 | 23.774 | 23.774 | 23.774 | 23.774 | 23.774 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.774377 Full duration: 34.071227 -------------------------------------------------------------------------------- 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-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2a33caf3-65d7-422d-bd58-e0ce69852aac 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.703 | 9.703 | 9.703 | 9.703 | 9.703 | 9.703 | 100.0% | 1 | | cinder_v2.create_volume | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 100.0% | 1 | | nova.attach_volume | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 100.0% | 1 | | nova.find_host_to_migrate | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | nova.live_migrate | 14.361 | 14.361 | 14.361 | 14.361 | 14.361 | 14.361 | 100.0% | 1 | | nova.detach_volume | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | cinder_v2.delete_volume | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | nova.delete_server | 2.704 | 2.704 | 2.704 | 2.704 | 2.704 | 2.704 | 100.0% | 1 | | total | 39.213 | 39.213 | 39.213 | 39.213 | 39.213 | 39.213 | 100.0% | 1 | | -> duration | 38.213 | 38.213 | 38.213 | 38.213 | 38.213 | 38.213 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.212913 Full duration: 51.038511 -------------------------------------------------------------------------------- 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-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2a33caf3-65d7-422d-bd58-e0ce69852aac 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.937 | 8.937 | 8.937 | 8.937 | 8.937 | 8.937 | 100.0% | 1 | | nova.boot_server | 9.426 | 9.426 | 9.426 | 9.426 | 9.426 | 9.426 | 100.0% | 1 | | nova.find_host_to_migrate | 1.349 | 1.349 | 1.349 | 1.349 | 1.349 | 1.349 | 100.0% | 1 | | nova.live_migrate | 16.637 | 16.637 | 16.637 | 16.637 | 16.637 | 16.637 | 100.0% | 1 | | nova.delete_server | 5.336 | 5.336 | 5.336 | 5.336 | 5.336 | 5.336 | 100.0% | 1 | | total | 41.685 | 41.685 | 41.685 | 41.685 | 41.685 | 41.685 | 100.0% | 1 | | -> duration | 40.685 | 40.685 | 40.685 | 40.685 | 40.685 | 40.685 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.685266 Full duration: 53.375277 -------------------------------------------------------------------------------- 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-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "server_kwargs": { "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] } }, "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 2a33caf3-65d7-422d-bd58-e0ce69852aac 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.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | nova.boot_server | 9.276 | 9.276 | 9.276 | 9.276 | 9.276 | 9.276 | 100.0% | 1 | | nova.delete_server | 2.839 | 2.839 | 2.839 | 2.839 | 2.839 | 2.839 | 100.0% | 1 | | nova.delete_keypair | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 13.028 | 13.028 | 13.028 | 13.028 | 13.028 | 13.028 | 100.0% | 1 | | -> duration | 12.028 | 12.028 | 12.028 | 12.028 | 12.028 | 12.028 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.027973 Full duration: 38.728957 -------------------------------------------------------------------------------- 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-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "volume_size": 5, "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] }, "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 2a33caf3-65d7-422d-bd58-e0ce69852aac 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.727 | 8.727 | 8.727 | 8.727 | 8.727 | 8.727 | 100.0% | 1 | | nova.boot_server | 8.943 | 8.943 | 8.943 | 8.943 | 8.943 | 8.943 | 100.0% | 1 | | nova.delete_server | 3.026 | 3.026 | 3.026 | 3.026 | 3.026 | 3.026 | 100.0% | 1 | | total | 20.697 | 20.697 | 20.697 | 20.697 | 20.697 | 20.697 | 100.0% | 1 | | -> duration | 19.697 | 19.697 | 19.697 | 19.697 | 19.697 | 19.697 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.696853 Full duration: 48.375692 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "force_delete": false, "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] }, "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 2a33caf3-65d7-422d-bd58-e0ce69852aac has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 14.607902 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "nics": [ { "net-id": "a26f4b19-4811-4cd3-8334-8c011772c8c0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2a33caf3-65d7-422d-bd58-e0ce69852aac 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.079 | 10.079 | 10.079 | 10.079 | 10.079 | 10.079 | 100.0% | 1 | | nova.migrate | 32.439 | 32.439 | 32.439 | 32.439 | 32.439 | 32.439 | 100.0% | 1 | | nova.resize_confirm | 3.941 | 3.941 | 3.941 | 3.941 | 3.941 | 3.941 | 100.0% | 1 | | nova.delete_server | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 100.0% | 1 | | total | 49.339 | 49.339 | 49.339 | 49.339 | 49.339 | 49.339 | 100.0% | 1 | | -> duration | 48.339 | 48.339 | 48.339 | 48.339 | 48.339 | 48.339 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 48.339292 Full duration: 58.646153 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "image": { "name": "Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 2a33caf3-65d7-422d-bd58-e0ce69852aac has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.18021 -------------------------------------------------------------------------------- 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 2a33caf3-65d7-422d-bd58-e0ce69852aac 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | nova.delete_server_group | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741975 Full duration: 9.6202 HINTS: * To plot HTML graphics with this data, run: rally task report 2a33caf3-65d7-422d-bd58-e0ce69852aac --out output.html * To generate a JUnit report, run: rally task export 2a33caf3-65d7-422d-bd58-e0ce69852aac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2a33caf3-65d7-422d-bd58-e0ce69852aac --json --out output.json 2018-04-23 10:35:07,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2a33caf3-65d7-422d-bd58-e0ce69852aac'] 2018-04-23 10:35:08,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:35:08,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2a33caf3-65d7-422d-bd58-e0ce69852aac', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-23 10:35:08,067 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-23 10:35:08,067 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-23 10:35:08,067 - 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-23 10:35:08,068 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 10:35:08,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 10:35:08,085 - 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': 'a26f4b19-4811-4cd3-8334-8c011772c8c0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-e288ab07-4368-4641-a53e-c6ff85ac5097', 'flavor_name': 'rally-tiny-e288ab07-4368-4641-a53e-c6ff85ac5097', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-e288ab07-4368-4641-a53e-c6ff85ac5097', '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-23 10:36:01,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 048d52aa-aa1b-4a3b-a8de-f33c636afa42 2018-04-23 10:36:01,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '048d52aa-aa1b-4a3b-a8de-f33c636afa42'] 2018-04-23 10:36:02,621 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 048d52aa-aa1b-4a3b-a8de-f33c636afa42: 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 048d52aa-aa1b-4a3b-a8de-f33c636afa42 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | quotas.delete_quotas | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> duration | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.906531 Full duration: 9.46661 -------------------------------------------------------------------------------- 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 048d52aa-aa1b-4a3b-a8de-f33c636afa42 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.71044 Full duration: 8.402952 -------------------------------------------------------------------------------- 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 048d52aa-aa1b-4a3b-a8de-f33c636afa42 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 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.739626 Full duration: 8.40858 -------------------------------------------------------------------------------- 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 048d52aa-aa1b-4a3b-a8de-f33c636afa42 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.473 | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 100.0% | 1 | | total | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 100.0% | 1 | | -> duration | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.473301 Full duration: 9.825136 HINTS: * To plot HTML graphics with this data, run: rally task report 048d52aa-aa1b-4a3b-a8de-f33c636afa42 --out output.html * To generate a JUnit report, run: rally task export 048d52aa-aa1b-4a3b-a8de-f33c636afa42 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 048d52aa-aa1b-4a3b-a8de-f33c636afa42 --json --out output.json 2018-04-23 10:36:02,622 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '048d52aa-aa1b-4a3b-a8de-f33c636afa42'] 2018-04-23 10:36:03,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 10:36:03,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '048d52aa-aa1b-4a3b-a8de-f33c636afa42', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-23 10:36:03,638 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-23 10:36:03,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:57 | 11 | 100.00% | | nova | 05:18 | 7 | 100.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:43 | 57 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-23 10:36:03,642 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-23 10:36:13,390 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 10:36:13,390 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 10:36:13,907 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 10:36:13,908 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:46 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-23 10:36:13,912 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-23 10:36:14,001 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 10:36:16,376 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 10:36:16.047 11087 INFO rally.deployment.engine [-] Deployment d89e0d65-83ca-4cd3-9186-9bcdef3fa456 | Starting: Destroy cloud and free allocated resources. 2018-04-23 10:36:16.155 11087 INFO rally.deployment.engine [-] Deployment d89e0d65-83ca-4cd3-9186-9bcdef3fa456 | Completed: Destroy cloud and free allocated resources. 2018-04-23 10:36:16.175 11087 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf). 2018-04-23 10:36:16.179 11087 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 10:36:18,932 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 10:36:18.599 11090 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0b733abd-8e60-418a-a0cb-0b298419470c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0b733abd-8e60-418a-a0cb-0b298419470c | 2018-04-23T10:36:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0b733abd-8e60-418a-a0cb-0b298419470c ~/.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-23 10:36:22,274 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 10:36:22,274 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 10:36:24,620 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 10:36:24.276 11096 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=16311b67-6779-4471-b4a5-717e1b1f7bdf). 2018-04-23 10:36:24.413 11096 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 10:36:27,920 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 10:36:26.556 11099 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 10:36:26.706 11099 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 10:36:27.748 11099 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76) as the default verifier for the future CLI operations. 2018-04-23 10:36:30,809 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 10:36:35,310 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 10:36:41,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 10:36:47,369 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 10:36:45.918 11118 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76) for deployment 'opnfv-rally' (UUID=0b733abd-8e60-418a-a0cb-0b298419470c). 2018-04-23 10:36:47.203 11118 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76) has been successfully configured for deployment 'opnfv-rally' (UUID=0b733abd-8e60-418a-a0cb-0b298419470c)! 2018-04-23 10:36:47,369 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 10:36:47,370 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 10:36:47,372 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 10:36:49,743 - 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-23 10:36:51,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:36:51.937 11130 INFO rally.api [-] Starting verification (UUID=3662d484-cf0b-4e4c-bcb4-d5b984212f0e) for deployment 'opnfv-rally' (UUID=0b733abd-8e60-418a-a0cb-0b298419470c) by verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76). 2018-04-23 10:36:51,939 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 3662d484-cf0b-4e4c-bcb4-d5b984212f0e 2018-04-23 10:37:01,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:01.548 11130 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-23 10:37:01,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:01.656 11130 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.241s] 2018-04-23 10:37:02,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:02.537 11130 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.970s] 2018-04-23 10:37:02,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:02.698 11130 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.161s] 2018-04-23 10:37:05,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:05.095 11130 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.509s] 2018-04-23 10:37:05,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:05.601 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.166s] 2018-04-23 10:37:09,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:09.627 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.024s] 2018-04-23 10:37:11,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:11.087 11130 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.788s] 2018-04-23 10:37:11,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:11.347 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.721s] 2018-04-23 10:37:12,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:12.122 11130 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.035s] 2018-04-23 10:37:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:12.568 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.219s] 2018-04-23 10:37:13,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:13.841 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.273s] 2018-04-23 10:37:16,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:16.984 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.140s] 2018-04-23 10:37:17,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:17.509 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.963s] 2018-04-23 10:37:18,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:18.630 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.646s] 2018-04-23 10:37:18,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:18.916 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.286s] 2018-04-23 10:37:19,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:19.060 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.550s] 2018-04-23 10:37:19,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:19.077 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.161s] 2018-04-23 10:37:19,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:19.246 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.168s] 2018-04-23 10:37:19,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:19.264 11130 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-23 10:37:19,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:19.515 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.020s] 2018-04-23 10:37:20,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:20.504 11130 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-04-23 10:37:22,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:22.058 11130 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.960s] 2018-04-23 10:37:24,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:24.175 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.017s] 2018-04-23 10:37:24,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:24.456 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.280s] 2018-04-23 10:37:24,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:24.667 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.209s] 2018-04-23 10:37:24,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:24.839 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.172s] 2018-04-23 10:37:24,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:24.988 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.148s] 2018-04-23 10:37:25,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:25.146 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.157s] 2018-04-23 10:37:25,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:25.197 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.050s] 2018-04-23 10:37:25,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:25.373 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.176s] 2018-04-23 10:37:25,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:25.522 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.148s] 2018-04-23 10:37:25,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:25.700 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.178s] 2018-04-23 10:37:25,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:25.852 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.150s] 2018-04-23 10:37:26,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:26.052 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.200s] 2018-04-23 10:37:26,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:26.096 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.043s] 2018-04-23 10:37:26,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:26.289 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.193s] 2018-04-23 10:37:26,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:26.571 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.281s] 2018-04-23 10:37:27,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:27.122 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.551s] 2018-04-23 10:37:27,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:27.311 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.188s] 2018-04-23 10:37:27,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:27.493 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.182s] 2018-04-23 10:37:27,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:27.655 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.161s] 2018-04-23 10:37:27,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:27.688 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-04-23 10:37:27,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:27.875 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.186s] 2018-04-23 10:37:27,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:27.919 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.044s] 2018-04-23 10:37:28,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:28.113 11130 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.193s] 2018-04-23 10:37:33,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:33.462 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-04-23 10:37:33,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:33.631 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.169s] 2018-04-23 10:37:33,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:33.681 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.050s] 2018-04-23 10:37:34,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:34.235 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.552s] 2018-04-23 10:37:34,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:34.598 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.362s] 2018-04-23 10:37:35,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.001 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.402s] 2018-04-23 10:37:35,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.040 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-04-23 10:37:35,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.239 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.198s] 2018-04-23 10:37:35,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.289 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.049s] 2018-04-23 10:37:35,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.338 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-04-23 10:37:35,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.381 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-04-23 10:37:35,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.458 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.076s] 2018-04-23 10:37:35,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.703 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.245s] 2018-04-23 10:37:35,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.753 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-04-23 10:37:35,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:35.802 11130 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-04-23 10:37:37,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:37.832 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.192s] 2018-04-23 10:37:39,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:39.710 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.876s] 2018-04-23 10:37:40,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:40.336 11130 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [18.275s] 2018-04-23 10:37:41,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:41.706 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.995s] 2018-04-23 10:37:43,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:43.482 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.776s] 2018-04-23 10:37:43,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:43.939 11130 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [27.793s] 2018-04-23 10:37:44,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:44.787 11130 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.851s] 2018-04-23 10:37:44,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:44.903 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.420s] 2018-04-23 10:37:46,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:46.275 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.371s] 2018-04-23 10:37:46,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:46.665 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.390s] 2018-04-23 10:37:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:47.348 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.681s] 2018-04-23 10:37:47,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:47.865 11130 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [7.528s] 2018-04-23 10:37:48,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:48.016 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.667s] 2018-04-23 10:37:49,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:49.486 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.468s] 2018-04-23 10:37:50,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:50.186 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.701s] 2018-04-23 10:37:50,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:50.740 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.553s] 2018-04-23 10:37:51,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:51.158 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.418s] 2018-04-23 10:37:52,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:52.730 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.570s] 2018-04-23 10:37:53,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:53.675 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.945s] 2018-04-23 10:37:54,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:54.248 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.573s] 2018-04-23 10:37:54,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:54.788 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.539s] 2018-04-23 10:37:55,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:37:55.472 11130 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.683s] 2018-04-23 10:38:05,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:38:05.825 11130 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-04-23 10:38:07,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:38:07.969 11130 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.166s] 2018-04-23 10:38:45,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:38:45.666 11130 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [57.788s] 2018-04-23 10:38:49,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:38:49.812 11130 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.334s] 2018-04-23 10:38:50,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:38:50.189 11130 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.376s] 2018-04-23 10:39:05,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:05.017 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.542s] 2018-04-23 10:39:05,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:05.184 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.166s] 2018-04-23 10:39:05,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:05.389 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.204s] 2018-04-23 10:39:05,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:05.572 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.183s] 2018-04-23 10:39:05,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:05.748 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.174s] 2018-04-23 10:39:05,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:05.966 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.218s] 2018-04-23 10:39:06,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:06.708 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.741s] 2018-04-23 10:39:06,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:06.756 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.047s] 2018-04-23 10:39:06,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:06.955 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.198s] 2018-04-23 10:39:07,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:39:07.096 11130 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.140s] 2018-04-23 10:39:20,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3662d484-cf0b-4e4c-bcb4-d5b984212f0e']'. 2018-04-23 10:39:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 10:39:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 10:39:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 10:39:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3662d484-cf0b-4e4c-bcb4-d5b984212f0e | 2018-04-23 10:39:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 10:39:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 10:36:51 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 10:39:20 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:29 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f9d4ddd9-b5d8-4831-9971-953bc9a25c76) | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0b733abd-8e60-418a-a0cb-0b298419470c) | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 103 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 127.681 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 96 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 10:39:21,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-04-23 10:39:21,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 10:39:21,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 10:39:21,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 93.2038834951% 2018-04-23 10:39:29,115 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 10:39:29,116 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:58 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-23 10:39:29,120 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-23 10:39:29,120 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-23 10:39:29,207 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 10:39:31,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 10:39:31.332 11220 INFO rally.deployment.engine [-] Deployment 0b733abd-8e60-418a-a0cb-0b298419470c | Starting: Destroy cloud and free allocated resources. 2018-04-23 10:39:31.432 11220 INFO rally.deployment.engine [-] Deployment 0b733abd-8e60-418a-a0cb-0b298419470c | Completed: Destroy cloud and free allocated resources. 2018-04-23 10:39:31.473 11220 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76) for deployment 'opnfv-rally'. 2018-04-23 10:39:31.490 11220 INFO rally.api [-] Deleting verification (UUID=3662d484-cf0b-4e4c-bcb4-d5b984212f0e). 2018-04-23 10:39:31.532 11220 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 10:39:31.533 11220 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76). 2018-04-23 10:39:31.545 11220 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 10:39:34,188 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 10:39:33.870 11223 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=27f5b58e-0915-4898-90a4-9322e5b82f56) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 27f5b58e-0915-4898-90a4-9322e5b82f56 | 2018-04-23T10:39:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 27f5b58e-0915-4898-90a4-9322e5b82f56 ~/.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-23 10:39:37,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 10:39:37,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 10:39:39,931 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 10:39:39.657 11229 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f9d4ddd9-b5d8-4831-9971-953bc9a25c76). 2018-04-23 10:39:39.784 11229 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 10:39:43,319 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 10:39:41.972 11232 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 10:39:42.276 11232 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 10:39:43.180 11232 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a) as the default verifier for the future CLI operations. 2018-04-23 10:39:46,596 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 10:39:48,999 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 10:39:56,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 10:40:01,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 10:40:00.493 11251 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a) for deployment 'opnfv-rally' (UUID=27f5b58e-0915-4898-90a4-9322e5b82f56). 2018-04-23 10:40:01.376 11251 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a) has been successfully configured for deployment 'opnfv-rally' (UUID=27f5b58e-0915-4898-90a4-9322e5b82f56)! 2018-04-23 10:40:01,536 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 10:40:01,536 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 10:40:01,539 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 10:40:01,554 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 10:40:04,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5348f750-2cfc-4df3-9419-a2e87ac89b0a/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-23 10:40:04,594 - 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-23 10:40:06,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 10:40:06.658 11260 INFO rally.api [-] Starting verification (UUID=936f9840-c361-442e-9b8b-36b628bb2c57) for deployment 'opnfv-rally' (UUID=27f5b58e-0915-4898-90a4-9322e5b82f56) by verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a). 2018-04-23 10:40:06,659 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 936f9840-c361-442e-9b8b-36b628bb2c57 2018-04-23 10:42:48,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '936f9840-c361-442e-9b8b-36b628bb2c57']'. 2018-04-23 10:42:49,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 936f9840-c361-442e-9b8b-36b628bb2c57 | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 10:40:06 | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 10:42:47 | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:41 | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5348f750-2cfc-4df3-9419-a2e87ac89b0a) | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 27f5b58e-0915-4898-90a4-9322e5b82f56) | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-23 10:42:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.874 | 2018-04-23 10:42:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-23 10:42:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-23 10:42:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 10:42:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 10:42:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-23 10:42:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 10:42:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 10:42:49,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-23 10:42:56,949 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 10:42:56,949 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 10:42:56,953 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-23 10:43:17,006 - 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-23 10:43:17,007 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-23 10:43:17,038 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-23 10:43:17,148 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 10:43:17,149 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 10:43:17,152 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-23 10:43:18,191 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 11:23:54,946 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:23:54,947 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:37 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-23 11:23:54,951 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-23 11:23:54,951 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-23 11:23:55,040 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 11:23:57,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 11:23:57.132 11350 INFO rally.deployment.engine [-] Deployment 27f5b58e-0915-4898-90a4-9322e5b82f56 | Starting: Destroy cloud and free allocated resources. 2018-04-23 11:23:57.231 11350 INFO rally.deployment.engine [-] Deployment 27f5b58e-0915-4898-90a4-9322e5b82f56 | Completed: Destroy cloud and free allocated resources. 2018-04-23 11:23:57.289 11350 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a) for deployment 'opnfv-rally'. 2018-04-23 11:23:57.320 11350 INFO rally.api [-] Deleting verification (UUID=936f9840-c361-442e-9b8b-36b628bb2c57). 2018-04-23 11:23:57.369 11350 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 11:23:57.369 11350 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a). 2018-04-23 11:23:57.381 11350 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 11:24:00,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 11:23:59.785 11353 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0ef120a4-f51d-4d32-8b4f-8bbb3b663e82) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0ef120a4-f51d-4d32-8b4f-8bbb3b663e82 | 2018-04-23T11:23:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0ef120a4-f51d-4d32-8b4f-8bbb3b663e82 ~/.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-23 11:24:03,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 11:24:03,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 11:24:05,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 11:24:05.386 11359 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5348f750-2cfc-4df3-9419-a2e87ac89b0a). 2018-04-23 11:24:05.512 11359 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 11:24:09,002 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 11:24:07.602 11362 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 11:24:07.752 11362 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 11:24:08.835 11362 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82d3b1ea-c58e-44d1-8b48-decac5ed7daf) has been successfully created! Using verifier 'opnfv-tempest' (UUID=82d3b1ea-c58e-44d1-8b48-decac5ed7daf) as the default verifier for the future CLI operations. 2018-04-23 11:24:21,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 11:24:26,527 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 11:24:25.477 11381 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=82d3b1ea-c58e-44d1-8b48-decac5ed7daf) for deployment 'opnfv-rally' (UUID=0ef120a4-f51d-4d32-8b4f-8bbb3b663e82). 2018-04-23 11:24:26.350 11381 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82d3b1ea-c58e-44d1-8b48-decac5ed7daf) has been successfully configured for deployment 'opnfv-rally' (UUID=0ef120a4-f51d-4d32-8b4f-8bbb3b663e82)! 2018-04-23 11:24:29,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-82d3b1ea-c58e-44d1-8b48-decac5ed7daf/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-23 11:24:29,785 - 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-23 11:24:32,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:24:32.100 11390 INFO rally.api [-] Starting verification (UUID=7b9f149d-b735-46ae-b29f-598da6a628a7) for deployment 'opnfv-rally' (UUID=0ef120a4-f51d-4d32-8b4f-8bbb3b663e82) by verifier 'opnfv-tempest' (UUID=82d3b1ea-c58e-44d1-8b48-decac5ed7daf). 2018-04-23 11:26:27,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7b9f149d-b735-46ae-b29f-598da6a628a7']'. 2018-04-23 11:26:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 11:26:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 11:26:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 11:26:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7b9f149d-b735-46ae-b29f-598da6a628a7 | 2018-04-23 11:26:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 11:26:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 11:24:32 | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 11:26:27 | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:55 | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 82d3b1ea-c58e-44d1-8b48-decac5ed7daf) | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0ef120a4-f51d-4d32-8b4f-8bbb3b663e82) | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.748 | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-23 11:26:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-23 11:26:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 11:26:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 11:26:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-23 11:26:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 11:26:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 11:26:28,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-23 11:26:34,980 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:26:34,981 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:23 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-23 11:26:34,985 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-23 11:26:34,986 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:58 | PASS | | vping_userdata | functest | smoke | 01:38 | PASS | | tempest_smoke_serial | functest | smoke | 18:09 | FAIL | | rally_sanity | functest | smoke | 23:46 | PASS | | refstack_defcore | functest | smoke | 02:58 | FAIL | | patrole | functest | smoke | 03:10 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 40:37 | FAIL | | neutron_trunk | functest | smoke | 02:23 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-23 11:26:34,993 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-23 11:26:37,987 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 11:26:37,989 - 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=92aq6vDrkXueZEVzj28tkJNhw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 11:26:37,989 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 11:26:37,990 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-04-23 11:26:37,991 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-23 11:26:37,991 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-23 11:31:31,449 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-23 11:31:31,572 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:31:31,572 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:53 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-23 11:31:31,575 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-04-23 11:51:36,977 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 11:51:44,847 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 11:51:44.534 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=de4c4329-55f2-4492-8b08-4a7fb3e4dcd3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | de4c4329-55f2-4492-8b08-4a7fb3e4dcd3 | 2018-04-23T11:51:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: de4c4329-55f2-4492-8b08-4a7fb3e4dcd3 ~/.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-23 11:51:48,055 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 11:51:48,055 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 11:51:53,826 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 11:51:52.124 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 11:51:52.276 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 11:51:53.645 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5ec33f0d-7674-4560-85f2-78ab3202e05a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5ec33f0d-7674-4560-85f2-78ab3202e05a) as the default verifier for the future CLI operations. 2018-04-23 11:51:59,893 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 11:51:58.773 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5ec33f0d-7674-4560-85f2-78ab3202e05a) for deployment 'opnfv-rally' (UUID=de4c4329-55f2-4492-8b08-4a7fb3e4dcd3). 2018-04-23 11:51:59.686 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5ec33f0d-7674-4560-85f2-78ab3202e05a) has been successfully configured for deployment 'opnfv-rally' (UUID=de4c4329-55f2-4492-8b08-4a7fb3e4dcd3)! 2018-04-23 11:51:59,893 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 12:03:32,908 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-04-23 12:03:36,996 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-23 12:03:37,012 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-04-23 12:03:43,150 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-23 12:03:43,165 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-04-23 12:03:51,782 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-23 12:03:51,799 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-04-23 12:03:52,337 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-23 12:03:52,353 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-04-23 12:03:52,561 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-23 12:03:52,575 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-04-23 12:03:52,603 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-04-23 12:03:54,107 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-04-23 12:03:54,229 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 12:03:54,230 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 32:21 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-04-23 12:03:54,234 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-04-23 12:03:54,235 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:53 | PASS | | bgpvpn | sdnvpn | features | 32:21 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-23 12:03:54,239 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-23 12:04:00,295 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 12:04:00,297 - 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=92aq6vDrkXueZEVzj28tkJNhw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 12:04:00,297 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 12:04:00,297 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-23 12:04:00,298 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-23 12:04:00,299 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-23 12:04:02,746 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 12:04:02,748 - 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=92aq6vDrkXueZEVzj28tkJNhw export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 12:04:02,748 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 12:04:02,748 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-23 12:04:02,749 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-23 12:04:02,749 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK