2018-01-31 11:16:08,071 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-01-31 11:16:08,071 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.26:5000/v3 ...OK 2018-01-31 11:16:08,443 - functest.ci.check_deployment - INFO - Got token ...OK 2018-01-31 11:16:08,813 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-01-31 11:16:08,813 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.26:5000 ...OK 2018-01-31 11:16:09,279 - functest.ci.check_deployment - DEBUG - 172.30.9.26:8774 is reachable! 2018-01-31 11:16:09,279 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.26:8774/v2.1 ...OK 2018-01-31 11:16:09,648 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9696 is reachable! 2018-01-31 11:16:09,648 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.26:9696 ...OK 2018-01-31 11:16:10,041 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9292 is reachable! 2018-01-31 11:16:10,041 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.26:9292 ...OK 2018-01-31 11:16:11,219 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-01-31 11:16:12,145 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-01-31 11:16:12,179 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-01-31 11:16:13,556 - functest.ci.check_deployment - INFO - External network found: external 2018-01-31 11:16:16,370 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-31 11:16:16,371 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-31 11:16:16,372 - functest.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-01-31 11:16:16,373 - functest.ci.run_tests - INFO - Running tier 'healthcheck' 2018-01-31 11:16:16,373 - functest.ci.run_tests - INFO - Running test case 'connection_check'... 2018-01-31 11:16:18,040 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-31 11:16:25,945 - functest.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 7.902s OK 2018-01-31 11:16:25,946 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 11:16:25,946 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-01-31 11:16:25,950 - functest.ci.run_tests - INFO - Running test case 'api_check'... 2018-01-31 11:16:27,237 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-31 11:24:28,658 - functest.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_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_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 81 tests in 481.411s OK 2018-01-31 11:24:28,659 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 11:24:28,659 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-31 11:24:28,663 - functest.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-01-31 11:24:29,482 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-31 11:25:05,021 - functest.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 35.538s OK 2018-01-31 11:25:05,022 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 11:25:05,022 - functest.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:36 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-01-31 11:25:05,026 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-732 | | CI_LOOP | daily | +-------------------------+----------------------------------------------------------+ 2018-01-31 11:25:05,029 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 08:01 | PASS | | snaps_health_check | functest | healthcheck | 00:36 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-01-31 11:25:05,032 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-31 11:25:07,942 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-31 11:25:07,943 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-31 11:25:07,944 - functest.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 snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-01-31 11:25:07,945 - functest.ci.run_tests - INFO - Running tier 'smoke' 2018-01-31 11:25:07,945 - functest.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-01-31 11:25:08,613 - functest.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-01-31 11:25:08,613 - functest.energy.energy - DEBUG - Getting current scenario 2018-01-31 11:25:09,106 - functest.energy.energy - DEBUG - Starting recording 2018-01-31 11:25:09,106 - functest.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-01-31 11:25:09,537 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-31 11:25:09,538 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-31 11:25:09' 2018-01-31 11:25:09,538 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:11,043 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:13,267 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:18,082 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:18,736 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:19,504 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:24,475 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:26,801 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-1ea9d901-12e4-4f12-b13f-6af82800577f' 2018-01-31 11:25:46,859 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-31 11:25:50,566 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-01-31 11:25:50,703 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-31 11:25:51,710 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-31 11:26:05,697 - functest.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-01-31 11:26:05,698 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-01-31 11:26:06,134 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 11:26:06,135 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-31 11:26:06,138 - functest.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-01-31 11:26:06,221 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-31 11:26:06,221 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-31 11:26:06' 2018-01-31 11:26:06,221 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8edaf7ae-4f59-4a38-8013-f34f47b78ce7' 2018-01-31 11:26:07,701 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8edaf7ae-4f59-4a38-8013-f34f47b78ce7' 2018-01-31 11:26:09,130 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8edaf7ae-4f59-4a38-8013-f34f47b78ce7' 2018-01-31 11:26:13,980 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8edaf7ae-4f59-4a38-8013-f34f47b78ce7' 2018-01-31 11:26:14,600 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8edaf7ae-4f59-4a38-8013-f34f47b78ce7' 2018-01-31 11:26:19,607 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8edaf7ae-4f59-4a38-8013-f34f47b78ce7' 2018-01-31 11:26:24,495 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-31 11:26:32,713 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-31 11:26:35,107 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.3. Waiting for response... 2018-01-31 11:26:37,554 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-31 11:26:49,933 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 11:26:49,933 - functest.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2018-01-31 11:26:49,937 - functest.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-01-31 11:26:50,022 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-31 11:26:52,095 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-31 11:26:54,361 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-31 11:26:57,376 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-31 11:26:59,357 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-31 11:27:05,365 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-31 11:27:06,974 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-31 11:27:06,974 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-31 11:27:09,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-31 11:27:09,245 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-31 11:27:12,044 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-31 11:27:12,044 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-31 11:27:12,046 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-31 11:27:12,050 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-01-31 11:27:12,050 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-8ed09797-c1e4-4623-a350-129a01ea52a8/repo;testr list-tests smoke > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-01-31 11:27:14,341 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-01-31 11:27:14,343 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-01-31 11:27:14,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: 'rally verify start --concurrency 1 --load-list /home/opnfv/functest/results/tempest/test_list.txt --detailed'. 2018-01-31 11:27:16,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:27:16.264 62 INFO rally.api [-] Starting verification (UUID=f152ab44-6209-4366-b398-2367360ed5de) for deployment 'opnfv-rally' (UUID=54106064-3763-4fc1-9f9e-f0e8cedc57f5) by verifier 'opnfv-tempest' (UUID=8ed09797-c1e4-4623-a350-129a01ea52a8). 2018-01-31 11:27:16,265 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f152ab44-6209-4366-b398-2367360ed5de 2018-01-31 11:27:23,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:27:23.351 62 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.161s] 2018-01-31 11:27:23,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:27:23.415 62 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.064s] 2018-01-31 11:27:28,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:27:28.783 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.130s] 2018-01-31 11:27:30,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:27:30.240 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.456s] 2018-01-31 11:27:38,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:27:38.106 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.402s] 2018-01-31 11:27:51,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:27:51.037 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.307s] 2018-01-31 11:28:20,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:28:20.300 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-01-31 11:28:20,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:28:20.301 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-01-31 11:28:44,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:28:44.220 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2018-01-31 11:28:44,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:28:44.221 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-01-31 11:29:09,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:29:09.522 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-01-31 11:29:09,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:29:09.523 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-01-31 11:29:40,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:29:40.727 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [8.000s] 2018-01-31 11:29:57,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:29:57.909 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-01-31 11:29:58,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:29:58.021 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.111s] 2018-01-31 11:30:05,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:05.521 62 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.606s] 2018-01-31 11:30:05,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:05.531 62 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-01-31 11:30:06,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:06.618 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-01-31 11:30:06,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:06.619 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-01-31 11:30:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:10.485 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.340s] 2018-01-31 11:30:16,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:16.045 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.080s] 2018-01-31 11:30:21,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:21.632 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.557s] 2018-01-31 11:30:28,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:28.592 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.350s] 2018-01-31 11:30:37,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:37.007 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.067s] 2018-01-31 11:30:42,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:42.260 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.345s] 2018-01-31 11:30:47,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:47.132 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2018-01-31 11:30:53,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:53.329 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.432s] 2018-01-31 11:30:59,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:30:59.418 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.473s] 2018-01-31 11:31:06,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:06.686 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.586s] 2018-01-31 11:31:08,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:08.579 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-01-31 11:31:10,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:10.528 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-01-31 11:31:10,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:10.600 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-01-31 11:31:10,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:10.611 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.011s] 2018-01-31 11:31:10,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:10.618 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-01-31 11:31:13,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:13.816 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.452s] 2018-01-31 11:31:15,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:15.006 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.190s] 2018-01-31 11:31:16,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:16.661 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.655s] 2018-01-31 11:31:22,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:22.230 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-01-31 11:31:27,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:27.123 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.778s] 2018-01-31 11:31:38,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:38.691 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.012s] 2018-01-31 11:31:41,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:41.001 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.309s] 2018-01-31 11:31:50,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:50.818 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.160s] 2018-01-31 11:31:54,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:54.265 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.446s] 2018-01-31 11:31:58,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:31:58.987 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.721s] 2018-01-31 11:32:07,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:07.364 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.622s] 2018-01-31 11:32:10,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:10.421 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.057s] 2018-01-31 11:32:12,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:12.661 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.239s] 2018-01-31 11:32:24,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:24.052 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.925s] 2018-01-31 11:32:24,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:24.211 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.159s] 2018-01-31 11:32:24,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:24.315 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.103s] 2018-01-31 11:32:24,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:24.508 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.192s] 2018-01-31 11:32:24,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:24.746 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.237s] 2018-01-31 11:32:24,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:24.803 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2018-01-31 11:32:32,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:32.803 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.925s] 2018-01-31 11:32:32,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:32.963 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.160s] 2018-01-31 11:32:33,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:33.072 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2018-01-31 11:32:33,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:33.121 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.048s] 2018-01-31 11:32:33,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:33.358 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.235s] 2018-01-31 11:32:33,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:33.406 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-01-31 11:32:41,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:41.262 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.846s] 2018-01-31 11:32:44,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:44.338 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.075s] 2018-01-31 11:32:45,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:45.838 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.499s] 2018-01-31 11:32:45,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:45.892 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-01-31 11:32:45,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:45.941 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.048s] 2018-01-31 11:32:54,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:54.771 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.759s] 2018-01-31 11:32:57,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:57.985 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.213s] 2018-01-31 11:32:59,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:32:59.894 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.908s] 2018-01-31 11:33:00,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:00.093 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.199s] 2018-01-31 11:33:00,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:00.285 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.192s] 2018-01-31 11:33:12,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:12.755 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.859s] 2018-01-31 11:33:17,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:17.590 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.835s] 2018-01-31 11:33:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:21.258 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.666s] 2018-01-31 11:33:24,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:24.209 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.951s] 2018-01-31 11:33:39,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:39.961 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.583s] 2018-01-31 11:33:44,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:44.378 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.417s] 2018-01-31 11:33:48,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:48.729 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.350s] 2018-01-31 11:33:51,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:33:51.860 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.131s] 2018-01-31 11:34:00,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:00.152 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.332s] 2018-01-31 11:34:01,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:01.410 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.257s] 2018-01-31 11:34:01,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:01.451 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.043s] 2018-01-31 11:34:05,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:05.671 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.166s] 2018-01-31 11:34:06,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:06.894 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.221s] 2018-01-31 11:34:06,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:06.938 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-01-31 11:34:10,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:10.253 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.503s] 2018-01-31 11:34:13,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:13.124 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-01-31 11:34:14,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:14.112 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-01-31 11:34:14,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:14.118 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-01-31 11:34:14,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:14.119 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-01-31 11:34:14,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:14.120 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-01-31 11:34:14,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:14.120 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-01-31 11:34:15,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:15.938 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2018-01-31 11:34:29,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:29.079 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.384s] 2018-01-31 11:34:40,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:40.669 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.019s] 2018-01-31 11:34:52,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:34:52.284 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.611s] 2018-01-31 11:35:00,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:35:00.673 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.044s] 2018-01-31 11:35:53,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:35:53.496 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [47.069s] 2018-01-31 11:38:42,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:38:42.611 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [160.521s] 2018-01-31 11:39:16,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-31 11:39:16.388 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [18.991s] 2018-01-31 11:39:26,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: 'rally verify show --uuid f152ab44-6209-4366-b398-2367360ed5de'. 2018-01-31 11:39:27,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-01-31 11:39:27,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f152ab44-6209-4366-b398-2367360ed5de | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-01-31 11:27:16 | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-01-31 11:39:26 | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:10 | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8ed09797-c1e4-4623-a350-129a01ea52a8) | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 54106064-3763-4fc1-9f9e-f0e8cedc57f5) | 2018-01-31 11:39:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 715.472 | 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-31 11:39:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-01-31 11:39:28,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-01-31 11:39:30,765 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 11:39:30,765 - functest.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:25 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-01-31 11:39:30,770 - functest.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-01-31 11:39:30,770 - functest.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-01-31 11:39:30,850 - functest.energy.energy - DEBUG - Getting current scenario 2018-01-31 11:39:31,320 - functest.energy.energy - DEBUG - Starting recording 2018-01-31 11:39:31,320 - functest.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-01-31 11:39:31,743 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-31 11:39:34,125 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-31 11:39:36,411 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-31 11:39:39,695 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-01-31 11:39:41,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54'... 2018-01-31 11:39:43,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-0f35d276-f127-4147-9341-5d618d369c54'... 2018-01-31 11:39:45,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-0f35d276-f127-4147-9341-5d618d369c54'... 2018-01-31 11:39:49,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54'... 2018-01-31 11:39:49,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54'... 2018-01-31 11:39:50,540 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-01-31 11:39:50,541 - 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-01-31 11:39:50,542 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:39:50,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:39:50,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:40:49,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 2018-01-31 11:40:49,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-01-31 11:40:49,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1da9ccd3-60dd-46a5-8c63-ea72ea6926e5'] 2018-01-31 11:40:50,619 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5: 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 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 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.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> duration | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.458205 Full duration: 6.600522 -------------------------------------------------------------------------------- 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 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 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.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> duration | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.75408 Full duration: 6.950688 -------------------------------------------------------------------------------- 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 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 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.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.712747 Full duration: 6.930132 -------------------------------------------------------------------------------- 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 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 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.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787939 Full duration: 6.717196 -------------------------------------------------------------------------------- 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 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.944641 Full duration: 7.004858 -------------------------------------------------------------------------------- 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 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 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.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | -> duration | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.642972 Full duration: 6.902832 HINTS: * To plot HTML graphics with this data, run: rally task report 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 --out output.html * To generate a JUnit report, run: rally task export 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1da9ccd3-60dd-46a5-8c63-ea72ea6926e5 --json --out output.json 2018-01-31 11:40:50,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1da9ccd3-60dd-46a5-8c63-ea72ea6926e5'] 2018-01-31 11:40:51,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:40:51,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1da9ccd3-60dd-46a5-8c63-ea72ea6926e5', '--out', '/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-01-31 11:40:51,437 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-01-31 11:40:51,437 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-01-31 11:40:51,437 - 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-01-31 11:40:51,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:40:51,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:40:51,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:42:20,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9a960ad1-08a7-45a8-b0ba-1e344ce0688f 2018-01-31 11:42:20,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9a960ad1-08a7-45a8-b0ba-1e344ce0688f'] 2018-01-31 11:42:21,461 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9a960ad1-08a7-45a8-b0ba-1e344ce0688f: 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 9a960ad1-08a7-45a8-b0ba-1e344ce0688f 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 | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | -> glance_v2.upload_data | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | glance_v2.delete_image | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | total | 4.313 | 4.313 | 4.313 | 4.313 | 4.313 | 4.313 | 100.0% | 1 | | -> duration | 4.313 | 4.313 | 4.313 | 4.313 | 4.313 | 4.313 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.312779 Full duration: 11.932984 -------------------------------------------------------------------------------- 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 9a960ad1-08a7-45a8-b0ba-1e344ce0688f 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 | 3.415 | 3.415 | 3.415 | 3.415 | 3.415 | 3.415 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 3.448 | 3.448 | 3.448 | 3.448 | 3.448 | 3.448 | 100.0% | 1 | | -> duration | 3.448 | 3.448 | 3.448 | 3.448 | 3.448 | 3.448 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.44815 Full duration: 13.454489 -------------------------------------------------------------------------------- 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 9a960ad1-08a7-45a8-b0ba-1e344ce0688f 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.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> duration | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.179571 Full duration: 7.062763 -------------------------------------------------------------------------------- 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-0f35d276-f127-4147-9341-5d618d369c54" }, "number_instances": 2, "nics": [ { "net-id": "27d80fe4-7da7-4851-8fd6-08f44b454245" } ] }, "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 9a960ad1-08a7-45a8-b0ba-1e344ce0688f 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 | 3.938 | 3.938 | 3.938 | 3.938 | 3.938 | 3.938 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 1.634 | 100.0% | 1 | | nova.boot_servers | 14.582 | 14.582 | 14.582 | 14.582 | 14.582 | 14.582 | 100.0% | 1 | | total | 18.521 | 18.521 | 18.521 | 18.521 | 18.521 | 18.521 | 100.0% | 1 | | -> duration | 17.521 | 17.521 | 17.521 | 17.521 | 17.521 | 17.521 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.521263 Full duration: 40.514507 HINTS: * To plot HTML graphics with this data, run: rally task report 9a960ad1-08a7-45a8-b0ba-1e344ce0688f --out output.html * To generate a JUnit report, run: rally task export 9a960ad1-08a7-45a8-b0ba-1e344ce0688f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9a960ad1-08a7-45a8-b0ba-1e344ce0688f --json --out output.json 2018-01-31 11:42:21,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9a960ad1-08a7-45a8-b0ba-1e344ce0688f'] 2018-01-31 11:42:22,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:42:22,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9a960ad1-08a7-45a8-b0ba-1e344ce0688f', '--out', '/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-01-31 11:42:22,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-01-31 11:42:22,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-01-31 11:42:22,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-01-31 11:42:22,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:42:22,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:42:22,423 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-01-31 11:42:22,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-01-31 11:42:22,423 - 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-01-31 11:42:22,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:42:22,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:42:22,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:45:22,310 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2a79ec57-0607-4768-a5df-14d0acf89a4d 2018-01-31 11:45:22,310 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2a79ec57-0607-4768-a5df-14d0acf89a4d'] 2018-01-31 11:45:23,247 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2a79ec57-0607-4768-a5df-14d0acf89a4d: 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.039 | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.132 | 2.132 | 2.132 | 2.132 | 2.132 | 2.132 | 100.0% | 1 | | total | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 100.0% | 1 | | -> duration | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.17203 Full duration: 21.045225 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.068 | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 100.0% | 1 | | cinder_v2.delete_volume | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 100.0% | 1 | | total | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 100.0% | 1 | | -> duration | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.517982 Full duration: 14.651938 -------------------------------------------------------------------------------- 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-0f35d276-f127-4147-9341-5d618d369c54" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 2a79ec57-0607-4768-a5df-14d0acf89a4d 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 | 7.772 | 7.772 | 7.772 | 7.772 | 7.772 | 7.772 | 100.0% | 1 | | cinder_v2.delete_volume | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 100.0% | 1 | | total | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 100.0% | 1 | | -> duration | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 10.08 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.0802 Full duration: 19.86284 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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 | 2.995 | 2.995 | 2.995 | 2.995 | 2.995 | 2.995 | 100.0% | 1 | | cinder_v2.delete_volume | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 100.0% | 1 | | total | 5.485 | 5.485 | 5.485 | 5.485 | 5.485 | 5.485 | 100.0% | 1 | | -> duration | 5.485 | 5.485 | 5.485 | 5.485 | 5.485 | 5.485 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.484954 Full duration: 14.727807 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.112 | 3.112 | 3.112 | 3.112 | 3.112 | 3.112 | 100.0% | 1 | | cinder_v2.extend_volume | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 100.0% | 1 | | cinder_v2.delete_volume | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | total | 8.13 | 8.13 | 8.13 | 8.13 | 8.13 | 8.13 | 100.0% | 1 | | -> duration | 8.13 | 8.13 | 8.13 | 8.13 | 8.13 | 8.13 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.130432 Full duration: 17.231108 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.028 | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 100.0% | 1 | | cinder_v2.delete_volume | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | total | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 100.0% | 1 | | -> duration | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 5.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.356811 Full duration: 21.08876 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | cinder_v2.list_qos | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819747 Full duration: 11.317816 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | cinder_v2.set_qos | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741728 Full duration: 11.501588 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | cinder_v2.list_types | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> duration | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743879 Full duration: 11.563935 -------------------------------------------------------------------------------- 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 2a79ec57-0607-4768-a5df-14d0acf89a4d 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778264 Full duration: 11.21452 HINTS: * To plot HTML graphics with this data, run: rally task report 2a79ec57-0607-4768-a5df-14d0acf89a4d --out output.html * To generate a JUnit report, run: rally task export 2a79ec57-0607-4768-a5df-14d0acf89a4d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2a79ec57-0607-4768-a5df-14d0acf89a4d --json --out output.json 2018-01-31 11:45:23,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2a79ec57-0607-4768-a5df-14d0acf89a4d'] 2018-01-31 11:45:24,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:45:24,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2a79ec57-0607-4768-a5df-14d0acf89a4d', '--out', '/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-01-31 11:45:24,236 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-01-31 11:45:24,237 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-01-31 11:45:24,237 - 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-01-31 11:45:24,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:45:24,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:45:24,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:46:38,242 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : de639be6-b636-40cd-82ef-2262ae604037 2018-01-31 11:46:38,242 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'de639be6-b636-40cd-82ef-2262ae604037'] 2018-01-31 11:46:39,146 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task de639be6-b636-40cd-82ef-2262ae604037: 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 de639be6-b636-40cd-82ef-2262ae604037 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.485 | 4.485 | 4.485 | 4.485 | 4.485 | 4.485 | 100.0% | 1 | | heat.update_stack | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 100.0% | 1 | | heat.delete_stack | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | total | 9.84 | 9.84 | 9.84 | 9.84 | 9.84 | 9.84 | 100.0% | 1 | | -> duration | 5.84 | 5.84 | 5.84 | 5.84 | 5.84 | 5.84 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.840006 Full duration: 17.584357 -------------------------------------------------------------------------------- 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 de639be6-b636-40cd-82ef-2262ae604037 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.486 | 4.486 | 4.486 | 4.486 | 4.486 | 4.486 | 100.0% | 1 | | heat.check_stack | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | heat.delete_stack | 2.216 | 2.216 | 2.216 | 2.216 | 2.216 | 2.216 | 100.0% | 1 | | total | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 100.0% | 1 | | -> duration | 5.175 | 5.175 | 5.175 | 5.175 | 5.175 | 5.175 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.174983 Full duration: 14.726556 -------------------------------------------------------------------------------- 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 de639be6-b636-40cd-82ef-2262ae604037 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.11 | 4.11 | 4.11 | 4.11 | 4.11 | 4.11 | 100.0% | 1 | | heat.suspend_stack | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | heat.resume_stack | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | heat.delete_stack | 2.352 | 2.352 | 2.352 | 2.352 | 2.352 | 2.352 | 100.0% | 1 | | total | 9.043 | 9.043 | 9.043 | 9.043 | 9.043 | 9.043 | 100.0% | 1 | | -> duration | 7.043 | 7.043 | 7.043 | 7.043 | 7.043 | 7.043 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.042622 Full duration: 16.841171 -------------------------------------------------------------------------------- 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 de639be6-b636-40cd-82ef-2262ae604037 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.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | total | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> duration | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.555859 Full duration: 7.58315 HINTS: * To plot HTML graphics with this data, run: rally task report de639be6-b636-40cd-82ef-2262ae604037 --out output.html * To generate a JUnit report, run: rally task export de639be6-b636-40cd-82ef-2262ae604037 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report de639be6-b636-40cd-82ef-2262ae604037 --json --out output.json 2018-01-31 11:46:39,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'de639be6-b636-40cd-82ef-2262ae604037'] 2018-01-31 11:46:40,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:46:40,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'de639be6-b636-40cd-82ef-2262ae604037', '--out', '/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-01-31 11:46:40,063 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-01-31 11:46:40,063 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-01-31 11:46:40,063 - 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-01-31 11:46:40,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:46:40,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:46:40,087 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:49:37,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 181626a6-088a-471a-9826-351a51ab01b0 2018-01-31 11:49:37,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '181626a6-088a-471a-9826-351a51ab01b0'] 2018-01-31 11:49:38,783 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 181626a6-088a-471a-9826-351a51ab01b0: 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 181626a6-088a-471a-9826-351a51ab01b0 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.718652 Full duration: 13.422714 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 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.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 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.704067 Full duration: 13.477803 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 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.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711142 Full duration: 13.743552 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 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.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> duration | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.571136 Full duration: 11.364201 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.delete_service | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> duration | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.57301 Full duration: 11.344667 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | keystone_v3.create_user | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.create_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.get_project | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.list_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> duration | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.668773 Full duration: 18.316268 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 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.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> duration | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.887036 Full duration: 11.62699 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 181626a6-088a-471a-9826-351a51ab01b0 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706578 Full duration: 13.477942 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 181626a6-088a-471a-9826-351a51ab01b0 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.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | total | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> duration | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.636885 Full duration: 13.556471 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824286 Full duration: 13.736597 -------------------------------------------------------------------------------- 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 181626a6-088a-471a-9826-351a51ab01b0 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.create_users | 4.523 | 4.523 | 4.523 | 4.523 | 4.523 | 4.523 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.522 | 4.522 | 4.522 | 4.522 | 4.522 | 4.522 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 100.0% | 1 | | total | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> duration | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.087757 Full duration: 23.451876 HINTS: * To plot HTML graphics with this data, run: rally task report 181626a6-088a-471a-9826-351a51ab01b0 --out output.html * To generate a JUnit report, run: rally task export 181626a6-088a-471a-9826-351a51ab01b0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 181626a6-088a-471a-9826-351a51ab01b0 --json --out output.json 2018-01-31 11:49:38,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '181626a6-088a-471a-9826-351a51ab01b0'] 2018-01-31 11:49:39,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:49:39,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '181626a6-088a-471a-9826-351a51ab01b0', '--out', '/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-01-31 11:49:39,820 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-01-31 11:49:39,820 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-01-31 11:49:39,820 - 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-01-31 11:49:39,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:49:39,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:49:39,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:54:06,411 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e19e992a-7be1-4dae-9a82-e1a620b4e44e 2018-01-31 11:54:06,411 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e19e992a-7be1-4dae-9a82-e1a620b4e44e'] 2018-01-31 11:54:07,458 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e19e992a-7be1-4dae-9a82-e1a620b4e44e: 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | neutron.delete_network | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | total | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 100.0% | 1 | | -> duration | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.599686 Full duration: 13.786598 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.685 | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 100.0% | 1 | | neutron.delete_port | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | total | 2.137 | 2.137 | 2.137 | 2.137 | 2.137 | 2.137 | 100.0% | 1 | | -> duration | 2.137 | 2.137 | 2.137 | 2.137 | 2.137 | 2.137 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.136618 Full duration: 23.127601 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | neutron.create_subnet | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | neutron.create_router | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 100.0% | 1 | | neutron.add_interface_router | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 1.486 | 100.0% | 1 | | neutron.remove_interface_router | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.delete_router | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | -> duration | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.140123 Full duration: 29.208895 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.delete_subnet | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 100.0% | 1 | | -> duration | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 1.315 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.315423 Full duration: 22.394746 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | neutron.list_networks | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | -> duration | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.085197 Full duration: 15.656353 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | neutron.list_ports | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> duration | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.694985 Full duration: 24.327069 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | neutron.create_subnet | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | neutron.create_router | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | neutron.add_interface_router | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 100.0% | 1 | | neutron.list_routers | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | total | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 100.0% | 1 | | -> duration | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.11969 Full duration: 32.395933 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | neutron.create_subnet | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 100.0% | 1 | | neutron.list_subnets | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | -> duration | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.299853 Full duration: 26.283811 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | neutron.delete_security_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | -> duration | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.023434 Full duration: 13.199165 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | neutron.create_security_group_rule | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | neutron.delete_security_group | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 100.0% | 1 | | -> duration | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.19801 Full duration: 13.333411 -------------------------------------------------------------------------------- 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 e19e992a-7be1-4dae-9a82-e1a620b4e44e 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.create_router | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | neutron.add_gateway_router | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | neutron.remove_gateway_router | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | total | 3.398 | 3.398 | 3.398 | 3.398 | 3.398 | 3.398 | 100.0% | 1 | | -> duration | 3.398 | 3.398 | 3.398 | 3.398 | 3.398 | 3.398 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.397555 Full duration: 23.283318 HINTS: * To plot HTML graphics with this data, run: rally task report e19e992a-7be1-4dae-9a82-e1a620b4e44e --out output.html * To generate a JUnit report, run: rally task export e19e992a-7be1-4dae-9a82-e1a620b4e44e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e19e992a-7be1-4dae-9a82-e1a620b4e44e --json --out output.json 2018-01-31 11:54:07,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e19e992a-7be1-4dae-9a82-e1a620b4e44e'] 2018-01-31 11:54:08,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:54:08,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e19e992a-7be1-4dae-9a82-e1a620b4e44e', '--out', '/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-01-31 11:54:08,510 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-01-31 11:54:08,510 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-01-31 11:54:08,510 - 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-01-31 11:54:08,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:54:08,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:54:08,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:57:05,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d3a77d5a-383f-40e2-8590-dc4552ce0b0d 2018-01-31 11:57:05,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd3a77d5a-383f-40e2-8590-dc4552ce0b0d'] 2018-01-31 11:57:06,264 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d3a77d5a-383f-40e2-8590-dc4552ce0b0d: 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-0f35d276-f127-4147-9341-5d618d369c54" }, "image": { "name": "Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54" }, "block_migration": false, "nics": [ { "net-id": "27d80fe4-7da7-4851-8fd6-08f44b454245" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d3a77d5a-383f-40e2-8590-dc4552ce0b0d has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org 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 722, in run block_migration, disk_over_commit) 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 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 100.0% | 1 | | nova.find_host_to_migrate | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | nova.live_migrate | 132.612 | 132.612 | 132.612 | 132.612 | 132.612 | 132.612 | 0.0% | 1 | | total | 141.928 | 141.928 | 141.928 | 141.928 | 141.928 | 141.928 | 0.0% | 1 | | -> duration | 140.928 | 140.928 | 140.928 | 140.928 | 140.928 | 140.928 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 140.927697 Full duration: 155.061296 HINTS: * To plot HTML graphics with this data, run: rally task report d3a77d5a-383f-40e2-8590-dc4552ce0b0d --out output.html * To generate a JUnit report, run: rally task export d3a77d5a-383f-40e2-8590-dc4552ce0b0d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d3a77d5a-383f-40e2-8590-dc4552ce0b0d --json --out output.json 2018-01-31 11:57:06,264 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd3a77d5a-383f-40e2-8590-dc4552ce0b0d'] 2018-01-31 11:57:07,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:57:07,032 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd3a77d5a-383f-40e2-8590-dc4552ce0b0d', '--out', '/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-01-31 11:57:07,037 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-01-31 11:57:07,038 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-01-31 11:57:07,038 - 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-01-31 11:57:07,038 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-31 11:57:07,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-01-31 11:57:07,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '27d80fe4-7da7-4851-8fd6-08f44b454245', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0f35d276-f127-4147-9341-5d618d369c54', 'flavor_name': 'rally-tiny-0f35d276-f127-4147-9341-5d618d369c54', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0f35d276-f127-4147-9341-5d618d369c54', '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-01-31 11:58:00,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0fada9cc-fd7d-4245-a069-486226fe83ff 2018-01-31 11:58:00,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0fada9cc-fd7d-4245-a069-486226fe83ff'] 2018-01-31 11:58:01,092 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0fada9cc-fd7d-4245-a069-486226fe83ff: 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 0fada9cc-fd7d-4245-a069-486226fe83ff 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | quotas.delete_quotas | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.842898 Full duration: 7.812603 -------------------------------------------------------------------------------- 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 0fada9cc-fd7d-4245-a069-486226fe83ff 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690171 Full duration: 7.720697 -------------------------------------------------------------------------------- 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 0fada9cc-fd7d-4245-a069-486226fe83ff 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.274 | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 100.0% | 1 | | total | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | -> duration | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.662737 Full duration: 7.763936 -------------------------------------------------------------------------------- test scenario Quotas.nova_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 0fada9cc-fd7d-4245-a069-486226fe83ff 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.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | quotas.delete_quotas | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861853 Full duration: 7.8996 -------------------------------------------------------------------------------- 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 0fada9cc-fd7d-4245-a069-486226fe83ff 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.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | total | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> duration | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.864413 Full duration: 7.983174 HINTS: * To plot HTML graphics with this data, run: rally task report 0fada9cc-fd7d-4245-a069-486226fe83ff --out output.html * To generate a JUnit report, run: rally task export 0fada9cc-fd7d-4245-a069-486226fe83ff --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0fada9cc-fd7d-4245-a069-486226fe83ff --json --out output.json 2018-01-31 11:58:01,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0fada9cc-fd7d-4245-a069-486226fe83ff'] 2018-01-31 11:58:01,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-31 11:58:01,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0fada9cc-fd7d-4245-a069-486226fe83ff', '--out', '/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-01-31 11:58:01,985 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-01-31 11:58:01,987 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:12 | 4 | 100.00% | | cinder | 02:34 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:37 | 11 | 100.00% | | neutron | 03:56 | 11 | 100.00% | | nova | 02:35 | 1 | 0.00% | | quotas | 00:39 | 5 | 100.00% | | | | | | | TOTAL: | 00:15:13 | 52 | 98.08% | +----------------+------------+----------------+-----------+ 2018-01-31 11:58:01,987 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.08% 2018-01-31 11:58:06,965 - functest.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-01-31 11:58:06,965 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-01-31 11:58:07,405 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 11:58:07,405 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:35 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-01-31 11:58:07,410 - functest.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-01-31 11:58:07,410 - functest.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-01-31 11:58:07,491 - functest.energy.energy - DEBUG - Getting current scenario 2018-01-31 11:58:07,950 - functest.energy.energy - DEBUG - Starting recording 2018-01-31 11:58:07,950 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-01-31 11:58:08,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-31 11:58:10,523 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-31 11:58:12,641 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-31 11:58:15,803 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-31 11:58:18,098 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-31 11:58:24,301 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project (tenant) for Tempest suite 2018-01-31 11:58:24,977 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating user for Tempest suite 2018-01-31 11:58:25,959 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-31 11:58:29,316 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-31 11:58:29,316 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-31 11:58:30,884 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-31 11:58:30,884 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-31 11:58:33,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-01-31 11:58:33,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-01-31 11:58:34,291 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-31 11:58:34,291 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-31 11:58:37,218 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-31 11:58:37,219 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-31 11:58:37,222 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-31 11:58:37,226 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-01-31 11:58:37,228 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-01-31 11:58:37,238 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Starting Refstack_defcore test case: '['refstack-client', 'test', '-c', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/refstack_client/refstack_tempest.conf', '-v', '--test-list', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/refstack_client/defcore.txt']'. 2018-01-31 12:22:10,393 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.200796s] ... ok 2018-01-31 12:22:10,393 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.064652s] ... ok 2018-01-31 12:22:10,393 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [16.906367s] ... ok 2018-01-31 12:22:10,393 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name [0.533448s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user [0.227857s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name [6.255450s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.101760s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.225330s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.129927s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001017s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name [17.137731s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.068072s] ... ok 2018-01-31 12:22:10,394 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [0.363940s] ... ok 2018-01-31 12:22:10,395 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [0.097363s] ... ok 2018-01-31 12:22:10,395 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.001155s] ... ok 2018-01-31 12:22:10,395 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [7.615818s] ... ok 2018-01-31 12:22:10,395 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.057921s] ... ok 2018-01-31 12:22:10,395 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [43.494907s] ... FAILED 2018-01-31 12:22:10,404 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 51 tests in 1409.0000 sec. 2018-01-31 12:22:10,408 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 17 2018-01-31 12:22:10,411 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-01-31 12:22:10,415 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 34 2018-01-31 12:22:10,418 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 33.3333333333% 2018-01-31 12:22:25,463 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Unexpected error cleaning - Unable to establish connection to http://172.30.9.26:8774/v2.1/flavors/334f8b54-119e-4641-bb22-f4d550f864f6: HTTPConnectionPool(host='172.30.9.26', port=8774): Max retries exceeded with url: /v2.1/flavors/334f8b54-119e-4641-bb22-f4d550f864f6 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network unreachable',)) 2018-01-31 12:22:35,493 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Unexpected error cleaning - Unable to establish connection to http://172.30.9.26:8774/v2.1/flavors/caa8ef0d-2346-4919-8408-b450f67151a7: HTTPConnectionPool(host='172.30.9.26', port=8774): Max retries exceeded with url: /v2.1/flavors/caa8ef0d-2346-4919-8408-b450f67151a7 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2018-01-31 12:22:38,510 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Unexpected error cleaning - Error finding address for http://172.30.9.26:9292/v2/images/44c3f82b-b849-40aa-9cfc-df6196ab7abb: Unable to establish connection to http://172.30.9.26:9292/v2/images/44c3f82b-b849-40aa-9cfc-df6196ab7abb: HTTPConnectionPool(host='172.30.9.26', port=9292): Max retries exceeded with url: /v2/images/44c3f82b-b849-40aa-9cfc-df6196ab7abb (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2018-01-31 12:22:41,515 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Unexpected error cleaning - Error finding address for http://172.30.9.26:9292/v2/images/f2282501-e2b3-4d51-af7c-5a8192a52253: Unable to establish connection to http://172.30.9.26:9292/v2/images/f2282501-e2b3-4d51-af7c-5a8192a52253: HTTPConnectionPool(host='172.30.9.26', port=9292): Max retries exceeded with url: /v2/images/f2282501-e2b3-4d51-af7c-5a8192a52253 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2018-01-31 12:22:44,519 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Unexpected error cleaning - Unable to establish connection to http://172.30.9.26:9696/v2.0/subnets/ddc66c38-6482-482d-b333-908538804ce2: HTTPConnectionPool(host='172.30.9.26', port=9696): Max retries exceeded with url: /v2.0/subnets/ddc66c38-6482-482d-b333-908538804ce2 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2018-01-31 12:22:47,526 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Unexpected error cleaning - Unable to establish connection to http://172.30.9.26:5000/v3/users/8be9701a786b424bbb230aac2382adcb: HTTPConnectionPool(host='172.30.9.26', port=5000): Max retries exceeded with url: /v3/users/8be9701a786b424bbb230aac2382adcb (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2018-01-31 12:22:50,535 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Unexpected error cleaning - Unable to establish connection to http://172.30.9.26:5000/v3/auth/tokens: HTTPConnectionPool(host='172.30.9.26', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network unreachable',)) 2018-01-31 12:22:50,536 - functest.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-01-31 12:22:50,536 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-01-31 12:22:55,543 - functest.energy.energy - WARNING - submit_scenario: Unable to connect energy recorder API 2018-01-31 12:22:55,545 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 12:22:55,545 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 24:42 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-01-31 12:22:55,549 - functest.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-01-31 12:22:55,549 - functest.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-01-31 12:23:02,671 - functest.ci.run_tests - ERROR - Failures when running testcase(s) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/ci/run_tests.py", line 226, in main self.run_all() File "/usr/lib/python2.7/site-packages/functest/ci/run_tests.py", line 204, in run_all self.run_tier(tier) File "/usr/lib/python2.7/site-packages/functest/ci/run_tests.py", line 173, in run_tier self.run_test(test) File "/usr/lib/python2.7/site-packages/functest/ci/run_tests.py", line 138, in run_test test_case = cls(**test_dict) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/snaps/smoke.py", line 29, in __init__ super(SnapsSmoke, self).__init__(**kwargs) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/snaps/snaps_test_runner.py", line 36, in __init__ self.ext_net_name = snaps_utils.get_ext_net_name(self.os_creds) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/snaps/snaps_utils.py", line 26, in get_ext_net_name ext_nets = neutron_utils.get_external_networks(neutron) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 714, in get_external_networks **{'router:external': True})['networks']: File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 795, in list_networks **_params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 367, in list for r in self._pagination(collection, path, **params): File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 382, in _pagination res = self.get(path, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 352, in get headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 329, in retry_request headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 280, in do_request resp, replybody = self.httpclient.do_request(action, method, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 341, in do_request self._check_uri_length(url) File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 334, in _check_uri_length uri_len = len(self.endpoint_url) + len(url) File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 348, in endpoint_url return self.get_endpoint() File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 226, in get_endpoint return self.session.get_endpoint(auth or self.auth, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 947, in get_endpoint return auth.get_endpoint(self, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 378, in get_endpoint allow_version_hack=allow_version_hack, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 269, in get_endpoint_data service_catalog = self.get_access(session).service_catalog File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 135, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py", line 167, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 853, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/positional/__init__.py", line 108, in inner return wrapped(*args, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 703, in request resp = send(**kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 777, in _send_request raise exceptions.ConnectFailure(msg) ConnectFailure: Unable to establish connection to http://172.30.9.26:5000/v3/auth/tokens: HTTPConnectionPool(host='172.30.9.26', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network unreachable',)) 2018-01-31 12:23:02,677 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-732 | | CI_LOOP | daily | +-------------------------+----------------------------------------------------------+ 2018-01-31 12:23:02,680 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:31 | PASS | | tempest_smoke_serial | functest | smoke | 12:25 | FAIL | | rally_sanity | functest | smoke | 18:35 | FAIL | | refstack_defcore | functest | smoke | 24:42 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-01-31 12:23:02,685 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-01-31 12:23:04,602 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-31 12:23:04,602 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-31 12:23:04,603 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-01-31 12:23:04,604 - functest.ci.run_tests - INFO - Running tier 'features' 2018-01-31 12:23:04,604 - functest.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-01-31 12:23:10,012 - functest.core.feature - ERROR - Execute command: doctor-test failed 2018-01-31 12:23:10,013 - functest.core.feature - INFO - Test result is stored in '/home/opnfv/functest/results/doctor-notification.log' 2018-01-31 12:23:10,014 - functest.core.testcase - ERROR - Please set env var: 'TEST_DB_URL' 2018-01-31 12:23:10,014 - functest.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 00:05 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-01-31 12:23:10,018 - functest.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-01-31 12:23:10,019 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-732 | | CI_LOOP | daily | +-------------------------+----------------------------------------------------------+ 2018-01-31 12:23:10,021 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:05 | FAIL | | 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-01-31 12:23:10,025 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-31 12:23:17,680 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-31 12:23:17,681 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-31 12:23:17,681 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-01-31 12:23:17,682 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-732 | | CI_LOOP | daily | +-------------------------+----------------------------------------------------------+ 2018-01-31 12:23:17,683 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +---------------------------------+-------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +---------------------------------+-------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | orchestra_openims | orchestra | vnf | 00:00 | SKIP | | orchestra_clearwaterims | orchestra | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-01-31 12:23:17,684 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-31 12:23:20,304 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-31 12:23:20,305 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-31 12:23:20,305 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-01-31 12:23:20,306 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-732 | | CI_LOOP | daily | +-------------------------+----------------------------------------------------------+ 2018-01-31 12:23:20,306 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-01-31 12:23:20,307 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK