2018-04-23 10:59:36,797 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-virtual-daily-fraser-21 | | 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 | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | ericsson-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 10:59:36,801 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/ca-certificates.crt" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=10.16.0.107 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://172.16.10.36:35357/v3 2018-04-23 10:59:36,801 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 10:59:36,802 - 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 10:59:36,805 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-23 10:59:36,805 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-23 10:59:38,748 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 10:59:45,545 - 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 6.789s OK 2018-04-23 10:59:45,824 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 10:59:45,824 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-23 10:59:45,827 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-23 10:59:46,498 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 11:07:31,115 - 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 464.578s OK 2018-04-23 11:07:31,401 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:07:31,401 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 07:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 11:07:31,404 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-23 11:07:32,362 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 11:08:09,446 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 37.083s OK 2018-04-23 11:08:09,728 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:08:09,729 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:37 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-23 11:08:09,733 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 07:45 | PASS | | snaps_health_check | functest | healthcheck | 00:37 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-23 11:08:09,737 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-23 11:08:30,912 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-virtual-daily-fraser-21 | | 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 | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | ericsson-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 11:08:30,916 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/ca-certificates.crt" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=10.16.0.107 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://172.16.10.36:35357/v3 2018-04-23 11:08:30,916 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 11:08:30,917 - 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 11:08:30,919 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-23 11:08:30,919 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-23 11:08:31,893 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/ericsson-virtual4 2018-04-23 11:08:31,893 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 11:08:32,031 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/ericsson-virtual4 2018-04-23 11:08:32,031 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 11:08:32,031 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-23 11:08:32,222 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 11:08:32,222 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 11:08:32' 2018-04-23 11:08:32,223 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:08:33,566 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:08:36,467 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:08:42,301 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:08:43,046 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:08:43,656 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:08:47,877 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:08:50,563 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-caa0abf0-c94c-4da3-8a9d-38a07a976ff5' 2018-04-23 11:09:06,873 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 11:09:12,512 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-23 11:09:12,627 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 11:09:13,640 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 11:09:32,948 - xtesting.energy.energy - DEBUG - Stopping recording 2018-04-23 11:09:33,394 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:09:33,395 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 11:09:33,398 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-23 11:09:33,474 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 11:09:33,475 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 11:09:33' 2018-04-23 11:09:33,475 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--796d04b0-3b89-466b-a2ca-eb1f5b42bcc9' 2018-04-23 11:09:34,572 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-796d04b0-3b89-466b-a2ca-eb1f5b42bcc9' 2018-04-23 11:09:36,544 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-796d04b0-3b89-466b-a2ca-eb1f5b42bcc9' 2018-04-23 11:09:42,217 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-796d04b0-3b89-466b-a2ca-eb1f5b42bcc9' 2018-04-23 11:09:42,789 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-796d04b0-3b89-466b-a2ca-eb1f5b42bcc9' 2018-04-23 11:09:47,358 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-796d04b0-3b89-466b-a2ca-eb1f5b42bcc9' 2018-04-23 11:09:51,715 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 11:09:56,446 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 11:09:58,438 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-23 11:10:12,402 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 11:10:32,765 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:10:32,765 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-23 11:10:32,770 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-23 11:10:32,849 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 11:10:40,637 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 11:10:40.485 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c32d5aa5-b247-4119-a81b-e86c1fb14386) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c32d5aa5-b247-4119-a81b-e86c1fb14386 | 2018-04-23T11:10:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c32d5aa5-b247-4119-a81b-e86c1fb14386 ~/.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:10:45,695 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 11:10:45,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 11:10:55,552 - 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:10:53.064 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 11:10:53.131 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 11:10:55.420 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a) as the default verifier for the future CLI operations. 2018-04-23 11:11:01,309 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 11:11:03,094 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 11:11:05,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 11:11:11,708 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 11:11:10.862 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a) for deployment 'opnfv-rally' (UUID=c32d5aa5-b247-4119-a81b-e86c1fb14386). 2018-04-23 11:11:11.586 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a) has been successfully configured for deployment 'opnfv-rally' (UUID=c32d5aa5-b247-4119-a81b-e86c1fb14386)! 2018-04-23 11:11:11,708 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 11:11:11,709 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 11:11:11,712 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 11:11:11,715 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 11:11:16,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d8c1e237-e469-4fd4-87bf-6091816bf50a/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-23 11:11:16,812 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-23 11:11:16,814 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-23 11:11:16,814 - 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 11:11:20,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:11:20.578 55 INFO rally.api [-] Starting verification (UUID=5af213da-43f1-4b57-8f6a-abfe34aa191e) for deployment 'opnfv-rally' (UUID=c32d5aa5-b247-4119-a81b-e86c1fb14386) by verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a). 2018-04-23 11:11:20,580 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5af213da-43f1-4b57-8f6a-abfe34aa191e 2018-04-23 11:11:28,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:11:28.441 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.086s] 2018-04-23 11:11:28,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:11:28.517 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2018-04-23 11:11:34,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:11:34.145 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.809s] 2018-04-23 11:11:35,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:11:35.282 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.135s] 2018-04-23 11:11:43,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:11:43.982 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.574s] 2018-04-23 11:11:58,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:11:58.063 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.500s] 2018-04-23 11:12:27,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:12:27.281 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.097s] 2018-04-23 11:12:27,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:12:27.281 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-23 11:12:56,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:12:56.088 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.103s] 2018-04-23 11:12:56,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:12:56.089 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-23 11:13:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:13:24.032 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.105s] 2018-04-23 11:13:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:13:24.033 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-23 11:14:26,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:26.095 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [34.488s] 2018-04-23 11:14:46,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:46.820 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.086s] 2018-04-23 11:14:46,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:46.945 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.125s] 2018-04-23 11:14:54,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:54.350 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.917s] 2018-04-23 11:14:54,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:54.357 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.006s] 2018-04-23 11:14:55,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:55.853 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 11:14:55,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:55.854 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 11:14:59,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:14:59.446 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.145s] 2018-04-23 11:15:05,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:05.081 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.036s] 2018-04-23 11:15:10,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:10.545 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.333s] 2018-04-23 11:15:16,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:16.594 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.196s] 2018-04-23 11:15:24,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:24.350 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.393s] 2018-04-23 11:15:29,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:29.813 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.121s] 2018-04-23 11:15:35,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:35.242 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.072s] 2018-04-23 11:15:41,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:41.185 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.143s] 2018-04-23 11:15:47,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:47.207 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.174s] 2018-04-23 11:15:54,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:54.357 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.164s] 2018-04-23 11:15:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:56.709 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-23 11:15:58,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:58.699 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.027s] 2018-04-23 11:15:58,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:58.719 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2018-04-23 11:15:58,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:58.741 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2018-04-23 11:15:58,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:15:58.748 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2018-04-23 11:16:02,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:02.405 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.492s] 2018-04-23 11:16:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:02.761 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.356s] 2018-04-23 11:16:03,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:03.171 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.410s] 2018-04-23 11:16:06,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:06.879 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-04-23 11:16:10,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:10.956 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.839s] 2018-04-23 11:16:23,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:23.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.854s] 2018-04-23 11:16:27,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:27.416 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.496s] 2018-04-23 11:16:39,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:39.892 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.349s] 2018-04-23 11:16:43,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:43.204 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.307s] 2018-04-23 11:16:51,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:16:51.578 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.377s] 2018-04-23 11:17:02,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:02.470 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.012s] 2018-04-23 11:17:06,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:06.004 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.530s] 2018-04-23 11:17:10,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:10.496 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.494s] 2018-04-23 11:17:28,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:28.286 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.863s] 2018-04-23 11:17:28,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:28.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.240s] 2018-04-23 11:17:28,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:28.692 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.165s] 2018-04-23 11:17:28,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:28.768 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.076s] 2018-04-23 11:17:28,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:28.974 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.205s] 2018-04-23 11:17:29,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:29.049 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.075s] 2018-04-23 11:17:41,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:41.158 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.588s] 2018-04-23 11:17:41,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:41.423 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.264s] 2018-04-23 11:17:41,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:41.580 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.156s] 2018-04-23 11:17:41,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:41.810 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.229s] 2018-04-23 11:17:41,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:41.954 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.142s] 2018-04-23 11:17:42,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:42.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.074s] 2018-04-23 11:17:53,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:53.650 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.119s] 2018-04-23 11:17:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:17:59.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.525s] 2018-04-23 11:18:01,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:01.348 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.172s] 2018-04-23 11:18:01,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:01.422 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.073s] 2018-04-23 11:18:01,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:01.525 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.103s] 2018-04-23 11:18:12,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:12.977 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.537s] 2018-04-23 11:18:18,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:18.905 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.927s] 2018-04-23 11:18:20,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:20.850 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.944s] 2018-04-23 11:18:20,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:20.940 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.089s] 2018-04-23 11:18:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:21.018 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.079s] 2018-04-23 11:18:36,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:36.673 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.812s] 2018-04-23 11:18:42,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:42.394 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.722s] 2018-04-23 11:18:47,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:47.772 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.377s] 2018-04-23 11:18:50,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:18:50.950 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.175s] 2018-04-23 11:19:14,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:14.270 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.296s] 2018-04-23 11:19:20,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:20.322 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.052s] 2018-04-23 11:19:25,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:25.958 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.635s] 2018-04-23 11:19:29,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:29.092 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.132s] 2018-04-23 11:19:43,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:43.346 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.447s] 2018-04-23 11:19:44,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:44.834 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.487s] 2018-04-23 11:19:44,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:44.900 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.069s] 2018-04-23 11:19:49,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:49.466 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.357s] 2018-04-23 11:19:50,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:50.923 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.454s] 2018-04-23 11:19:50,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:50.996 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.075s] 2018-04-23 11:19:54,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:54.458 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.530s] 2018-04-23 11:19:57,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:57.558 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-04-23 11:19:58,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:58.816 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-23 11:19:58,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:58.818 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-23 11:19:58,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:58.818 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-23 11:19:58,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:58.818 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-23 11:19:58,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:19:58.819 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-23 11:20:00,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:20:00.776 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.018s] 2018-04-23 11:20:13,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:20:13.268 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.546s] 2018-04-23 11:20:34,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:20:34.078 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [13.023s] 2018-04-23 11:20:49,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:20:49.490 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.410s] 2018-04-23 11:20:57,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:20:57.889 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.069s] 2018-04-23 11:22:14,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:22:14.785 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [66.743s] 2018-04-23 11:22:58,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:22:58.557 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [34.828s] 2018-04-23 11:23:38,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:23:38.685 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [21.772s] 2018-04-23 11:23:52,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5af213da-43f1-4b57-8f6a-abfe34aa191e']'. 2018-04-23 11:23:54,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 11:23:54,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5af213da-43f1-4b57-8f6a-abfe34aa191e | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 11:11:20 | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 11:23:52 | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:32 | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d8c1e237-e469-4fd4-87bf-6091816bf50a) | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c32d5aa5-b247-4119-a81b-e86c1fb14386) | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 732.291 | 2018-04-23 11:23:54,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-23 11:23:54,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-23 11:23:54,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 11:23:54,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 11:23:54,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-23 11:23:54,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 11:23:54,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 11:23:54,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-23 11:23:57,766 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:23:57,768 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:56 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-23 11:23:57,772 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-23 11:23:57,856 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 11:23:58,001 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/ericsson-virtual4 2018-04-23 11:23:58,001 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 11:23:58,002 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-23 11:23:58,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 11:24:01,616 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 11:24:01.416 125 INFO rally.deployment.engine [-] Deployment c32d5aa5-b247-4119-a81b-e86c1fb14386 | Starting: Destroy cloud and free allocated resources. 2018-04-23 11:24:01.432 125 INFO rally.deployment.engine [-] Deployment c32d5aa5-b247-4119-a81b-e86c1fb14386 | Completed: Destroy cloud and free allocated resources. 2018-04-23 11:24:01.465 125 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a) for deployment 'opnfv-rally'. 2018-04-23 11:24:01.480 125 INFO rally.api [-] Deleting verification (UUID=5af213da-43f1-4b57-8f6a-abfe34aa191e). 2018-04-23 11:24:01.483 125 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 11:24:01.484 125 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a). 2018-04-23 11:24:01.494 125 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 11:24:05,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 11:24:04.892 128 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=975c7a6d-effb-40cd-853b-fed4067cc3be) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 975c7a6d-effb-40cd-853b-fed4067cc3be | 2018-04-23T11:24:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 975c7a6d-effb-40cd-853b-fed4067cc3be ~/.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:09,520 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 11:24:09,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-23 11:24:10,806 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f'... 2018-04-23 11:24:11,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-2b2d26b7-b1d2-4476-8357-5fdac3584f0f'... 2018-04-23 11:24:13,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-2b2d26b7-b1d2-4476-8357-5fdac3584f0f'... 2018-04-23 11:24:19,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f'... 2018-04-23 11:24:19,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f'... 2018-04-23 11:24:20,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-23 11:24:20,364 - 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 11:24:20,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:24:20,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:24:20,386 - 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': 'floating_net', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:25:19,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8d92ca57-59e9-4374-9377-043ce8efc18b 2018-04-23 11:25:19,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-23 11:25:19,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8d92ca57-59e9-4374-9377-043ce8efc18b'] 2018-04-23 11:25:21,324 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8d92ca57-59e9-4374-9377-043ce8efc18b: 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 8d92ca57-59e9-4374-9377-043ce8efc18b 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.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | total | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> duration | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.582912 Full duration: 6.569419 -------------------------------------------------------------------------------- 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 8d92ca57-59e9-4374-9377-043ce8efc18b 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.311 | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 100.0% | 1 | | total | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> duration | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.900584 Full duration: 6.979593 -------------------------------------------------------------------------------- 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 8d92ca57-59e9-4374-9377-043ce8efc18b 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.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.857776 Full duration: 6.942484 -------------------------------------------------------------------------------- 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 8d92ca57-59e9-4374-9377-043ce8efc18b 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.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784979 Full duration: 7.036534 -------------------------------------------------------------------------------- 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 8d92ca57-59e9-4374-9377-043ce8efc18b 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.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | total | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | -> duration | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.004094 Full duration: 7.293054 -------------------------------------------------------------------------------- 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 8d92ca57-59e9-4374-9377-043ce8efc18b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831281 Full duration: 6.832552 HINTS: * To plot HTML graphics with this data, run: rally task report 8d92ca57-59e9-4374-9377-043ce8efc18b --out output.html * To generate a JUnit report, run: rally task export 8d92ca57-59e9-4374-9377-043ce8efc18b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8d92ca57-59e9-4374-9377-043ce8efc18b --json --out output.json 2018-04-23 11:25:21,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8d92ca57-59e9-4374-9377-043ce8efc18b'] 2018-04-23 11:25:22,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:25:22,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8d92ca57-59e9-4374-9377-043ce8efc18b', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-23 11:25:22,839 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-23 11:25:22,839 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-23 11:25:22,839 - 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 11:25:22,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:25:22,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:25:22,854 - 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': 'floating_net', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:26:44,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 39c3f837-b192-4273-93dd-c05eebbc64ce 2018-04-23 11:26:44,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '39c3f837-b192-4273-93dd-c05eebbc64ce'] 2018-04-23 11:26:46,229 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 39c3f837-b192-4273-93dd-c05eebbc64ce: 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 39c3f837-b192-4273-93dd-c05eebbc64ce 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 | 2.703 | 2.703 | 2.703 | 2.703 | 2.703 | 2.703 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | -> glance_v2.upload_data | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | glance_v2.delete_image | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | -> duration | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.828608 Full duration: 10.623577 -------------------------------------------------------------------------------- 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 39c3f837-b192-4273-93dd-c05eebbc64ce 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 | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | -> glance_v2.upload_data | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | glance_v2.list_images | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 2.768 | 2.768 | 2.768 | 2.768 | 2.768 | 2.768 | 100.0% | 1 | | -> duration | 2.768 | 2.768 | 2.768 | 2.768 | 2.768 | 2.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.768018 Full duration: 12.241679 -------------------------------------------------------------------------------- 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 39c3f837-b192-4273-93dd-c05eebbc64ce 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.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | -> duration | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.226024 Full duration: 7.255136 -------------------------------------------------------------------------------- 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-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "number_instances": 2, "nics": [ { "net-id": "b436a44f-8842-4600-bb70-52ef66ea26dd" } ] }, "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 39c3f837-b192-4273-93dd-c05eebbc64ce 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 | 2.68 | 2.68 | 2.68 | 2.68 | 2.68 | 2.68 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | -> glance_v2.upload_data | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | nova.boot_servers | 12.246 | 12.246 | 12.246 | 12.246 | 12.246 | 12.246 | 100.0% | 1 | | total | 14.927 | 14.927 | 14.927 | 14.927 | 14.927 | 14.927 | 100.0% | 1 | | -> duration | 13.927 | 13.927 | 13.927 | 13.927 | 13.927 | 13.927 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.926798 Full duration: 32.690609 HINTS: * To plot HTML graphics with this data, run: rally task report 39c3f837-b192-4273-93dd-c05eebbc64ce --out output.html * To generate a JUnit report, run: rally task export 39c3f837-b192-4273-93dd-c05eebbc64ce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 39c3f837-b192-4273-93dd-c05eebbc64ce --json --out output.json 2018-04-23 11:26:46,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '39c3f837-b192-4273-93dd-c05eebbc64ce'] 2018-04-23 11:26:47,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:26:47,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '39c3f837-b192-4273-93dd-c05eebbc64ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-23 11:26:47,710 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-23 11:26:47,711 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-23 11:26:47,712 - 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 11:26:47,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:26:47,737 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:26:47,738 - 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': 'floating_net', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:30:19,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a25250f8-f81e-4d01-962b-57818ebc5691 2018-04-23 11:30:19,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a25250f8-f81e-4d01-962b-57818ebc5691'] 2018-04-23 11:30:21,328 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a25250f8-f81e-4d01-962b-57818ebc5691: 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 a25250f8-f81e-4d01-962b-57818ebc5691 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.025 | 3.025 | 3.025 | 3.025 | 3.025 | 3.025 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.402 | 4.402 | 4.402 | 4.402 | 4.402 | 4.402 | 100.0% | 1 | | total | 7.427 | 7.427 | 7.427 | 7.427 | 7.427 | 7.427 | 100.0% | 1 | | -> duration | 7.427 | 7.427 | 7.427 | 7.427 | 7.427 | 7.427 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.427445 Full duration: 26.572544 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 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.155 | 3.155 | 3.155 | 3.155 | 3.155 | 3.155 | 100.0% | 1 | | cinder_v2.delete_volume | 4.411 | 4.411 | 4.411 | 4.411 | 4.411 | 4.411 | 100.0% | 1 | | total | 7.566 | 7.566 | 7.566 | 7.566 | 7.566 | 7.566 | 100.0% | 1 | | -> duration | 7.566 | 7.566 | 7.566 | 7.566 | 7.566 | 7.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.56609 Full duration: 16.638137 -------------------------------------------------------------------------------- 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-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task a25250f8-f81e-4d01-962b-57818ebc5691 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 | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 100.0% | 1 | | cinder_v2.delete_volume | 4.386 | 4.386 | 4.386 | 4.386 | 4.386 | 4.386 | 100.0% | 1 | | total | 10.275 | 10.275 | 10.275 | 10.275 | 10.275 | 10.275 | 100.0% | 1 | | -> duration | 10.275 | 10.275 | 10.275 | 10.275 | 10.275 | 10.275 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.275326 Full duration: 20.077362 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 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.098 | 3.098 | 3.098 | 3.098 | 3.098 | 3.098 | 100.0% | 1 | | cinder_v2.delete_volume | 4.357 | 4.357 | 4.357 | 4.357 | 4.357 | 4.357 | 100.0% | 1 | | total | 7.455 | 7.455 | 7.455 | 7.455 | 7.455 | 7.455 | 100.0% | 1 | | -> duration | 7.455 | 7.455 | 7.455 | 7.455 | 7.455 | 7.455 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.455024 Full duration: 16.570605 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 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.172 | 3.172 | 3.172 | 3.172 | 3.172 | 3.172 | 100.0% | 1 | | cinder_v2.extend_volume | 2.415 | 2.415 | 2.415 | 2.415 | 2.415 | 2.415 | 100.0% | 1 | | cinder_v2.delete_volume | 8.553 | 8.553 | 8.553 | 8.553 | 8.553 | 8.553 | 100.0% | 1 | | total | 14.14 | 14.14 | 14.14 | 14.14 | 14.14 | 14.14 | 100.0% | 1 | | -> duration | 14.14 | 14.14 | 14.14 | 14.14 | 14.14 | 14.14 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.140384 Full duration: 23.311524 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 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 | 13.694 | 13.694 | 13.694 | 13.694 | 13.694 | 13.694 | 100.0% | 1 | | cinder_v2.delete_volume | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 100.0% | 1 | | total | 18.074 | 18.074 | 18.074 | 18.074 | 18.074 | 18.074 | 100.0% | 1 | | -> duration | 18.074 | 18.074 | 18.074 | 18.074 | 18.074 | 18.074 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.073938 Full duration: 37.107715 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.list_qos | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704403 Full duration: 11.143437 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.set_qos | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762369 Full duration: 11.182298 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 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.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | cinder_v2.list_types | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734767 Full duration: 11.245533 -------------------------------------------------------------------------------- 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 a25250f8-f81e-4d01-962b-57818ebc5691 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780594 Full duration: 11.338814 HINTS: * To plot HTML graphics with this data, run: rally task report a25250f8-f81e-4d01-962b-57818ebc5691 --out output.html * To generate a JUnit report, run: rally task export a25250f8-f81e-4d01-962b-57818ebc5691 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a25250f8-f81e-4d01-962b-57818ebc5691 --json --out output.json 2018-04-23 11:30:21,328 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a25250f8-f81e-4d01-962b-57818ebc5691'] 2018-04-23 11:30:22,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:30:22,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a25250f8-f81e-4d01-962b-57818ebc5691', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-23 11:30:22,853 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-23 11:30:22,854 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-23 11:30:22,854 - 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 11:30:22,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:30:22,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:30:22,870 - 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': 'floating_net', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:31:41,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f2e80e42-a80a-4407-926a-781fb01c0a26 2018-04-23 11:31:41,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f2e80e42-a80a-4407-926a-781fb01c0a26'] 2018-04-23 11:31:43,074 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f2e80e42-a80a-4407-926a-781fb01c0a26: 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 f2e80e42-a80a-4407-926a-781fb01c0a26 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.255 | 4.255 | 4.255 | 4.255 | 4.255 | 4.255 | 100.0% | 1 | | heat.update_stack | 2.265 | 2.265 | 2.265 | 2.265 | 2.265 | 2.265 | 100.0% | 1 | | heat.delete_stack | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 100.0% | 1 | | total | 8.796 | 8.796 | 8.796 | 8.796 | 8.796 | 8.796 | 100.0% | 1 | | -> duration | 4.796 | 4.796 | 4.796 | 4.796 | 4.796 | 4.796 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.795536 Full duration: 18.384034 -------------------------------------------------------------------------------- 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 f2e80e42-a80a-4407-926a-781fb01c0a26 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.003 | 4.003 | 4.003 | 4.003 | 4.003 | 4.003 | 100.0% | 1 | | heat.check_stack | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | heat.delete_stack | 2.259 | 2.259 | 2.259 | 2.259 | 2.259 | 2.259 | 100.0% | 1 | | total | 6.472 | 6.472 | 6.472 | 6.472 | 6.472 | 6.472 | 100.0% | 1 | | -> duration | 4.472 | 4.472 | 4.472 | 4.472 | 4.472 | 4.472 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.472303 Full duration: 16.009913 -------------------------------------------------------------------------------- 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 f2e80e42-a80a-4407-926a-781fb01c0a26 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 | 3.95 | 3.95 | 3.95 | 3.95 | 3.95 | 3.95 | 100.0% | 1 | | heat.suspend_stack | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | heat.resume_stack | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 100.0% | 1 | | heat.delete_stack | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | total | 6.741 | 6.741 | 6.741 | 6.741 | 6.741 | 6.741 | 100.0% | 1 | | -> duration | 4.741 | 4.741 | 4.741 | 4.741 | 4.741 | 4.741 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.741088 Full duration: 17.047166 -------------------------------------------------------------------------------- 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 f2e80e42-a80a-4407-926a-781fb01c0a26 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | total | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> duration | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.657578 Full duration: 9.615101 HINTS: * To plot HTML graphics with this data, run: rally task report f2e80e42-a80a-4407-926a-781fb01c0a26 --out output.html * To generate a JUnit report, run: rally task export f2e80e42-a80a-4407-926a-781fb01c0a26 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f2e80e42-a80a-4407-926a-781fb01c0a26 --json --out output.json 2018-04-23 11:31:43,074 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f2e80e42-a80a-4407-926a-781fb01c0a26'] 2018-04-23 11:31:44,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:31:44,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f2e80e42-a80a-4407-926a-781fb01c0a26', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-23 11:31:44,532 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-23 11:31:44,532 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-23 11:31:44,533 - 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 11:31:44,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:31:44,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:31:44,545 - 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': 'floating_net', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:34:35,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bb6deedf-a2bd-4c78-abec-5147ff59f006 2018-04-23 11:34:35,526 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bb6deedf-a2bd-4c78-abec-5147ff59f006'] 2018-04-23 11:34:37,084 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bb6deedf-a2bd-4c78-abec-5147ff59f006: 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | keystone_v3.add_role | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | keystone_v3.revoke_role | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | total | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> duration | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.530375 Full duration: 13.365521 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.add_role | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | keystone_v3.list_roles | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 100.0% | 1 | | -> duration | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 0.542 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.541677 Full duration: 13.32135 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | keystone_v3.list_projects | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.664727 Full duration: 13.957093 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.449 | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 100.0% | 1 | | keystone_v3.delete_role | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> duration | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.493011 Full duration: 11.532392 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | keystone_v3.delete_service | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | total | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | -> duration | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.508006 Full duration: 11.394495 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.create_user | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | -> keystone_v3.add_role | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 100.0% | 1 | | keystone_v3.create_role | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | keystone_v3.get_project | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 100.0% | 1 | | keystone_v3.get_user | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 100.0% | 1 | | keystone_v3.get_role | 0.02 | 0.02 | 0.02 | 0.02 | 0.02 | 0.02 | 100.0% | 1 | | keystone_v3.list_services | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | keystone_v3.get_services | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | total | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> duration | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.872506 Full duration: 17.617023 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | keystone_v3.update_project | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | keystone_v3.delete_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.686744 Full duration: 11.519915 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task bb6deedf-a2bd-4c78-abec-5147ff59f006 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.58126 Full duration: 13.821899 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task bb6deedf-a2bd-4c78-abec-5147ff59f006 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | total | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> duration | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.510899 Full duration: 13.246195 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | keystone_v3.list_users | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | total | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> duration | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.626549 Full duration: 13.622764 -------------------------------------------------------------------------------- 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 bb6deedf-a2bd-4c78-abec-5147ff59f006 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.create_users | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | total | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 100.0% | 1 | | -> duration | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.523585 Full duration: 19.388228 HINTS: * To plot HTML graphics with this data, run: rally task report bb6deedf-a2bd-4c78-abec-5147ff59f006 --out output.html * To generate a JUnit report, run: rally task export bb6deedf-a2bd-4c78-abec-5147ff59f006 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bb6deedf-a2bd-4c78-abec-5147ff59f006 --json --out output.json 2018-04-23 11:34:37,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bb6deedf-a2bd-4c78-abec-5147ff59f006'] 2018-04-23 11:34:38,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:34:38,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bb6deedf-a2bd-4c78-abec-5147ff59f006', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-23 11:34:38,624 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-23 11:34:38,625 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-23 11:34:38,625 - 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 11:34:38,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:34:38,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:34:38,643 - 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': 'floating_net', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:39:22,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 2018-04-23 11:39:22,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748'] 2018-04-23 11:39:24,075 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748: 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.092 | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 100.0% | 1 | | neutron.delete_network | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | total | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 100.0% | 1 | | -> duration | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.938499 Full duration: 13.703955 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.591 | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 100.0% | 1 | | neutron.delete_port | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | total | 2.254 | 2.254 | 2.254 | 2.254 | 2.254 | 2.254 | 100.0% | 1 | | -> duration | 2.254 | 2.254 | 2.254 | 2.254 | 2.254 | 2.254 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.253658 Full duration: 25.996357 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.create_subnet | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | neutron.create_router | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | neutron.add_interface_router | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 100.0% | 1 | | neutron.remove_interface_router | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | neutron.delete_router | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | total | 5.668 | 5.668 | 5.668 | 5.668 | 5.668 | 5.668 | 100.0% | 1 | | -> duration | 5.668 | 5.668 | 5.668 | 5.668 | 5.668 | 5.668 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.668423 Full duration: 34.383043 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | neutron.delete_subnet | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | total | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 100.0% | 1 | | -> duration | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.066258 Full duration: 25.871503 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | neutron.list_networks | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 100.0% | 1 | | -> duration | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.343567 Full duration: 15.510246 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | neutron.list_ports | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 2.001 | 2.001 | 2.001 | 2.001 | 2.001 | 2.001 | 100.0% | 1 | | -> duration | 2.001 | 2.001 | 2.001 | 2.001 | 2.001 | 2.001 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.001018 Full duration: 26.480403 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.create_subnet | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | neutron.create_router | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | neutron.add_interface_router | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 100.0% | 1 | | neutron.list_routers | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 100.0% | 1 | | -> duration | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 3.984 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.983711 Full duration: 35.176827 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | neutron.create_subnet | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | neutron.list_subnets | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | -> duration | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.781151 Full duration: 30.185934 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | neutron.delete_security_group | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> duration | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.256564 Full duration: 12.983328 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | neutron.create_security_group_rule | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | neutron.delete_security_group | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 1.61 | 1.61 | 1.61 | 1.61 | 1.61 | 1.61 | 100.0% | 1 | | -> duration | 1.61 | 1.61 | 1.61 | 1.61 | 1.61 | 1.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.609989 Full duration: 13.44498 -------------------------------------------------------------------------------- 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 a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 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.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | neutron.create_router | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | neutron.add_gateway_router | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | neutron.remove_gateway_router | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 3.332 | 3.332 | 3.332 | 3.332 | 3.332 | 3.332 | 100.0% | 1 | | -> duration | 3.332 | 3.332 | 3.332 | 3.332 | 3.332 | 3.332 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.332047 Full duration: 22.144796 HINTS: * To plot HTML graphics with this data, run: rally task report a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 --out output.html * To generate a JUnit report, run: rally task export a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748 --json --out output.json 2018-04-23 11:39:24,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748'] 2018-04-23 11:39:25,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:39:25,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a5a9f6d8-3f0e-44cf-a86b-2cf0f43a5748', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-23 11:39:25,626 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-23 11:39:25,626 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-23 11:39:25,626 - 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 11:39:25,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:39:25,638 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:39:25,639 - 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': 'floating_net', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:49:34,347 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3e0cc31e-4ee4-42aa-821d-97461180c52a 2018-04-23 11:49:34,347 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3e0cc31e-4ee4-42aa-821d-97461180c52a'] 2018-04-23 11:49:35,872 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3e0cc31e-4ee4-42aa-821d-97461180c52a: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "image": { "name": "Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "block_migration": false, "nics": [ { "net-id": "b436a44f-8842-4600-bb70-52ef66ea26dd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3e0cc31e-4ee4-42aa-821d-97461180c52a 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.468 | 9.468 | 9.468 | 9.468 | 9.468 | 9.468 | 100.0% | 1 | | nova.find_host_to_migrate | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | nova.live_migrate | 8.626 | 8.626 | 8.626 | 8.626 | 8.626 | 8.626 | 100.0% | 1 | | nova.delete_server | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 100.0% | 1 | | total | 21.443 | 21.443 | 21.443 | 21.443 | 21.443 | 21.443 | 100.0% | 1 | | -> duration | 20.443 | 20.443 | 20.443 | 20.443 | 20.443 | 20.443 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.442967 Full duration: 30.058427 -------------------------------------------------------------------------------- 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-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "image": { "name": "Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "b436a44f-8842-4600-bb70-52ef66ea26dd" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3e0cc31e-4ee4-42aa-821d-97461180c52a 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.385 | 9.385 | 9.385 | 9.385 | 9.385 | 9.385 | 100.0% | 1 | | cinder_v2.create_volume | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 100.0% | 1 | | nova.attach_volume | 6.191 | 6.191 | 6.191 | 6.191 | 6.191 | 6.191 | 100.0% | 1 | | nova.find_host_to_migrate | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | nova.live_migrate | 15.325 | 15.325 | 15.325 | 15.325 | 15.325 | 15.325 | 100.0% | 1 | | nova.detach_volume | 3.508 | 3.508 | 3.508 | 3.508 | 3.508 | 3.508 | 100.0% | 1 | | cinder_v2.delete_volume | 33.913 | 33.913 | 33.913 | 33.913 | 33.913 | 33.913 | 100.0% | 1 | | nova.delete_server | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 100.0% | 1 | | total | 74.731 | 74.731 | 74.731 | 74.731 | 74.731 | 74.731 | 100.0% | 1 | | -> duration | 73.731 | 73.731 | 73.731 | 73.731 | 73.731 | 73.731 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 73.731435 Full duration: 85.401164 -------------------------------------------------------------------------------- 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-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "image": { "name": "Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "b436a44f-8842-4600-bb70-52ef66ea26dd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3e0cc31e-4ee4-42aa-821d-97461180c52a 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 | 5.927 | 5.927 | 5.927 | 5.927 | 5.927 | 5.927 | 100.0% | 1 | | nova.boot_server | 11.272 | 11.272 | 11.272 | 11.272 | 11.272 | 11.272 | 100.0% | 1 | | nova.find_host_to_migrate | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | nova.live_migrate | 14.801 | 14.801 | 14.801 | 14.801 | 14.801 | 14.801 | 100.0% | 1 | | nova.delete_server | 4.674 | 4.674 | 4.674 | 4.674 | 4.674 | 4.674 | 100.0% | 1 | | total | 37.566 | 37.566 | 37.566 | 37.566 | 37.566 | 37.566 | 100.0% | 1 | | -> duration | 36.566 | 36.566 | 36.566 | 36.566 | 36.566 | 36.566 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 36.565695 Full duration: 49.02021 -------------------------------------------------------------------------------- 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-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "image": { "name": "Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "server_kwargs": { "nics": [ { "net-id": "b436a44f-8842-4600-bb70-52ef66ea26dd" } ] } }, "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 3e0cc31e-4ee4-42aa-821d-97461180c52a 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.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | nova.boot_server | 8.918 | 8.918 | 8.918 | 8.918 | 8.918 | 8.918 | 100.0% | 1 | | nova.delete_server | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 100.0% | 1 | | nova.delete_keypair | 0.022 | 0.022 | 0.022 | 0.022 | 0.022 | 0.022 | 100.0% | 1 | | total | 12.231 | 12.231 | 12.231 | 12.231 | 12.231 | 12.231 | 100.0% | 1 | | -> duration | 11.231 | 11.231 | 11.231 | 11.231 | 11.231 | 11.231 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.231171 Full duration: 32.559774 -------------------------------------------------------------------------------- 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-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "image": { "name": "Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "volume_size": 5, "nics": [ { "net-id": "b436a44f-8842-4600-bb70-52ef66ea26dd" } ] }, "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 3e0cc31e-4ee4-42aa-821d-97461180c52a 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 | 5.67 | 5.67 | 5.67 | 5.67 | 5.67 | 5.67 | 100.0% | 1 | | nova.boot_server | 9.338 | 9.338 | 9.338 | 9.338 | 9.338 | 9.338 | 100.0% | 1 | | nova.delete_server | 4.629 | 4.629 | 4.629 | 4.629 | 4.629 | 4.629 | 100.0% | 1 | | total | 19.637 | 19.637 | 19.637 | 19.637 | 19.637 | 19.637 | 100.0% | 1 | | -> duration | 18.637 | 18.637 | 18.637 | 18.637 | 18.637 | 18.637 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.636514 Full duration: 43.359962 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "image": { "name": "Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f" }, "force_delete": false, "nics": [ { "net-id": "b436a44f-8842-4600-bb70-52ef66ea26dd" } ] }, "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 3e0cc31e-4ee4-42aa-821d-97461180c52a has 1 error(s) -------------------------------------------------------------------------------- TimeoutException: Rally tired waiting for Server s_rally_02179141_sobWjlq7:06ea7e15-4cab-4a39-a15b-353b39a29faf to become ('ACTIVE') current status SHUTOFF Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 655, in run self._unpause_server(server) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 326, in _unpause_server check_interval=CONF.openstack.nova_server_unpause_poll_interval File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 251, in wait_for_status resource_status=get_status(resource, status_attr)) TimeoutException: Rally tired waiting for Server s_rally_02179141_sobWjlq7:06ea7e15-4cab-4a39-a15b-353b39a29faf to become ('ACTIVE') current status SHUTOFF -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.306 | 9.306 | 9.306 | 9.306 | 9.306 | 9.306 | 100.0% | 1 | | nova.pause_server | 2.38 | 2.38 | 2.38 | 2.38 | 2.38 | 2.38 | 100.0% | 1 | | nova.unpause_server | 303.774 | 303.774 | 303.774 | 303.774 | 303.774 | 303.774 | 0.0% | 1 | | total | 315.46 | 315.46 | 315.46 | 315.46 | 315.46 | 315.46 | 0.0% | 1 | | -> duration | 310.46 | 310.46 | 310.46 | 310.46 | 310.46 | 310.46 | 0.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 0.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 310.460116 Full duration: 340.753904 HINTS: * To plot HTML graphics with this data, run: rally task report 3e0cc31e-4ee4-42aa-821d-97461180c52a --out output.html * To generate a JUnit report, run: rally task export 3e0cc31e-4ee4-42aa-821d-97461180c52a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3e0cc31e-4ee4-42aa-821d-97461180c52a --json --out output.json 2018-04-23 11:49:35,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3e0cc31e-4ee4-42aa-821d-97461180c52a'] 2018-04-23 11:49:37,327 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:49:37,327 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3e0cc31e-4ee4-42aa-821d-97461180c52a', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-23 11:49:37,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-23 11:49:37,336 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-23 11:49:37,336 - 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 11:49:37,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 11:49:37,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 11:49:37,350 - 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': 'floating_net', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'b436a44f-8842-4600-bb70-52ef66ea26dd', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'flavor_name': 'rally-tiny-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2b2d26b7-b1d2-4476-8357-5fdac3584f0f', '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 11:50:22,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6edcefaf-78c3-4d86-b68a-99c16dca7842 2018-04-23 11:50:22,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6edcefaf-78c3-4d86-b68a-99c16dca7842'] 2018-04-23 11:50:23,551 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6edcefaf-78c3-4d86-b68a-99c16dca7842: 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 6edcefaf-78c3-4d86-b68a-99c16dca7842 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | quotas.delete_quotas | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821745 Full duration: 8.021808 -------------------------------------------------------------------------------- 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 6edcefaf-78c3-4d86-b68a-99c16dca7842 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.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740564 Full duration: 7.721928 -------------------------------------------------------------------------------- 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 6edcefaf-78c3-4d86-b68a-99c16dca7842 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.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.624318 Full duration: 7.69595 -------------------------------------------------------------------------------- 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 6edcefaf-78c3-4d86-b68a-99c16dca7842 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.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 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.808106 Full duration: 7.861897 HINTS: * To plot HTML graphics with this data, run: rally task report 6edcefaf-78c3-4d86-b68a-99c16dca7842 --out output.html * To generate a JUnit report, run: rally task export 6edcefaf-78c3-4d86-b68a-99c16dca7842 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6edcefaf-78c3-4d86-b68a-99c16dca7842 --json --out output.json 2018-04-23 11:50:23,551 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6edcefaf-78c3-4d86-b68a-99c16dca7842'] 2018-04-23 11:50:25,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 11:50:25,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6edcefaf-78c3-4d86-b68a-99c16dca7842', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-23 11:50:25,043 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-23 11:50:25,046 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:02 | 4 | 100.00% | | cinder | 03:05 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:32 | 11 | 100.00% | | neutron | 04:15 | 11 | 100.00% | | nova | 09:41 | 6 | 83.33% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:22:51 | 56 | 98.21% | +----------------+------------+----------------+-----------+ 2018-04-23 11:50:25,046 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.21% 2018-04-23 11:50:31,540 - xtesting.energy.energy - DEBUG - Stopping recording 2018-04-23 11:50:32,086 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:50:32,086 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 26:33 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-23 11:50:32,090 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-23 11:50:32,090 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-23 11:50:32,176 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 11:50:35,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 11:50:35.427 10766 INFO rally.deployment.engine [-] Deployment 975c7a6d-effb-40cd-853b-fed4067cc3be | Starting: Destroy cloud and free allocated resources. 2018-04-23 11:50:35.441 10766 INFO rally.deployment.engine [-] Deployment 975c7a6d-effb-40cd-853b-fed4067cc3be | Completed: Destroy cloud and free allocated resources. 2018-04-23 11:50:35.456 10766 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a). 2018-04-23 11:50:35.459 10766 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 11:50:38,986 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 11:50:38.842 10769 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cfe01ea1-2896-4573-9871-45e16ea5e726) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cfe01ea1-2896-4573-9871-45e16ea5e726 | 2018-04-23T11:50:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cfe01ea1-2896-4573-9871-45e16ea5e726 ~/.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:50:43,462 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 11:50:43,463 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 11:50:47,015 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 11:50:46.722 10775 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d8c1e237-e469-4fd4-87bf-6091816bf50a). 2018-04-23 11:50:46.884 10775 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 11:50:51,666 - 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:50:50.190 10778 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 11:50:50.259 10778 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 11:50:51.541 10778 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c) as the default verifier for the future CLI operations. 2018-04-23 11:50:56,237 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 11:50:58,096 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 11:51:00,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 11:51:06,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 11:51:05.397 10797 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c) for deployment 'opnfv-rally' (UUID=cfe01ea1-2896-4573-9871-45e16ea5e726). 2018-04-23 11:51:06.083 10797 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c) has been successfully configured for deployment 'opnfv-rally' (UUID=cfe01ea1-2896-4573-9871-45e16ea5e726)! 2018-04-23 11:51:06,234 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 11:51:06,235 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 11:51:06,238 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 11:51:09,401 - 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 11:51:12,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:51:12.650 10809 INFO rally.api [-] Starting verification (UUID=9c2c9ef2-6cab-4e63-acc0-37a0222c3a49) for deployment 'opnfv-rally' (UUID=cfe01ea1-2896-4573-9871-45e16ea5e726) by verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c). 2018-04-23 11:51:12,652 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9c2c9ef2-6cab-4e63-acc0-37a0222c3a49 2018-04-23 11:51:50,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:51:50.512 10809 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [4.232s] 2018-04-23 11:51:51,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:51:51.319 10809 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.025s] 2018-04-23 11:51:51,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:51:51.336 10809 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.016s] 2018-04-23 11:51:51,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:51:51.354 10809 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2018-04-23 11:52:01,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:01.416 10809 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-23 11:52:02,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:02.432 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [17.174s] 2018-04-23 11:52:03,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:03.725 10809 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [4.754s] 2018-04-23 11:52:03,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:03.866 10809 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [4.399s] 2018-04-23 11:52:04,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:04.281 10809 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [4.660s] 2018-04-23 11:52:04,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:04.575 10809 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.705s] 2018-04-23 11:52:04,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:04.777 10809 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [4.732s] 2018-04-23 11:52:04,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:04.825 10809 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [4.820s] 2018-04-23 11:52:04,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:04.890 10809 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.111s] 2018-04-23 11:52:05,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:05.031 10809 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [4.504s] 2018-04-23 11:52:05,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:05.475 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [3.664s] 2018-04-23 11:52:07,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:07.509 10809 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [2.889s] 2018-04-23 11:52:08,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:08.453 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [6.020s] 2018-04-23 11:52:09,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:09.740 10809 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [2.230s] 2018-04-23 11:52:10,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:10.320 10809 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [5.289s] 2018-04-23 11:52:10,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:10.528 10809 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [9.767s] 2018-04-23 11:52:10,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:10.547 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [3.223s] 2018-04-23 11:52:11,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:11.292 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.744s] 2018-04-23 11:52:11,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:11.984 10809 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [11.852s] 2018-04-23 11:52:12,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:12.271 10809 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [1.742s] 2018-04-23 11:52:12,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:12.768 10809 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [22.207s] 2018-04-23 11:52:14,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:14.389 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [3.097s] 2018-04-23 11:52:17,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:17.147 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [2.758s] 2018-04-23 11:52:17,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:17.699 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.552s] 2018-04-23 11:52:17,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:17.850 10809 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [8.110s] 2018-04-23 11:52:18,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:18.213 10809 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [14.866s] 2018-04-23 11:52:18,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:18.405 10809 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [6.422s] 2018-04-23 11:52:18,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:18.493 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.792s] 2018-04-23 11:52:18,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:18.745 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... fail [10.288s] 2018-04-23 11:52:18,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:18.978 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.485s] 2018-04-23 11:52:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:19.555 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.576s] 2018-04-23 11:52:19,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:19.636 10809 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [6.481s] 2018-04-23 11:52:19,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:19.700 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.145s] 2018-04-23 11:52:20,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:20.010 10809 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [2.160s] 2018-04-23 11:52:20,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:20.081 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.381s] 2018-04-23 11:52:20,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:20.253 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.171s] 2018-04-23 11:52:20,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:20.941 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.686s] 2018-04-23 11:52:21,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:21.005 10809 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.802s] 2018-04-23 11:52:21,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:21.569 10809 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [1.558s] 2018-04-23 11:52:21,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:21.616 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.677s] 2018-04-23 11:52:21,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:21.852 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.234s] 2018-04-23 11:52:22,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:22.040 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.188s] 2018-04-23 11:52:23,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:23.009 10809 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [31.860s] 2018-04-23 11:52:23,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:23.389 10809 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [3.752s] 2018-04-23 11:52:23,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:23.625 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.583s] 2018-04-23 11:52:24,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:24.053 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.429s] 2018-04-23 11:52:24,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:24.397 10809 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [21.507s] 2018-04-23 11:52:24,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:24.769 10809 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [1.248s] 2018-04-23 11:52:24,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:24.773 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.719s] 2018-04-23 11:52:25,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:25.109 10809 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [10.320s] 2018-04-23 11:52:25,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:25.484 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [6.742s] 2018-04-23 11:52:26,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:26.070 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [1.339s] 2018-04-23 11:52:26,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:26.237 10809 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [5.233s] 2018-04-23 11:52:26,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:26.778 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [2.003s] 2018-04-23 11:52:27,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:27.603 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.824s] 2018-04-23 11:52:27,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:27.937 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [1.122s] 2018-04-23 11:52:28,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:28.138 10809 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [3.370s] 2018-04-23 11:52:28,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:28.250 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.645s] 2018-04-23 11:52:28,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:28.592 10809 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [5.200s] 2018-04-23 11:52:28,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:28.592 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.652s] 2018-04-23 11:52:28,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:28.951 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.700s] 2018-04-23 11:52:29,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:29.211 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [3.140s] 2018-04-23 11:52:29,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:29.455 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.866s] 2018-04-23 11:52:29,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:29.558 10809 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.604s] 2018-04-23 11:52:30,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:30.421 10809 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [5.311s] 2018-04-23 11:52:30,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:30.967 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [25.490s] 2018-04-23 11:52:31,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:31.142 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [1.930s] 2018-04-23 11:52:31,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:31.624 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.483s] 2018-04-23 11:52:31,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:31.873 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.247s] 2018-04-23 11:52:32,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:32.561 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.688s] 2018-04-23 11:52:33,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:33.118 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [3.662s] 2018-04-23 11:52:33,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:33.514 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.954s] 2018-04-23 11:52:33,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:33.948 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.432s] 2018-04-23 11:52:34,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:34.188 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [1.069s] 2018-04-23 11:52:34,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:34.804 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.856s] 2018-04-23 11:52:35,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:35.443 10809 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.639s] 2018-04-23 11:52:37,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:37.130 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [2.943s] 2018-04-23 11:52:37,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:37.524 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.393s] 2018-04-23 11:52:38,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:38.240 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.716s] 2018-04-23 11:52:39,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:39.005 10809 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.137s] 2018-04-23 11:52:39,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:39.118 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.878s] 2018-04-23 11:52:40,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:40.288 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [1.169s] 2018-04-23 11:52:41,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:41.058 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.771s] 2018-04-23 11:52:41,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:41.884 10809 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.310s] 2018-04-23 11:52:41,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:41.996 10809 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [38.282s] 2018-04-23 11:52:42,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:42.251 10809 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.367s] 2018-04-23 11:52:42,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:42.646 10809 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.395s] 2018-04-23 11:52:42,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:42.677 10809 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [39.082s] 2018-04-23 11:52:43,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:43.558 10809 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.912s] 2018-04-23 11:52:44,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:44.193 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [13.225s] 2018-04-23 11:52:44,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:44.260 10809 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.702s] 2018-04-23 11:52:44,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:44.603 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [3.544s] 2018-04-23 11:52:44,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:44.849 10809 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.589s] 2018-04-23 11:52:45,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:45.936 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [1.333s] 2018-04-23 11:52:46,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:46.366 10809 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.360s] 2018-04-23 11:52:46,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:46.524 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.588s] 2018-04-23 11:52:47,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:47.596 10809 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [1.071s] 2018-04-23 11:52:55,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:55.034 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [10.840s] 2018-04-23 11:52:55,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:55.909 10809 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [51.071s] 2018-04-23 11:52:56,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:56.176 10809 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [31.780s] 2018-04-23 11:52:56,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:56.908 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [31.423s] 2018-04-23 11:52:58,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:52:58.040 10809 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [35.029s] 2018-04-23 11:53:00,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:00.432 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.156s] 2018-04-23 11:53:00,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:00.451 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.019s] 2018-04-23 11:53:00,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:00.544 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [37.078s] 2018-04-23 11:53:00,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:00.802 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.350s] 2018-04-23 11:53:00,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:00.824 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.022s] 2018-04-23 11:53:00,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:00.842 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2018-04-23 11:53:00,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:00.940 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.098s] 2018-04-23 11:53:01,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:01.058 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.115s] 2018-04-23 11:53:01,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:01.179 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.122s] 2018-04-23 11:53:01,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:01.912 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.733s] 2018-04-23 11:53:01,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:01.935 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.023s] 2018-04-23 11:53:02,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:02.067 10809 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.132s] 2018-04-23 11:53:03,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:03.377 10809 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [34.786s] 2018-04-23 11:53:04,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:04.926 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... fail [9.891s] 2018-04-23 11:53:05,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:05.446 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... fail [8.535s] 2018-04-23 11:53:08,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:08.578 10809 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [32.018s] 2018-04-23 11:53:10,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:10.003 10809 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.427s] 2018-04-23 11:53:11,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:11.718 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [4.493s] 2018-04-23 11:53:15,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:15.890 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [4.172s] 2018-04-23 11:53:16,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:16.377 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [11.451s] 2018-04-23 11:53:18,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:18.439 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.547s] 2018-04-23 11:53:19,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:19.200 10809 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [37.205s] 2018-04-23 11:53:20,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:20.137 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.697s] 2018-04-23 11:53:21,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:21.749 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [21.204s] 2018-04-23 11:53:21,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:21.976 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [16.531s] 2018-04-23 11:53:22,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:22.001 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.865s] 2018-04-23 11:53:22,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:22.166 10809 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.191s] 2018-04-23 11:53:23,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:23.839 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [7.463s] 2018-04-23 11:53:24,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:24.081 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.241s] 2018-04-23 11:53:24,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:24.128 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.047s] 2018-04-23 11:53:24,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:24.173 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.045s] 2018-04-23 11:53:24,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:24.220 10809 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.045s] 2018-04-23 11:53:24,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:24.699 10809 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.657s] 2018-04-23 11:53:25,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:25.637 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [3.635s] 2018-04-23 11:53:25,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:25.937 10809 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [43.257s] 2018-04-23 11:53:26,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:26.320 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.683s] 2018-04-23 11:53:26,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:26.896 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.576s] 2018-04-23 11:53:27,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:27.676 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.779s] 2018-04-23 11:53:28,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:28.975 10809 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [9.774s] 2018-04-23 11:53:29,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:29.719 10809 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.744s] 2018-04-23 11:53:30,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:30.293 10809 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.573s] 2018-04-23 11:53:30,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:30.494 10809 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-04-23 11:53:30,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:30.708 10809 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.213s] 2018-04-23 11:53:31,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:31.353 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [3.676s] 2018-04-23 11:53:31,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:31.976 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.623s] 2018-04-23 11:53:32,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:32.637 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.660s] 2018-04-23 11:53:33,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:33.338 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.699s] 2018-04-23 11:53:36,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:36.042 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [2.705s] 2018-04-23 11:53:36,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:36.138 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.964s] 2018-04-23 11:53:37,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:37.027 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.985s] 2018-04-23 11:53:37,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:37.280 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.141s] 2018-04-23 11:53:37,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:37.867 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.838s] 2018-04-23 11:53:38,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:38.434 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.567s] 2018-04-23 11:53:38,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:38.654 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.374s] 2018-04-23 11:53:39,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:39.633 10809 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.198s] 2018-04-23 11:53:40,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:40.292 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.638s] 2018-04-23 11:53:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:40.771 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [19.022s] 2018-04-23 11:53:40,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:40.861 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.567s] 2018-04-23 11:53:41,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:41.040 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.180s] 2018-04-23 11:53:41,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:41.239 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.198s] 2018-04-23 11:53:41,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:41.326 10809 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.626s] 2018-04-23 11:53:41,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:41.444 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.205s] 2018-04-23 11:53:41,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:41.781 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.336s] 2018-04-23 11:53:41,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:41.988 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.206s] 2018-04-23 11:53:42,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:42.254 10809 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.266s] 2018-04-23 11:53:47,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:47.791 10809 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.856s] 2018-04-23 11:53:49,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:49.810 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [9.039s] 2018-04-23 11:53:56,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:53:56.243 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.432s] 2018-04-23 11:54:00,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:00.250 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.006s] 2018-04-23 11:54:04,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:04.400 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.150s] 2018-04-23 11:54:05,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:05.067 10809 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [15.149s] 2018-04-23 11:54:05,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:05.197 10809 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.128s] 2018-04-23 11:54:05,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:05.765 10809 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.568s] 2018-04-23 11:54:05,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:05.931 10809 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.165s] 2018-04-23 11:54:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:05.932 10809 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-23 11:54:09,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:09.774 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.372s] 2018-04-23 11:54:15,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:15.124 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.350s] 2018-04-23 11:54:15,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:15.319 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.194s] 2018-04-23 11:54:15,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:15.498 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.179s] 2018-04-23 11:54:15,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:15.617 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.118s] 2018-04-23 11:54:15,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:15.704 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.087s] 2018-04-23 11:54:15,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:15.876 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.171s] 2018-04-23 11:54:16,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:16.014 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.138s] 2018-04-23 11:54:16,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:16.094 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.078s] 2018-04-23 11:54:16,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:16.177 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.081s] 2018-04-23 11:54:19,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:19.611 10809 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [32.178s] 2018-04-23 11:54:19,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:19.631 10809 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [38.299s] 2018-04-23 11:54:21,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:21.506 10809 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.331s] 2018-04-23 11:54:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:23.937 10809 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [31.188s] 2018-04-23 11:54:24,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:24.045 10809 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.109s] 2018-04-23 11:54:24,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:24.399 10809 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.353s] 2018-04-23 11:54:24,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:24.520 10809 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.119s] 2018-04-23 11:54:24,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:24.521 10809 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-23 11:54:54,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:54:54.156 10809 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [34.546s] 2018-04-23 11:55:28,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:55:28.344 10809 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [34.185s] 2018-04-23 11:55:29,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:55:29.228 10809 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [122.622s] 2018-04-23 11:55:57,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:55:57.306 10809 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [28.960s] 2018-04-23 11:56:02,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:56:02.007 10809 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.776s] 2018-04-23 11:56:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9c2c9ef2-6cab-4e63-acc0-37a0222c3a49']'. 2018-04-23 11:56:18,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9c2c9ef2-6cab-4e63-acc0-37a0222c3a49 | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 11:51:12 | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 11:56:16 | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:04 | 2018-04-23 11:56:18,357 - 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:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c) | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 11:56:18,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: cfe01ea1-2896-4573-9871-45e16ea5e726) | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 263.276 | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 201 | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 11:56:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 11:56:18,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.5294117647% 2018-04-23 11:56:21,913 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 11:56:21,913 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:25 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-23 11:56:21,916 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-23 11:56:21,916 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-23 11:56:21,997 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 11:56:25,529 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 11:56:25.295 11036 INFO rally.deployment.engine [-] Deployment cfe01ea1-2896-4573-9871-45e16ea5e726 | Starting: Destroy cloud and free allocated resources. 2018-04-23 11:56:25.311 11036 INFO rally.deployment.engine [-] Deployment cfe01ea1-2896-4573-9871-45e16ea5e726 | Completed: Destroy cloud and free allocated resources. 2018-04-23 11:56:25.346 11036 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c) for deployment 'opnfv-rally'. 2018-04-23 11:56:25.368 11036 INFO rally.api [-] Deleting verification (UUID=9c2c9ef2-6cab-4e63-acc0-37a0222c3a49). 2018-04-23 11:56:25.372 11036 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 11:56:25.372 11036 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c). 2018-04-23 11:56:25.380 11036 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 11:56:28,909 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 11:56:28.771 11039 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9c2ad62a-8e38-466d-9def-48cb23065152) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9c2ad62a-8e38-466d-9def-48cb23065152 | 2018-04-23T11:56:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9c2ad62a-8e38-466d-9def-48cb23065152 ~/.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:56:33,341 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 11:56:33,342 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 11:56:36,946 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 11:56:36.617 11045 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c70c4e9e-4f27-4a17-87f1-adc67d8b3a1c). 2018-04-23 11:56:36.789 11045 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 11:56:41,637 - 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:56:40.159 11048 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 11:56:40.229 11048 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 11:56:41.510 11048 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d) as the default verifier for the future CLI operations. 2018-04-23 11:56:46,182 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 11:56:49,020 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 11:56:51,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 11:56:57,103 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 11:56:56.269 11067 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d) for deployment 'opnfv-rally' (UUID=9c2ad62a-8e38-466d-9def-48cb23065152). 2018-04-23 11:56:56.944 11067 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d) has been successfully configured for deployment 'opnfv-rally' (UUID=9c2ad62a-8e38-466d-9def-48cb23065152)! 2018-04-23 11:56:57,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 11:56:57,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 11:56:57,108 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 11:56:57,117 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 11:57:02,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-53973fbb-bfb2-46b2-bc97-da94c8182a6d/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 11:57:02,213 - 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 11:57:05,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 11:57:05.470 11076 INFO rally.api [-] Starting verification (UUID=53a28202-e339-416d-aeae-ef6b164109ef) for deployment 'opnfv-rally' (UUID=9c2ad62a-8e38-466d-9def-48cb23065152) by verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d). 2018-04-23 11:57:05,472 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 53a28202-e339-416d-aeae-ef6b164109ef 2018-04-23 12:01:20,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '53a28202-e339-416d-aeae-ef6b164109ef']'. 2018-04-23 12:01:22,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 12:01:22,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 12:01:22,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 12:01:22,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 53a28202-e339-416d-aeae-ef6b164109ef | 2018-04-23 12:01:22,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-23 12:01:22,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 11:57:05 | 2018-04-23 12:01:22,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 12:01:20 | 2018-04-23 12:01:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:15 | 2018-04-23 12:01:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 12:01:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 12:01:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 53973fbb-bfb2-46b2-bc97-da94c8182a6d) | 2018-04-23 12:01:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 12:01:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9c2ad62a-8e38-466d-9def-48cb23065152) | 2018-04-23 12:01:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-23 12:01:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 213.472 | 2018-04-23 12:01:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 130 | 2018-04-23 12:01:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 157 | 2018-04-23 12:01:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 12:01:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 12:01:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-23 12:01:22,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 12:01:22,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 12:01:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-23 12:01:26,024 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 12:01:26,025 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 04:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 12:01:26,031 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-23 12:01:45,469 - 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 12:01:45,470 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-23 12:01:45,495 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-23 12:01:45,772 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 12:01:45,773 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 12:01:45,777 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-23 12:01:46,606 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 12:42:37,698 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 12:42:37,699 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:51 | PASS | +---------------------+------------------+------------------+----------------+ 2018-04-23 12:42:37,704 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-23 12:42:37,779 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 12:42:41,251 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 12:42:41.007 11423 INFO rally.deployment.engine [-] Deployment 9c2ad62a-8e38-466d-9def-48cb23065152 | Starting: Destroy cloud and free allocated resources. 2018-04-23 12:42:41.022 11423 INFO rally.deployment.engine [-] Deployment 9c2ad62a-8e38-466d-9def-48cb23065152 | Completed: Destroy cloud and free allocated resources. 2018-04-23 12:42:41.070 11423 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d) for deployment 'opnfv-rally'. 2018-04-23 12:42:41.100 11423 INFO rally.api [-] Deleting verification (UUID=53a28202-e339-416d-aeae-ef6b164109ef). 2018-04-23 12:42:41.105 11423 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 12:42:41.105 11423 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d). 2018-04-23 12:42:41.116 11423 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 12:42:44,637 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 12:42:44.487 11426 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=772b51c5-f3e7-4a8b-a8b5-f1dcd2932352) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 772b51c5-f3e7-4a8b-a8b5-f1dcd2932352 | 2018-04-23T12:42:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 772b51c5-f3e7-4a8b-a8b5-f1dcd2932352 ~/.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 12:42:49,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 12:42:49,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 12:42:52,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 12:42:52.388 11432 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=53973fbb-bfb2-46b2-bc97-da94c8182a6d). 2018-04-23 12:42:52.515 11432 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 12:42:57,221 - 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 12:42:55.780 11435 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 12:42:55.840 11435 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 12:42:57.087 11435 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca1c847a-08a6-4b29-ab75-4cdff86fb207) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ca1c847a-08a6-4b29-ab75-4cdff86fb207) as the default verifier for the future CLI operations. 2018-04-23 12:43:06,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 12:43:11,900 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 12:43:11.032 11454 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca1c847a-08a6-4b29-ab75-4cdff86fb207) for deployment 'opnfv-rally' (UUID=772b51c5-f3e7-4a8b-a8b5-f1dcd2932352). 2018-04-23 12:43:11.768 11454 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca1c847a-08a6-4b29-ab75-4cdff86fb207) has been successfully configured for deployment 'opnfv-rally' (UUID=772b51c5-f3e7-4a8b-a8b5-f1dcd2932352)! 2018-04-23 12:43:16,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ca1c847a-08a6-4b29-ab75-4cdff86fb207/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 12:43:16,288 - 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 12:43:19,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 12:43:19.497 11463 INFO rally.api [-] Starting verification (UUID=b47714d2-1af5-4904-a35c-31b862dc9668) for deployment 'opnfv-rally' (UUID=772b51c5-f3e7-4a8b-a8b5-f1dcd2932352) by verifier 'opnfv-tempest' (UUID=ca1c847a-08a6-4b29-ab75-4cdff86fb207). 2018-04-23 12:45:48,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b47714d2-1af5-4904-a35c-31b862dc9668']'. 2018-04-23 12:45:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 12:45:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 12:45:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 12:45:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b47714d2-1af5-4904-a35c-31b862dc9668 | 2018-04-23 12:45:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 12:45:50,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 12:43:19 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 12:45:48 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:29 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca1c847a-08a6-4b29-ab75-4cdff86fb207) | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 772b51c5-f3e7-4a8b-a8b5-f1dcd2932352) | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 125.16 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 12:45:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 12:45:50,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-04-23 12:45:53,492 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 12:45:53,492 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:51 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-23 12:45:53,497 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-23 12:45:53,498 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 12:56 | PASS | | rally_sanity | functest | smoke | 26:33 | FAIL | | refstack_defcore | functest | smoke | 05:25 | FAIL | | patrole | functest | smoke | 04:40 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 40:51 | PASS | | neutron_trunk | functest | smoke | 02:51 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-23 12:45:53,509 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-23 12:46:11,625 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-virtual-daily-fraser-21 | | 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 | fuel | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | ericsson-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 12:46:11,630 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/ca-certificates.crt" export SDN_USERNAME=admin export SDN_CONTROLLER_IP=10.16.0.107 export SDN_PASSWORD=admin export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://172.16.10.36:35357/v3 2018-04-23 12:46:11,630 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 12:46:11,630 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-23 12:46:11,630 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-23 12:46:11,634 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK